by kyleg033
recursive function that reverses a string!
|
|
[5 replies] Last: Oh, ok perfect thank you so much! (by kyleg033)
|
by timbomo
looping question
|
|
[1 reply] : case 'D':; Does that compile and execute correctly with the super... (by kempofighter)
|
by aaronde
Error "Floating point exception".
|
|
[2 replies] Last: You're right. I changed the functions to void functions so they would ... (by aaronde)
|
by Infomania
my copy from a "class" tutorial giving weird results
|
|
[3 replies] Last: No problem. ^_^ (by firedraco)
|
by newNode
pthread Mutexes
|
|
[4 replies] Last: ok thanks a lot Helios. You mean do par thread1: do print "... (by newNode)
|
by ohsnap1319
adding problems
|
|
[2 replies] Last: Thanks for the help! (by ohsnap1319)
|
cin.ignore() question? |
|
[11 replies] Last: Using that method, you need to press ENTER at most one time. If y... (by Duthomhas)
|
by laydee
Login System Fail to Execute.
|
|
[1 reply] : Please use code tags so your code is readable A unix like login and y... (by gcampton)
|
by theChameleon
header file problem...
|
|
[4 replies] Last: void read( std::set< std::string > &mySet); ? (by closed account z05DSL3A)
|
by MWH
invalid operands of typs ‘double’ & ‘double’ to binary ‘operator^’
|
|
[4 replies] Last: heh. I intentionally didn't mention pow() because it's so often abu... (by Disch)
|
Can't get passing through command line to work.. |
|
[3 replies] Last: np, I had to explain this to a guy today in my semester 2 class, he st... (by gcampton)
|
by DoomCarnage
OOP
|
|
[8 replies] Last: There was just a thread about this: http://www.cplusplus.com/forum/ge... (by moorecm)
|
by g0rd0n
Can't solve error!
|
|
[2 replies] Last: Thanks, I want to create the game using seperate functions so I can re... (by g0rd0n)
|
by theMadman
Trouble understanding the char-type variable
|
|
[3 replies] Last: yes (by Denis)
|
by Solour
scanf, -Wall warning
|
|
[3 replies] Last: you have to pass to scanf pointer. (by Denis)
|
by seyidi
CString convert in Date
|
|
[6 replies] Last: first use STL algorithm methods like rfind, find, compare... after ... (by olredixsis)
|
Using setw and setfill |
|
[1 reply] : Well, letters have its own length.. for example the length of lett... (by olredixsis)
|
by cbouwkamp
Calling a function
|
|
[4 replies] Last: In the class all the assignments are supposed to use headers on things... (by cbouwkamp)
|
by hayksk
Becoming programmer after 40 years. (1,2,3,4,5)
|
|
[95 replies] Last: The reason that I asked the question is that there are programmers and... (by PanGalactic)
|
by Caio Santana
Reading variables from other app.
|
|
[1 reply] : Use a debugger. If you want to write your own program to read specifi... (by PanGalactic)
|