darkside92 Posted July 21, 2010 Share Posted July 21, 2010 i learned and mostly fluent in php and xhtml what a good language to move on to Quote Link to comment Share on other sites More sharing options...
Sparda Posted July 21, 2010 Share Posted July 21, 2010 C Quote Link to comment Share on other sites More sharing options...
deleted Posted July 21, 2010 Share Posted July 21, 2010 C I actually did C++ after PHP and then found it easier to learn C, but it could work vice versa. Quote Link to comment Share on other sites More sharing options...
Infiltrator Posted July 21, 2010 Share Posted July 21, 2010 (edited) I actually did C++ after PHP and then found it easier to learn C, but it could work vice versa. There are some similarities between the two languages, that's why you found it easier to learn. Like for instance the "print("Hello World");" construct, can be found in both languages. Edited July 21, 2010 by Infiltrator Quote Link to comment Share on other sites More sharing options...
darkside92 Posted July 22, 2010 Author Share Posted July 22, 2010 that was one of the languages i was thinking about learning was C Quote Link to comment Share on other sites More sharing options...
ReDucTor Posted July 27, 2010 Share Posted July 27, 2010 I was tempted to just post "English" but resisted. Infiltrator you mean printf() not print() I would recommend learning C++, skip the whole C part unless you really want to get into it, sometimes you find self taught developers not understanding the difference because they don't understand if they are writing C or C++ at times. Mind you I seem the same from educated developers. Unless there is a specific reason for learning C over C++ in your case learn C++ will be a much nicer language and allow you to take advance of OOP like you should have within PHP. But one thing you need to do if you really want to get proficient with a language is to find a project which you want and enjoy developing and dedicate your self to that, e.g. if you want to get into building games learn OpenGL + SDL with C++ and attempt to build your own game (2.5d even). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.