| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
im a beginner and i was wondering where am i supposed to write the code? do i need a program to write it in? or what?
|
|
#2
|
||||
|
||||
|
You just need a text editor, officially. Then you'd point your compiler at the file you save to compile. In an ideal world, you'd have a nice IDE (Visual C, Borland, or something similar) that would give you all kinds of extras like tag completion, code library references, etc.
|
|
#3
|
||||
|
||||
|
Sumsk8,
As Dhouston said, any text editor would do... you then need a c++ compiler to convert your code to machine language. However, I figure this is the best place to mention this... I found a great free C++ IDE... http://www.bloodshed.net Its called Dev-C++... and its free... (open source!) So if you're interested in a somewhat visual development environment... give that a try (coz its free)... VisualC++ and I think Borland's IDE's are somewhat costly |
|
#4
|
|||
|
|||
|
hey thx 4 tha info!!
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > C/C++ Help > c++ where to write the code |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|