by enterprize
Floating point exception
|
|
[2 replies] Last: What's in FindColor ? (by Bazzy)
|
by unregistered
Can member functions be used as comparator functions for STL algorithms?
|
|
[3 replies] Last: If you don't pass anything it will be taken for default from htt... (by Bazzy)
|
by nunchuckie
Find numbers in a text file.
|
|
[1 reply] : Hi! I wrote a code but it has a handicap: if a word start number an... (by screw)
|
by cbouwkamp
No output for some reason?
|
|
[3 replies] Last: your iterator and overloaded operator look ok. you may want to dire... (by herbert1910)
|
by Claudine
Trouble with code
|
|
[1 reply] : What isn't working? (by firedraco)
|
by j3tt
getting an average of 3 numbers using functions
|
|
[5 replies] Last: still, getTestScore() does not add any value to your program except in... (by joeriMJ)
|
by XanT
Function specialization
|
|
[5 replies] Last: Okay help I got from someone else told me to change the template <... (by XanT)
|
by unregistered
any network library for c++ that is OS independent?
|
|
[2 replies] Last: There are atleast 100 posts in the forum for this question. (by writetonsharma)
|
by j3tt
debugging a mpg calcuator
|
|
[7 replies] Last: It is still 0.0 when you pass it to the function, since you never actu... (by firedraco)
|
by buggy
writing separate channels using libsndfile
|
|
[no replies]
|
by bananaHUNT
Change condition
|
|
[8 replies] Last: You would need a logical nxor to have a single cout eg: bool nxor (... (by Bazzy)
|
by bestnone
keeps getting error
|
|
[1 reply] : Don't double thread: http://www.cplusplus.com/forum/beginner/16500/ (by Bazzy)
|
Exiting a loop using a specific character. |
|
[6 replies] Last: I always prefer to avoid "signal" characters. When the user is done, m... (by Duthomhas)
|
by pancakespat
reading from files
|
|
[2 replies] Last: for the greatest common divisor, check out the euclidean algorithm. It... (by joeriMJ)
|
by kevin06s
Reading Integers From *.Txt Files
|
|
[2 replies] Last: you could try saving the "highscore" in highscore.txt this way 130... (by ragnamanga)
|
by KezRst
Error in closing win32 application
|
|
[5 replies] Last: great. in most of the cases its the destructor who is the culprit whe... (by writetonsharma)
|
by luvsom
functions-grades and calcs
|
|
[3 replies] Last: Use int main() . To fix your errors, you need to call the function... (by firedraco)
|
by one nz
Undefined symbol 'cout' in function main ()
|
|
[14 replies] Last: sorry zhuge I didn't read your original post properly. (by gcampton)
|
by cbouwkamp
Having Problem with Vectors
|
|
[4 replies] Last: This has been driving me nuts for hours so any help at all? (by cbouwkamp)
|
by Dean820
Pseudo Code
|
|
[1 reply] : Pseudo code is a mix of English and code. I'm seeing a lot of English ... (by joeriMJ)
|