You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Status: Offline
Joined: Mar 15, 201113Year Member
Posts: 616
Reputation Power: 24
Status: Offline
Joined: Mar 15, 201113Year Member
Posts: 616
Reputation Power: 24
I have found that teaching yourself C++ is extremely hard (although not impossible). Start with something like HTML, Java or Python - they are easier languages.
- 0useful
- 0not useful
#12. Posted:
Status: Offline
Joined: Aug 20, 201410Year Member
Posts: 6,813
Reputation Power: 413
Status: Offline
Joined: Aug 20, 201410Year Member
Posts: 6,813
Reputation Power: 413
Tickld wrote I have found that teaching yourself C++ is extremely hard (although not impossible). Start with something like HTML, Java or Python - they are easier languages.
You will not learn anything about programming from HTML as it is a language for web design.
- 0useful
- 0not useful
#13. Posted:
Status: Offline
Joined: Mar 15, 201113Year Member
Posts: 616
Reputation Power: 24
Status: Offline
Joined: Mar 15, 201113Year Member
Posts: 616
Reputation Power: 24
-Skittle wroteTickld wrote I have found that teaching yourself C++ is extremely hard (although not impossible). Start with something like HTML, Java or Python - they are easier languages.
You will not learn anything about programming from HTML as it is a language for web design.
I am doing a computing degree, and I know that it is the most simple and useless language without JavaScript - but it will get you in the mind set for programming helping learn the basics of building a program (even though it won't do much) and then you can move on to JavaScript and start making web apps or even make android apps in JavaScript!
- 0useful
- 0not useful
#14. Posted:
Status: Offline
Joined: Feb 20, 201410Year Member
Posts: 890
Reputation Power: 40
Status: Offline
Joined: Feb 20, 201410Year Member
Posts: 890
Reputation Power: 40
Tickld wrotelol not wanting to make websites or phone apps I'm looking to get in to making console applications but I understand what your saying about HTML and JavaScript.-Skittle wroteTickld wrote I have found that teaching yourself C++ is extremely hard (although not impossible). Start with something like HTML, Java or Python - they are easier languages.
You will not learn anything about programming from HTML as it is a language for web design.
I am doing a computing degree, and I know that it is the most simple and useless language without JavaScript - but it will get you in the mind set for programming helping learn the basics of building a program (even though it won't do much) and then you can move on to JavaScript and start making web apps or even make android apps in JavaScript!
- 0useful
- 0not useful
#15. Posted:
Status: Offline
Joined: Aug 20, 201410Year Member
Posts: 6,813
Reputation Power: 413
Status: Offline
Joined: Aug 20, 201410Year Member
Posts: 6,813
Reputation Power: 413
KiIIzone wroteTickld wrotelol not wanting to make websites or phone apps I'm looking to get in to making console applications but I understand what your saying about HTML and JavaScript.-Skittle wroteTickld wrote I have found that teaching yourself C++ is extremely hard (although not impossible). Start with something like HTML, Java or Python - they are easier languages.
You will not learn anything about programming from HTML as it is a language for web design.
I am doing a computing degree, and I know that it is the most simple and useless language without JavaScript - but it will get you in the mind set for programming helping learn the basics of building a program (even though it won't do much) and then you can move on to JavaScript and start making web apps or even make android apps in JavaScript!
Visual Basic & C# are perfect for console applications as well as windows forms applications.
- 0useful
- 0not useful
#16. Posted:
Status: Offline
Joined: Feb 20, 201410Year Member
Posts: 890
Reputation Power: 40
Status: Offline
Joined: Feb 20, 201410Year Member
Posts: 890
Reputation Power: 40
-Skittle wroteKiIIzone wroteTickld wrotelol not wanting to make websites or phone apps I'm looking to get in to making console applications but I understand what your saying about HTML and JavaScript.-Skittle wroteTickld wrote I have found that teaching yourself C++ is extremely hard (although not impossible). Start with something like HTML, Java or Python - they are easier languages.
You will not learn anything about programming from HTML as it is a language for web design.
I am doing a computing degree, and I know that it is the most simple and useless language without JavaScript - but it will get you in the mind set for programming helping learn the basics of building a program (even though it won't do much) and then you can move on to JavaScript and start making web apps or even make android apps in JavaScript!
Visual Basic & C# are perfect for console applications as well as windows forms applications.
You need to look at your Skype skittle I was trying to talk to you yesterday and you never responded
- 0useful
- 0not useful
#17. Posted:
Status: Offline
Joined: Sep 29, 201212Year Member
Posts: 7
Reputation Power: 0
-Skittle wrote
C# is a more complex version of VB? Complex as in syntax wise.
What? I never said C# is more complex than VB, infact IMO that should be completely reversed.
- 0useful
- 0not useful
#18. Posted:
Status: Offline
Joined: Aug 20, 201410Year Member
Posts: 6,813
Reputation Power: 413
Status: Offline
Joined: Aug 20, 201410Year Member
Posts: 6,813
Reputation Power: 413
MrMarooca wrote-Skittle wrote
C# is a more complex version of VB? Complex as in syntax wise.
What? I never said C# is more complex than VB, infact IMO that should be completely reversed.
MrMarooca wrote
Whatever language you do decide upon, I heavily suggest anything other than VB. After getting used to VB, it will become more difficult to get adjusted to other programming languages. Try something like C# or Java instead (they're almost exactly the same). They're much easier to learn and will get you going for learning other languages, too (Python, PHP, Ruby, etc). Also, the Unity3D game engine supports (only, IIRC) C# and Javascript!
I'm not here to argue, in my opinion and from my experiences I think that that Visual Basic is easier to learn although you can still transition through to other languages from it.
- 0useful
- 0not useful
#19. Posted:
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
-Skittle wroteMrMarooca wrote Whatever language you do decide upon, I heavily suggest anything other than VB. After getting used to VB, it will become more difficult to get adjusted to other programming languages. Try something like C# or Java instead (they're almost exactly the same). They're much easier to learn and will get you going for learning other languages, too (Python, PHP, Ruby, etc). Also, the Unity3D game engine supports (only, IIRC) C# and Javascript!
C# is a more complex version of VB? Complex as in syntax wise.
Well they both compile into CIL. So, yes, that would be a valid way to look at it. Although I'm certain that C# definitely has more in terms of overall features as a language as a whole. I can't wait for the day that Microsoft disband VB completely. It was screwed from the beginning.
- 0useful
- 0not useful
#20. Posted:
Status: Offline
Joined: Nov 17, 201410Year Member
Posts: 5
Reputation Power: 0
Status: Offline
Joined: Nov 17, 201410Year Member
Posts: 5
Reputation Power: 0
Go in a sort of order, in my opinion Batch is the best start to get into simple programming and then VB is also pretty simple.C++ and C# aren't amazing starters but programming can truly start anywhere just don't take 2 years learning shell and perl programming like i did....they are difficult
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.