by loveless
ways to stop a running clock
|
|
[5 replies] Last: It does exactly what I said it does in the thread you got it from. Try... (by Duthomhas)
|
by AtulVaidya8
Information related to String
|
|
[1 reply] : string::copy requires you to allocate a char . string::substr should d... (by hamsterman)
|
by caldin
assignment operator
|
|
[9 replies] Last: istream &operator >>(istream &inStream, const Paragraph ¶) // if... (by Disch)
|
by joniii247
Self studying Programming
|
|
[4 replies] Last: I'm from the Philippines. Economics jobs are very competitive and I mu... (by joniii247)
|
by Flat Four
if / else problem!
|
|
[3 replies] Last: Thanks for the help guys. Setting it up using the else if structure wo... (by Flat Four)
|
by meeztered
Keeping track of values while dealing cards
|
|
[2 replies] Last: You need to have a list of cards available, and for each player you ne... (by Duthomhas)
|
by tysonc
Advice for c++ project
|
|
[1 reply] : You should be able to handle all the frames generically, with a single... (by jsmith)
|
by snazziosity
Bus Error
|
|
[1 reply] : In void Buckets::SetUpBuckets(int number) , you have construct for (... (by kbw)
|
by JXlin
signed/unsigned mismatch error
|
|
[5 replies] Last: Thanks for the replies guys, it helped. (by JXlin)
|
by MicMagicFly
Music CD burning project
|
|
[7 replies] Last: My guess is you're looking for data that is smaller than your data typ... (by ragn4rok234)
|
by shiny dream
I heve a quetion
|
|
[6 replies] Last: Here is a great tutorial on this very site on the subject. http://cplu... (by ragn4rok234)
|
Libraries conflict |
|
[2 replies] Last: He is on Unix, so the Windows stuff won't help. Will the first appl... (by Duthomhas)
|
by billy1
getting months right
|
|
[4 replies] Last: No. There should only be one Zeller function. The Zeller function... (by Duthomhas)
|
by whitesnow
How do I take off fixed, and precision?
|
|
[3 replies] Last: Actually, I directed you to the wrong stuff. Sorry about that. I just ... (by tummychow)
|
by kuku829
How do I do this?
|
|
[2 replies] Last: [quote=kuku829]If someone was drawing 50 balls from a bucket, each num... (by Return 0)
|
by waynev
if, else if statements
|
|
[4 replies] Last: Sorry for all the edits, but I did not want to flamed. any how thanks... (by waynev)
|
by murmuls404
work with text file (1,2)
|
|
[23 replies] Last: http://www.cplusplus.com/forum/beginner/15383/ (by BettyBoopTS)
|
by hadoque
Segmentation error of copied object
|
|
[1 reply] : I found a solution. (by hadoque)
|
Pthreads? |
|
[1 reply] : pthreads library for Windows: http://sourceware.org/pthreads-win32/ ... (by Danielsson)
|
by billy1
wont output right?
|
|
[2 replies] Last: do { cout << "Input number of days: "; cin >> j; } while ((j > 3... (by Return 0)
|