by jpmcfly
Switch statement not working
|
|
[2 replies] Last: yes i changed that as i thought that my min and max were causing an in... (by jpmcfly)
|
by Dudester
Startup app on external hard drive
|
|
[2 replies] Last: Ok thanks. I think I know how to handle it then. (by Dudester)
|
by hpsharon
Getting a large number
|
|
[5 replies] Last: 1. unsigned long long int 2. Store it as a string 3. Store it as BCD... (by Duthomhas)
|
by cdietschrun
command line debug option?
|
|
[1 reply] : Um, you can't. #ifdefs are compile-time directives. Parsing argv is... (by jsmith)
|
by waihung82
While loop problem
|
|
[7 replies] Last: I think a simpler way would be to use setw(), which creates a table li... (by epiqu1n)
|
by wlijiu
array question
|
|
[4 replies] Last: Yeah the way you usually want to declare an array is to put down how m... (by epiqu1n)
|
by epiqu1n
Masking Text with *'s
|
|
[15 replies] Last: Belkdaddy , the others here are upset at you because jsmith gave yo... (by Duthomhas)
|
by Gregor
libjpeg ycc_rgb_convert memory error
|
|
[no replies]
|
by unregistered
any errors in my bubble/insertion/selection sort?
|
|
[4 replies] Last: Small suggestion: use the prefix increment operator any time that you ... (by seymore15074)
|
by dingo35
dynamic type -> how do I do this?
|
|
[7 replies] Last: I don't think that will help a lot; the derived code would look like t... (by dingo35)
|
by rushhour
Linear search from command line (1,2)
|
|
[20 replies] Last: Can anyone help me with the problem of 25: failed assertion `1 <= ... (by rushhour)
|
by chandangang
graphics
|
|
[2 replies] Last: Dark GDK makes DirectX easier http://www.cplusplus.com/forum/articles... (by Bazzy)
|
by hpsharon
Printing number in words
|
|
[3 replies] Last: I think std::string s are better than char arrays, so string numb... (by Bazzy)
|
by belkdaddy
how to send an array to another funtion
|
|
[11 replies] Last: Belkdaddy, you might want to take a look at some of the tutorials. Po... (by g0dwyn)
|
by vcc
Return Type
|
|
[7 replies] Last: Yes, great helios, it conflict! (by vcc)
|
by g0dwyn
Link Error w/Static Data Member
|
|
[2 replies] Last: Ahh, many thanks. Wouldn't have figured that out on my own. And ye... (by g0dwyn)
|
by Sophisto
Vector as a class?
|
|
[5 replies] Last: In that case, you might be glad to know there already is a vector clas... (by helios)
|
by madscientist
How to char* = "string literal" appropriately.
|
|
[7 replies] Last: I really didn't think that would work, but it did. The following wo... (by madscientist)
|
by bouboune
How do I print a vector in an Excel file? (1,2)
|
|
[24 replies] Last: My point is that you recommended someting with the purpose to avoid po... (by Scipio)
|
by teishab
Date class
|
|
[1 reply] : Use a text editor and a C++ compiler? Your question is too vague fo... (by jsmith)
|