forward_list |
|
[4 replies] Last: oh alright, thank you for your help with this one and the other. :) (by closed account EwCjE3v7)
|
Sugestions For Beginners Project |
|
[7 replies] Last: You could try looking at this list of ideas: http://www.cplusplus.co... (by Codermik)
|
loop problem |
|
[3 replies] Last: Oh thank you all, so I would need to do iter += 2; to fix it. Thank ... (by closed account EwCjE3v7)
|
Word Wrap Function |
|
[17 replies] Last: Looking at it now, there's still an error in the code. The <= on li... (by cire)
|
by football52
Matching array values
|
|
[7 replies] Last: Sorry, read through the question quite quickly. My mistake. (by benbalach)
|
What are lambdas really about? |
|
[6 replies] Last: @Computergeek01 - thanks for taking the time to post this reply. (by closed account z0My6Up4)
|
access reading and writing violation for no apparent reason. |
|
[no replies]
|
by locolo
Function Crashing my program
|
|
[1 reply] : This is what you have: char array = "abcd"; int i; if ( arr == 'X' ... (by keskiverto)
|
by limo1012
Compare 3D Points to get the vertical line between two points
|
|
[3 replies] Last: That doesn't answer the "angle of a point" question. Lets ignore that... (by keskiverto)
|
by Matriox
Help with *Creating Text*
|
|
[1 reply] : You might want to post this over at the Windows Programming forum. (by kong288)
|
by yepMe
Problem with socket programming
|
|
[1 reply] : You are actually trying to port Unix comms code to Windows. There's j... (by kbw)
|
by q742tt9
Proper way to access Objects within objects?
|
|
[7 replies] Last: Edit: there is no information about the kind of relationship, ¿why d... (by CodeGoggles)
|
by nietzschea
Could someone check this code for me? I want to read a .dat file as a matrix and then print this matrix on screen.
|
|
[1 reply] : snum is short (~16bit) while fscanf(fp,"%d", requires int (~32 bit... (by coder777)
|
by eq1eq2eq3
pass by reference with function prototype?
|
|
[9 replies] Last: Thanks : ) (by eq1eq2eq3)
|
by BLooDiEMuRDA
Any better draw square algorithms?
|
|
[8 replies] Last: More stuff that's hard to do in a console, yet easy to do with a graph... (by Disch)
|
by jinjin12
What does a pointer exactly pull to when you make it "null
|
|
[5 replies] Last: the pointer has to point to something No, that is the point of a nul... (by Lachlan Easton)
|
by alex067
Comparing Strings help!
|
|
[3 replies] Last: Yes, skip all spaces since they are not of importance when checking fo... (by closed account j3Rz8vqX)
|
by claudilla
Need help with code!!
|
|
[2 replies] Last: could you help me with the code? (by claudilla)
|
by Twin
arrays issue
|
|
[7 replies] Last: Provided (of course), that maximum was initialized to 0. And that ... (by CodeGoggles)
|