by anne 1000
problem reading unicode file in C/C++
|
|
[3 replies] Last: FILE *in=fopen("C:\\InputFile","rb"); FILE *out=fopen("C:\\OutputFil... (by mackabee)
|
by hamsterman
Headers problem
|
|
[5 replies] Last: Thank you all. It works now. (by hamsterman)
|
by necrostalgic
array, map, multimap??? which to use
|
|
[7 replies] Last: Thanks jsmith, that would help condense a lot of unnecessary code. ... (by necrostalgic)
|
by chria
Problems with struct
|
|
[15 replies] Last: Try to see if the error is related to the other vector you have in the... (by Bazzy)
|
by jbwright84
[SOLVED] Triangle function
|
|
[2 replies] Last: Thanks for the help. (by jbwright84)
|
by rv53705
matrix algorithm
|
|
[4 replies] Last: Thank you, i'll try. (by rv53705)
|
by akstylish
Making a custom file format
|
|
[5 replies] Last: ?... Input/Output with files http://www.cplusplus.com/doc/tutorial/f... (by closed account z05DSL3A)
|
by mcleano
Feedback on small text-based game
|
|
[11 replies] Last: returns true iff health <= 0 and false otherwise. Yeah that's wha... (by mcleano)
|
by lare26
pointers in class
|
|
[5 replies] Last: So I declare the pointer in the class declaration and initialize it in... (by lare26)
|
by garob
code does not work
|
|
[1 reply] : If you are asking why it doesn't compile, you spelled "stream" wrong o... (by Tevsky)
|
by wtf
How can I create a 'REAL' windows application from my console application?
|
|
[13 replies] Last: Firstly, I think there shouldn't be any console with this code if you ... (by jmc)
|
by jbwright84
[SOLVED] String library question
|
|
[2 replies] Last: Thank you!! It did compile for me. I can't believe I had the cou... (by jbwright84)
|
by twoscoops
Another easy one
|
|
[11 replies] Last: You are right, the first two (the second one if legal) are pointless. ... (by jsmith)
|
by nathanpc
Best C++ Beginner Book
|
|
[6 replies] Last: Core C++ A Software Engineering Approach by Victor Shtern has hel... (by wretch)
|
by Shaitan00
List.Sort(cmp_fnc) term does not evaluate to a function taking 2 arguments?
|
|
[3 replies] Last: If you want to get fancy, you could make it a static method of B. Stat... (by helios)
|
by omnipotency
Question about nested loops.
|
|
[4 replies] Last: thanks dude now i know now.... (by omnipotency)
|
by Nelo87
Find the mode.
|
|
[4 replies] Last: You have to keep a list of every value entered and how many times it w... (by jsmith)
|
by Quentin
Addresses of array elements as template non-type paramater
|
|
[2 replies] Last: So... How do you explain something like this: extern Foo foo; //.... (by Quentin)
|
unknow file type: Result too large |
|
[5 replies] Last: player= new Player(); that throw an error Player::Player():... (by lovelyHanibal)
|
by computerish
struct_tm variables seem to be interfering
|
|
[4 replies] Last: helios - Thanks! That worked. Here is the new code for anyone interest... (by computerish)
|