by kohline
sorted and shuffled vectors
|
|
[2 replies] Last: thanks a lot. i'll try this out and see how far i can get. (by kohline)
|
by allenowen
I get about 100 errors when i compile this program
|
|
[1 reply] : I think it would be best if you posted the errors, or at least used an... (by helios)
|
by spy4hearts
Ok. I don't understand why this quits!
|
|
[5 replies] Last: Thank you! The Sleep formula is quite helpful! And yes that would make... (by spy4hearts)
|
by ccsdude
Strange thing whit for loop...
|
|
[2 replies] Last: Oooh. Thanks I made to variables one for the push_back and another for... (by ccsdude)
|
by IgorChete
Bizarre problem with goto and do/while loop
|
|
[1 reply] : It's reading the newline from when you type "Y" and press ENTER. You ... (by jsmith)
|
by Irukichan
Writing a card program without arrays?
|
|
[8 replies] Last: What exactly is in your case the definition of an array? Is a string a... (by jmc)
|
by ericgrave
paint program etc
|
|
[5 replies] Last: As I said you can make (almost) everything with C++. Almost? You... (by Zaita)
|
by boudemaniak
timer/counter
|
|
[1 reply] : Timers are not 100% accurate. But should be sufficient for millisecond... (by Zaita)
|
by uscuba2
looking for 2 things
|
|
[1 reply] : This forum have a very comprehensive tutorial section: http://www.cplu... (by LacViet)
|
Problems running the Debug in C++ |
|
[15 replies] Last: What Screenshots? I still don't quite understand why it works now, bu... (by closed account zvMoizwU)
|
by bluegray
Maps
|
|
[no replies]
|
by paushali
error C1010: unexpected end of file while looking for precompiled header.
|
|
[4 replies] Last: Oh! Thanks a lot! It worked!!! (by paushali)
|
How BOOL works? |
|
[4 replies] Last: Thanks! I understand it now... (by ponki d monkey)
|
by anhi
C++ compiler
|
|
[3 replies] Last: 1. Microsoft Visual Studio 6.0 2. Carbide C++ 12/1.3 (by dudhaniss)
|
by ike
Block code
|
|
[5 replies] Last: Since when do we answer users' questions? This should be asked in the... (by helios)
|
by John2416
Reading a CSV file
|
|
[1 reply] : Hi, just thought my Q might not be comprehensive, hence updating it ... (by John2416)
|
by calco88
finding e to the power of a value
|
|
[4 replies] Last: e has a value (from wikipedia e = 2.71828182845904523536, to 20 decima... (by thalo)
|
by LacViet
What do you do to prevent 1/0?
|
|
[9 replies] Last: #define ZERO 1e-10 #define isZero(A) ( (A < ZERO) && (A > -ZERO)... (by Zaita)
|
by hamsterman
never use globals?
|
|
[5 replies] Last: I dont understand whats wrong with globals and how to avoid them. Sho... (by Zaita)
|
by L Plate
A strange output using arrays
|
|
[1 reply] : I don't see how any of this will help you convert a number to a differ... (by helios)
|