by chr15chr15
Still a little bad with pointers but i think i need them here.
|
|
[2 replies] Last: Hi chr15chr15, from what I can tell from your code, I think you want ... (by dangrr888)
|
by bigbass1997
creating files
|
|
[3 replies] Last: http://www.cplusplus.com/doc/tutorial/files/ Simple example: ... (by SimpleIce)
|
by Mciazie
Converting from XML to PDF
|
|
[no replies]
|
by bally28
*char[size] and new char[size]
|
|
[3 replies] Last: Thanks Abramus, for answer.. my doubt is solved.. (by bally28)
|
by kalas
Question about how to pass a 2d array in to a function
|
|
[2 replies] Last: see if this helps: void afunc(char arr ) { std::cout << arr << s... (by writetonsharma)
|
by nooby
where can i find....
|
|
[6 replies] Last: to write to a file, you need to open a file with fopen, write to the ... (by writetonsharma)
|
by Lynx876
vector< std::string > iterator
|
|
[15 replies] Last: What's idiom? idiom=terminology or wording;) (by coder777)
|
by agvogel
question regarding polymorphism
|
|
[2 replies] Last: They are identical. I've narrowed the problem down further. The grid s... (by agvogel)
|
by Earows
Help
|
|
[5 replies] Last: Either: cin.get(c); or c = cin.get(); Note that doing it this wa... (by firedraco)
|
by miceve7851
Help with poker function
|
|
[1 reply] : If I was doing this, I would actually just generate a list of all poss... (by firedraco)
|
by sselasky1
Help with functions and classes
|
|
[1 reply] : Check your function declarations: void displayExchange(char& ch, doubl... (by techie07)
|
by CStu
Adding onto a .txt file
|
|
[1 reply] : refer here: http://www.cplusplus.com/doc/tutorial/files/ the easiest ... (by matsom)
|
by Dork270
Loop issue (I think)
|
|
[2 replies] Last: That's the problem. After player 2's turn, it ends the loop. (by Dork270)
|
by pcworx
Review my code of pointer math!
|
|
[2 replies] Last: You should use curly braces in your control statements. I know they ar... (by h3432)
|
by sselasky1
Accessing data within a class
|
|
[2 replies] Last: Thanks. This helped a lot. (by sselasky1)
|
by Earows
Can't find the problem.
|
|
[2 replies] Last: Thanks that helped. (by Earows)
|
by tijizor
odd error
|
|
[2 replies] Last: If you're running Process Explorer, the file will still be in use if y... (by closed account 3hM2Nwbp)
|
by pinkfloyd22
problem with constructors
|
|
[5 replies] Last: Your main still isn't returning an int. Anyway, yeah that will work. ... (by firedraco)
|
by sorthon123
Binary tree array scans
|
|
[1 reply] : here is the new function im working with but it is giving me a seg fau... (by sorthon123)
|
by gvl
sizeof(3.14)
|
|
[9 replies] Last: Why shouldn't it be? float with its 32 bits is horribly inaccurate and... (by Athar)
|