by NannyCool
Just looking for some feedback and advice on improving my program. Thank you!
|
|
[2 replies] Last: thanks, for the reply. As to the !(expressions), come to think of i... (by NannyCool)
|
by rech0004
First project in school using C++, need assistance
|
|
[4 replies] Last: Ok, everything is starting to make more sense now that i've been messi... (by rech0004)
|
by Jaymie
Use Class before Class Declaration
|
|
[5 replies] Last: Typically. Class A should be in it's own Header/Source file combinatio... (by Zaita)
|
by cascade384
using a for loop within a for loop problems
|
|
[4 replies] Last: You should stick to standard convention of using i for the outter-most... (by Zaita)
|
by airowe
Undefined variables in an Object
|
|
[2 replies] Last: The line you've highlighted is creating an object called Employee. The... (by Zaita)
|
by cpppuneet
dynamically allocating a three dimensional array
|
|
[3 replies] Last: Another approach is a vector of vector of vector. e.g vector<vect... (by Zaita)
|
by rubecuber
responding in a sentence (cin?)
|
|
[2 replies] Last: Using cin to get user input: http://www.cplusplus.com/forum/articles/... (by Zaita)
|
by mellish
while(cin >>x) terminates program
|
|
[7 replies] Last: while(getline(cin, input)) { // do stuff with input } is perfe... (by Zaita)
|
by rubecuber
How to input a sentence and display an output based on your sentence?
|
|
[2 replies] Last: http://www.cplusplus.com/forum/articles/6046/ (by Zaita)
|
by Flash41000
Random Coordnate generator
|
|
[3 replies] Last: Why not use a C++ data structure instead of a 2D character array? A... (by Zaita)
|
by foobar8675
test driven development using vs2008
|
|
[1 reply] : Some good ones you can use are NUNIT and Boost::Test. As for setup ... (by Zaita)
|
Paint Multiple Rectangles |
|
[2 replies] Last: You should draw at WM_PAINT message on your window procedure (by Bazzy)
|
by pabs
file manipulation
|
|
[1 reply] : You can use iostream library. (by maros522)
|
by harryp
Bored out
|
|
[5 replies] Last: Thanks that was really good. (by harryp)
|
by harryp
Generating a circle
|
|
[4 replies] Last: Thanks a lot! (by harryp)
|
Unsure of my algorithm |
|
[1 reply] : think there is a problem in you pseudocode logic, if RESULT is greate... (by Bazzy)
|
by beyondChaos
GNU Make File
|
|
[1 reply] : Try re-installing ur c++ software. (by harryp)
|
by arun1390
Confused with library and header files
|
|
[1 reply] : When using c++, you first have the build-in stuff. This includes the... (by Scipio)
|
by quant
C: translate int_32 to 8-bit
|
|
[2 replies] Last: id[3-i]=... Hm, I think what it's mistake, see to that... If I doi... (by quant)
|
by kartracer12
pixel colors
|
|
[no replies]
|