by Azimer
rand() function: nested if statement
|
|
[6 replies] Last: [quote=Azimer]Still displays only the cursor, if i comment out the whi... (by Galik)
|
Program to determine size of a directory |
|
[5 replies] Last: Well, on Linux you would use stat (sys/stat.h) but I'm not sure about ... (by chrisname)
|
by lewdie
How do you let the line of text end with something other than \n?
|
|
[10 replies] Last: Well it could, in the same way system() could be used to delete system... (by chrisname)
|
by angelo123
virtual function
|
|
[1 reply] : Yes. The additional virtual keywords are not required but it might be... (by moorecm)
|
by Mike200
free C compiler
|
|
[19 replies] Last: It was sarcasm, no reply was necessary. Edit: GCC is used on Mac O... (by closed account z05DSL3A)
|
C++ noob input question |
|
[8 replies] Last: Problem solved. Thanks everyone. (by thewonderdude)
|
by detorresrc
C POINTERS
|
|
[5 replies] Last: There's so many things wrong here, it's hard to know where to start. J... (by helios)
|
by oman
read fraction like matrix (2-D array) use class
|
|
[1 reply] : Wouldn't it be better if you made your Fraction class hold one fractio... (by m4ster r0shi)
|
by alMarshy
Bitwise AND usage problem understanding
|
|
[6 replies] Last: That's true. To set a bit you'll have to use the bitwise OR operator. ... (by m4ster r0shi)
|
by paulliwali
Another Displaying Prime number exercise problem
|
|
[4 replies] Last: The logic looks a little bit wrong. Whatever value this function is co... (by rajroshi)
|
by Ivanlul
Function-defined string.
|
|
[5 replies] Last: I found a math parser here: http://www.yann-ollivier.org/mathlib/mathe... (by Ivanlul)
|
by Cyroq
Capture mouse click (hook)
|
|
[8 replies] Last: Hehe, BeerPace. That would be a nice school project! I forgot to tell... (by Cyroq)
|
by whitesnow
Why doesn't this loop work?
|
|
[10 replies] Last: No problem. i find that just looking at more code makes be a better pr... (by amaac)
|
by dragonbane
Proper format for displaying time
|
|
[5 replies] Last: @dragonbane You are doing it right. You just need to setw(2) rather th... (by Galik)
|
by MWH
Converting a floating point number to a string.
|
|
[2 replies] Last: http://www.cplusplus.com/reference/clibrary/cstdio/sprintf/ (by Duthomhas)
|
by fafner
segfault when reading binary file
|
|
[1 reply] : You probably aren't reading the file structure correctly. If you aren'... (by ragn4rok234)
|
by kevin06s
Implementing Inventory System for RPG
|
|
[3 replies] Last: Alright, I misread your post. Yea dynamic allocation isn't the key. Th... (by Seraphimsan)
|
by hopileaf
Calling function from inside loop
|
|
[6 replies] Last: Hi Albatross, Sweet victory at last! My general logic was on the rig... (by hopileaf)
|
by alMarshy
assigning an instance to null problem
|
|
[2 replies] Last: Okay thanks alot for the help (by alMarshy)
|
by amma
Saving content of classes without files
|
|
[4 replies] Last: Hello, @Incubbus: Well assume I have an empty class structure. Cer... (by amma)
|