by Mach
Pointers to Functions
|
|
[5 replies] Last: Thanks. I do still get Expected '; ' after top level declarator at... (by Mach)
|
by digrev
Reverse A String
|
|
[2 replies] Last: thank you vlad (by digrev)
|
by demon64
Fstream.put fill section
|
|
[1 reply] : Bump cant find solution. (by demon64)
|
by dancks
passing pointers of objects to other objects?
|
|
[5 replies] Last: bulletholder is the class I created to manage the data for bullets fir... (by dancks)
|
by sanu
Date format.
|
|
[5 replies] Last: @spaggy: THanks a lot.. indeed a great help for me.. I did try befor... (by sanu)
|
by CoryMore
Import/Export
|
|
[4 replies] Last: I see that, I'd jump to that thread, but it seems to have never been r... (by CoryMore)
|
by galiwocky
Compilation Error in online judge, no problems compiling in my computer
|
|
[11 replies] Last: Also, I just noticed be really careful doing comparisons with floats o... (by TheIdeasMan)
|
by Sarah93
enum
|
|
[4 replies] Last: Also, if you have enum Suit { clubs, diamonds, hearts, spades }; //... (by Lowest0ne)
|
by pbruusgaard
Writing characters to a .txt file
|
|
[2 replies] Last: @Peter87: Oh, sorry, I forgot to note that this is only part of the ou... (by pbruusgaard)
|
by RedTheGreen
Setting a variable equal to the parent of a function?
|
|
[2 replies] Last: Yeah. That would be better. Thanks! I just haven't done this kind of ... (by RedTheGreen)
|
by mahone
Aggregrate initialization and automatic counting
|
|
[6 replies] Last: [quote=mahone] sizeof(this) This will yield the size of Simple ; ... (by closed account zb0S216C)
|
by sadelbrid
HELP WITH A BASIC CODE
|
|
[6 replies] Last: Yeah, what TheIdeasMan said. It's safer, in case you change i within ... (by MrHutch)
|
by Al3s
Accesing array with pointer
|
|
[5 replies] Last: Omg, i didnt realize that they are in inverse order in memory. Thanks ... (by Al3s)
|
by ACE123
Find Specific line in csv
|
|
[4 replies] Last: I think you would benefit from having functions to show the menu and t... (by TheIdeasMan)
|
by Need4Sleep
rand() returns 0
|
|
[8 replies] Last: srand((unsigned)time(NULL)); double a,b,c,point1,point2; po... (by TheIdeasMan)
|
by nikhil61191
expected un-qualified id at end of input error
|
|
[2 replies] Last: Post your code in code tags - the <> button on the right under format.... (by TheIdeasMan)
|
Code Critique |
|
[5 replies] Last: switch statements are better than a load of else ifs, provided that th... (by TheIdeasMan)
|
by spartacus
Generating N Graph edges
|
|
[4 replies] Last: Thanks for your reply! although, im still having problem that how can ... (by spartacus)
|
by jonesjones2
I have no idea what is wrong with this
|
|
[2 replies] Last: then your code should look like this: #include <iostream> #include <... (by gelatine)
|
by sepetoner
Trying to pick out all of the "-" signs in a string.
|
|
[10 replies] Last: Every time you want to catch more than one word, you must use getline. (by fg109)
|