by jrock
bubble sort function... not working
|
|
[2 replies] Last: swap(var, var2) is a built-in var used to swap to variables. I think ... (by Somelauw)
|
by amalshah71
memcpy problem
|
|
[3 replies] Last: String::String(char* data) { int datalength=sizeof(data); int... (by anders43)
|
by paulkidd66
Simple problem with reading a variable
|
|
[2 replies] Last: Hi Don't use scanf() for user input, use instead fgets() and conver... (by anders43)
|
by growe79
identifier not found errors
|
|
[17 replies] Last: Thank you for your help Zaita (by growe79)
|
by White5Tig3r0
If Statement
|
|
[6 replies] Last: Also, I think your conditional statements are backwards. You should... (by CheesyBeefy)
|
by kp83
need urgent assistance with c++ Secure shell client project
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
|
by uscuba2
trying to create this
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
|
by Hazer
Get function name
|
|
[2 replies] Last: Why do you want to do this firstly? And Boost has a library which s... (by Zaita)
|
by malcolmdko
im trying to get a handle on structs and im having a problem
|
|
[11 replies] Last: http://www.cplusplus.com/doc/tutorial/functions.html http://www.cplus... (by Zaita)
|
by uscuba2
cout question
|
|
[3 replies] Last: U also may try cout.width(x); , http://www.cplusplus.com/refer... (by Smok006)
|
by nrc1982
What is the difference among NULL, '\0' and ""?
|
|
[5 replies] Last: The compiler differentiates between NULL and 0 on occasion, but they a... (by Timaster)
|
by Nay
debugger does not work
|
|
[1 reply] : Been using that too, Debug:Go to Help->GNU Debugger Help. You'll need... (by vorticidal)
|
by Cerburos
void main()
|
|
[4 replies] Last: The return-value normally says or the program is executed correctly. 0... (by Scipio)
|
by CheesyBeefy
Custom Operator?
|
|
[2 replies] Last: Operator overloading is also valid for enum s (by Bazzy)
|
by benjacl
Looping Practice
|
|
[10 replies] Last: cout << "how many grades do you wanna enter?"; string sGrades = ""... (by Zaita)
|
by chart2006
New to programming assistance is appreciate
|
|
[1 reply] : I think you mean: while (testScore != 'X'); and while (quizSco... (by firedraco)
|
by bmancl
Arrays max and min wrong numbers
|
|
[3 replies] Last: No worries :) (by Zaita)
|
do while loop for simple insterest program, aligning the output etc |
|
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
|
by SwanSong
Compiler Error with Char
|
|
[12 replies] Last: Ah right, using String methods over Char... I'll have to give it a tes... (by SwanSong)
|
by pino
get_size()
|
|
[2 replies] Last: OK, now it's clear. Thank you for help. (by pino)
|