by iron
My program doesn't work .
|
|
[4 replies] Last: http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
|
by iron
some suggestions for my code.
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
|
by RawrImALion
Segmentation Fault with pointers
|
|
[8 replies] Last: Line 192: You have an opening brace for no reason. Line 193: You have... (by Zaita)
|
by jcorral79
Assistance with program that uses structures and reads a data file
|
|
[3 replies] Last: @anders: girls don't get special treatment. @jcoral: http://www.cpl... (by Zaita)
|
by iron
who can fix this code ?
|
|
[6 replies] Last: Your code seems to fill the array properly, i think the error is on di... (by Bazzy)
|
by Stroggos
.chm tutorial
|
|
[2 replies] Last: Look into HTTrack (by Poke386)
|
by kimjaemin90
class type undeclared identifier
|
|
[6 replies] Last: Not easy to spot but this is the problem line (the first line in the ... (by guestgulkan)
|
by nunucak
problem understanding a program
|
|
[2 replies] Last: the (x1,y1), (x2,y2) outline a rectangle area, the (rx,ry) is a coordi... (by anders43)
|
by mordgarrad
Executing c++ directly from a web url
|
|
[15 replies] Last: normally the above requirement can be accomplished - at least in my da... (by anders43)
|
by ruby09
an array question
|
|
[2 replies] Last: In order to return arrays you should use vector<> and return that from... (by anders43)
|
Floating Exception |
|
[4 replies] Last: No, the test was run ran using the original minus the (int)"/". (by helios)
|
by Sathed
Bubble Sort
|
|
[6 replies] Last: Nevermind, I got it... I did it differently though. for (int j... (by Sathed)
|
by acevans2
Struct problem??
|
|
[10 replies] Last: Wait... That's C#! (by helios)
|
by jf1253
using friends
|
|
[4 replies] Last: That worked. Thank you (by jf1253)
|
by Poke386
AI for my tic-tac-toe game
|
|
[5 replies] Last: That's right, although for performance reasons I'd have the evaluator ... (by jsmith)
|
by Redrunner3
Runtime Error
|
|
[7 replies] Last: If your check was < size, then changing it to size - 1 sounds to me li... (by jsmith)
|
!= doesnt match any operators |
|
[4 replies] Last: OK, cool thanks Return 0; GM (by giantMidget)
|
by Kirk81
timestamp
|
|
[2 replies] Last: the solution is really easy: pseudo code: diffTime = currentMinu... (by Kirk81)
|
by hangjin
setting up a 2d array - returning error
|
|
[2 replies] Last: And remove the comma at line 23 (by Bazzy)
|
by vdinesh
hi i am new to c++
|
|
[1 reply] : Try starting from here: http://www.cplusplus.com/doc/tutorial/ (by Bazzy)
|