by znerich
Help with formatting?
|
|
[2 replies] Last: Thanks vin! That totally worked. (by znerich)
|
by ahoysailor
BinarySearch List
|
|
[4 replies] Last: I managed to fix my problem in the end by using a Dictionary and split... (by ahoysailor)
|
Time comparison between delete and assignment |
|
[3 replies] Last: Thanks Galik, you're right there is no point setting tempData to zero.... (by The Palm Tree Magician)
|
by LB
Is this a pointer to a function pointer?
|
|
[4 replies] Last: Oh! So this whole time, function prototypes were actually...wow, I nev... (by LB)
|
by nadurraXII
Craps Simulator
|
|
[1 reply] : One problem I see, is you are using the variable i, for two different ... (by whitenite1)
|
by roberts
I need some enlightenment on const
|
|
[3 replies] Last: Const objects/references can only call const member functions. Declar... (by Disch)
|
by codermonkey
Comparing chars -.-
|
|
[5 replies] Last: Wow that works codingshark thank you very much, kudos. (by codermonkey)
|
by RickH
Microsoft and Gnu handling of scope operator
|
|
[6 replies] Last: Well, I guess if Comeau says it isn't standard, it isn't standard. ... (by RickH)
|
by hawkfan50
Question relating to error C2243
|
|
[4 replies] Last: And the error was...? (by Zhuge)
|
by Gldnbr
Maze game movement
|
|
[3 replies] Last: Oh yeah that's right the break will only exit the y loop not the x one... (by Muckle ewe)
|
by LordJike
Calculator help
|
|
[2 replies] Last: thx :3 (by LordJike)
|
Timing sorting algorithms |
|
[4 replies] Last: Sorry about getting the names wrong. It's been a while since I pulled ... (by roberts)
|
Member function pointer problem |
|
[16 replies] Last: Did you really tried to compile it? It compile fine in my VC++ 2008 wi... (by aquaz)
|
ifstream assistance |
|
[3 replies] Last: No need for value , since you can just extract the value into insert... (by Wazzak)
|
by Druzyek
Disabling scientific notation in streams
|
|
[1 reply] : It isn't possible to make very small numbers output as decimals and no... (by LB)
|
pointers reseting |
|
[2 replies] Last: I first noticed the problem when I ran this section case 1: a.fillNod... (by plageiusdarth)
|
Equation (1,2) |
|
[36 replies] Last: As Athar has said there is actually plenty of headroom for calculating... (by mik2718)
|
outputting array as string |
|
[1 reply] : You can't append an integer to a string with +=: sortedList+=list ; ... (by abellia)
|
by atefe amini
pleaseeee help me for reading a file
|
|
[3 replies] Last: Why are you using an XML file? Reading and writing an XML file is not... (by roberts)
|
by Tatipu
How do I save values from a class? And overload operators?
|
|
[1 reply] : You don't define default ctor, copy ctor and assignment operator so de... (by eypros)
|