by thecrrrg
nooby mistake hopefully
|
|
[16 replies] Last: because i didnt get around to making more use off it (by thecrrrg)
|
by sorthon123
Segmentation error but why
|
|
[3 replies] Last: The problem is line 26: while( item > t -> data && t != NULL ) ... (by jsmith)
|
by richgirl
Function Include If: Calculate Circle Area
|
|
[9 replies] Last: guys..how can i convert it to pseodo code?? (by richgirl)
|
by w1llux
confusion with loop
|
|
[2 replies] Last: I'm not so sure on the algorithm of your program but I tried it anyway... (by mainframe639)
|
by TpOreilly
classes (1,2)
|
|
[22 replies] Last: Sorry its took this long to reply, that helped alot, thanks :) (by TpOreilly)
|
by gkshanmugam
how to access sql using c++?
|
|
[1 reply] : Hope this helps you. http://msdn.microsoft.com/en-us/library/ms710252... (by richardforc)
|
by dynamiclc
Use char in FindFirstFile() and FindNextFile() ?
|
|
[1 reply] : Goto project properties->Configuration Properties->General, select Cha... (by richardforc)
|
Program crashes right after compiling |
|
[5 replies] Last: In my notation, 'p_' indicates a pointer. It's a useful habit I've fal... (by Moschops)
|
by dede
error LNK2019-LKN2001
|
|
[10 replies] Last: Yes they are all part of one project. (by dede)
|
by hackmonkey
C++ can't break out of WHILE loop
|
|
[3 replies] Last: Well it should give you error #1 as you didn't enter one of the three ... (by Zhuge)
|
by Nismoz3255
populating an array using random numbers between a given range
|
|
[7 replies] Last: Well in your case you don't have a minimum range outside of 1, which i... (by ultifinitus)
|
Trouble with sorting |
|
[6 replies] Last: Thanks. I have changed the variable spaces- now the headers are printe... (by cplusplusrookie)
|
by dynamiclc
How to concatenate a '*' (star character) to a TCHAR* or char*
|
|
[1 reply] : char* cs1 = ""; char* cs2 = "..\\data\\*"; cs1 = cs2; poi... (by Disch)
|
by andrezc
Problem while write in txt file
|
|
[4 replies] Last: File IO does not work well with POD types either. The size of "intege... (by PanGalactic)
|
by Swirly
No matching function for custom class
|
|
[3 replies] Last: Well, either you intended to use the constructor you wrote or not. If... (by jsmith)
|
by xek12345
When making class how to access private variable
|
|
[1 reply] : External methods and variables cannot access private members of a give... (by closed account zb0S216C)
|
Understanding Memory Buffers In C |
|
[4 replies] Last: OK, thanks, Moschops. (by closed account zb0S216C)
|
by waynew
Libary function call
|
|
[1 reply] : The documentation is supposed to describe what each of the parameters ... (by Zhuge)
|
by linoch
Writing function
|
|
[4 replies] Last: The suggestions above should help you with your problem, but I believe... (by jjmcallister)
|
by Tarou San
About sound
|
|
[1 reply] : Yes, there is. www.sfml-dev.org (by programmer47)
|