• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

c++ question

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?

 
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.
 
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. 🙂
 
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
 
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). 😱
 
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). 😱

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