c++ question

skullshivers

Member
Dec 11, 2002
167
0
0
im new to c++.. in fact i dont know anything about it

im told i need a compiler

im running XP home.. which compiler should i use, where do i get it, and how much will it cost?

 

PCHPlayer

Golden Member
Oct 9, 2001
1,053
0
0
You can download the Microsoft compilers for free (Link unknown). You also need so sort of editor or IDE (Integrated Development Environment). Some people get by with notepad and command windows, but that's not the most efficient.
 

ProviaFan

Lifer
Mar 17, 2001
14,993
1
0
Originally posted by: PCHPlayer
You can download the Microsoft compilers for free (Link unknown). You also need so sort of editor or IDE (Integrated Development Environment). Some people get by with notepad and command windows, but that's not the most efficient.
You can? I'd be interested to know where (I assume you get no documentation, right?). UltraEdit works fine for all my Windows-based coding needs. :)
 

PowerMacG5

Diamond Member
Apr 14, 2002
7,701
0
0
Originally posted by: jliechty
Originally posted by: PCHPlayer You can download the Microsoft compilers for free (Link unknown). You also need so sort of editor or IDE (Integrated Development Environment). Some people get by with notepad and command windows, but that's not the most efficient.
You can? I'd be interested to know where (I assume you get no documentation, right?). UltraEdit works fine for all my Windows-based coding needs. :)

http://msdn.microsoft.com/library/default.asp?url=/downloads/list/netdevframework.asp
 

ProviaFan

Lifer
Mar 17, 2001
14,993
1
0
Originally posted by: KraziKid
Link
Thanks, looks good (includes docs!). :)

Download Size:
108757 KB


...looks like it'll be an overnighter for me (yes, for those for whom dialup speeds are a distant figment of imagination, dialup does still suck, as it always has). :eek:
 

PowerMacG5

Diamond Member
Apr 14, 2002
7,701
0
0
Originally posted by: jliechty
Originally posted by: KraziKid Link
Thanks, looks good (includes docs!). :) Download Size: 108757 KB ...looks like it'll be an overnighter for me (yes, for those for whom dialup speeds are a distant figment of imagination, dialup does still suck, as it always has). :eek:

Make sure you download the SDK (software development kit). It should contain all the compilers you need.