if there any environment for C ?
if java , sure got it own environment rite?
Help in enviroment..~
Started by
Guest_R3.RyozKidz_*
, Oct 21 2009 10:06 AM
6 replies to this topic
#1
Guest_R3.RyozKidz_*
Posted 21 October 2009 - 10:06 AM
Guest_R3.RyozKidz_*
|
|
|
#2
Posted 21 October 2009 - 11:25 AM
I don't understand the question. C is compiled to code that runs directly in the OS. Java is compiled to code that runs in the Java VM.
#3
Guest_Jordan_*
Posted 21 October 2009 - 12:56 PM
Guest_Jordan_*
I believe he is talking about an IDE? Try Dev-C++ or Code::Blocks.
#4
Posted 21 October 2009 - 02:03 PM
Code::Blocks has been great to use (from a beginners point of view at least!). I've also heard Dev-C is good too, but never used it myself.
#5
Posted 22 October 2009 - 07:33 AM
Maybe this isn't good for some people, but I like to do all of my coding in a text editor like Notepad++ and then just compile "by hand", i.e. in a DOS prompt (in Windows).
-TheSource
-TheSource
#6
Posted 22 October 2009 - 07:53 AM
Yes, that is just a matter of preference, really. You'll learn more about compiling and linking by doing it by hand, but as soon as you know what is going on, an IDE will be a good choice for many.
Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
#7
Posted 22 October 2009 - 01:40 PM
Well for me, IDE is better really. You gain experience doing it by hand, but after that initial experience the functions an IDE can provide you really can speed things up. Plus they can help to trap errors before trying to compile by minimizing typos etc.


Sign In
Create Account

Back to top










