You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Experiment5X
  • TTG Senior
Status: Offline
Joined: Aug 14, 200915Year Member
Posts: 1,291
Reputation Power: 65
Status: Offline
Joined: Aug 14, 200915Year Member
Posts: 1,291
Reputation Power: 65
PHP_Pro wrote i disagree, i started off with VB.Net, Then moved onto learning c sharp (currently in the process), which has been tough for me. c++ is just a newer version of c# from what i hear, so c++ seems to be tough to start off with.

all in all - i suggest starting with vb


C++ is waaaaay older than C#. Also, if he were to start off with VB, then learning other languages like C# and C++ would be so hard because the syntax is completely different.
#12. Posted:
kman1322
  • Ladder Climber
Status: Offline
Joined: Jul 26, 201113Year Member
Posts: 356
Reputation Power: 14
Status: Offline
Joined: Jul 26, 201113Year Member
Posts: 356
Reputation Power: 14
____ wrote I learned java first. It was easy for me. And I accidentally thanked the topic -.-

nothing wrong with that
#13. Posted:
HTML5
  • New Member
Status: Offline
Joined: Jan 03, 201212Year Member
Posts: 41
Reputation Power: 1
Status: Offline
Joined: Jan 03, 201212Year Member
Posts: 41
Reputation Power: 1
It depends on what you want to develop.

The Apple App Store used Objective C and apps are developed either by using Xcode or an iOS game engine.

I, personally, am a web developer and so I know HTML, CSS, PHP and more which are used to build websites - go with those if you're in to that, or learn Java or C++ to make games or applications.
#14. Posted:
GGR
  • TTG Senior
Status: Offline
Joined: Apr 25, 201113Year Member
Posts: 1,295
Reputation Power: 55
Status: Offline
Joined: Apr 25, 201113Year Member
Posts: 1,295
Reputation Power: 55
i was in the same boat as you so i chosen vb.net and its supprisingly easiy, and if you get the syntaxes then its easier to swap languages afterall a loop is a loop and a varible is a varible
#15. Posted:
iSpot
  • New Member
Status: Offline
Joined: Dec 25, 201112Year Member
Posts: 49
Reputation Power: 1
Status: Offline
Joined: Dec 25, 201112Year Member
Posts: 49
Reputation Power: 1
visual basic is a probably best for starters..
#16. Posted:
-Facebook
  • TTG Senior
Status: Offline
Joined: Sep 19, 201014Year Member
Posts: 1,533
Reputation Power: 71
Status: Offline
Joined: Sep 19, 201014Year Member
Posts: 1,533
Reputation Power: 71
BLUExTTG wrote for ios apps you use Xcode. it is objective-c but for ios and u can only use it on mac. and good choice starting with C++

Correct me if im wrong..
But im sure, using Corona SDK (coding in LUA) you can make iOS apps on a windows. I know you can do it for mac, and i know Corona SDK is compatible with windows.

Also, if you do have a mac, these days only about 50% of people use native Xcode.
The other 50% go for Corona SDK or Gamesalad (Simple programs for advanced games)
#17. Posted:
Feargoyle
  • TTG Addict
Status: Offline
Joined: Dec 09, 200915Year Member
Posts: 2,075
Reputation Power: 250
Status: Offline
Joined: Dec 09, 200915Year Member
Posts: 2,075
Reputation Power: 250
A few people have recommended Java, and I agree. However they didn't say why.

So here it is.

Java is a clean language, it has a very easy syntax which is similar to C++, C# etc...so if you did move on to one of those languages the transition would be smooth.

Secondly it doesn't use pointers, where as C++ does.

As a beginner you don't need the extra complexity.

Lastly, Java does its own garbage collection which makes the need for patching memory leaks irrelevant.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.