by Ali Sher
never gives "Wrong date of birth or death"???
|
|
[1 reply] : Seriously, stop posting new topics with EXACTLY the same code in it al... (by Kyon)
|
by Ali Sher
what is wrong here???
|
|
[4 replies] Last: Another note: Lose the habit of using void main() , every time you u... (by Kyon)
|
by waqqassheikh
Installing Qt Libraries
|
|
[1 reply] : http://qt.nokia.com/downloads/sdk-linux-x11-32bit-cpp http://doc.qt.n... (by Albatross)
|
by JamesZ
question regarding classes
|
|
[4 replies] Last: i dont know already this kind of topic beacause my instructor is alway... (by acDz)
|
by swalton
Templates
|
|
[6 replies] Last: Awesome thank you so much for the guidance and help (by swalton)
|
Variables in System Commands? |
|
[2 replies] Last: It works! Thanks for the quick help. (by closed account j6XEy60M)
|
by cpluplusrat
code structure
|
|
[2 replies] Last: Thanks for the suggestions. Significant portion of my code is symbolic... (by cpluplusrat)
|
by youknowitsme
Reading 2 diffrent lines into array
|
|
[3 replies] Last: Nevermind, solved this, topic to close. (by youknowitsme)
|
by pistol1
read txt increment words
|
|
[1 reply] : have a char last , before inFile.get(ch) , swap(last, ch) .... (by hamsterman)
|
by Analyzer
Confusing
|
|
[2 replies] Last: Right, like any other return type declaration. Thanks a bunch. (by Analyzer)
|
by alpha49er
Code compiles but no output
|
|
[9 replies] Last: Thanks guys I have class this morning and will run it by the professor... (by alpha49er)
|
by hapless90
school project: recursion and binary trees
|
|
[2 replies] Last: first define a function to see if two nodeas are equal bool equal(no... (by hamsterman)
|
by tonnot
A strange class definition at h and cpp
|
|
[1 reply] : That's what QT does. Lots of macros. The result is class QLCDNumber... (by hamsterman)
|
by lrreiche
ifstream extraction limiting
|
|
[3 replies] Last: Try below see how. while ( TestWords.getline( TestWord, 6 ) ) { ... (by sohguanh)
|
classes |
|
[1 reply] : You need to include every header which is declaring symbols you are go... (by Bazzy)
|
by Analyzer
Returning *This
|
|
[7 replies] Last: ........ =.= hihi Pardon me for asking.. i tried to read for a few ... (by teapotz)
|
by Flynn380
Question about possible errors in a program.
|
|
[9 replies] Last: So the code as it stands now is as follows: #include <iostream> ... (by Flynn380)
|
by saicam
error C2106: '=' : left operand must be l-value
|
|
[1 reply] : You can't use the assignment operator like that with C - style strings... (by mike246)
|
by knighthonor
Function at Top vs at the Bottom?
|
|
[2 replies] Last: Thanks. (by knighthonor)
|
How do you recognize multiple user inputs and extract a sentinel value (1,2) |
|
[22 replies] Last: I DID IT! Love you bros. Thanks so much for the help. Albatr... (by HipHopPotatoe)
|