by pzratnog
pointer to pointer errors
|
|
[2 replies] Last: You are correct. It was a bounds error. Both the second way and the ... (by pzratnog)
|
by ramako
help with fstream write function.
|
|
[2 replies] Last: Yeah, it works now! Thanks! Does it copy ALL the vector or just t... (by ramako)
|
by savavampir
friend function, unresolved external symbol
|
|
[6 replies] Last: Thanks, that works. The difference that i had in my code is that my P... (by savavampir)
|
by Toyman
Using globals in headerfiles
|
|
[3 replies] Last: If you want these variables available in other files why not make them... (by closed account 1yR4jE8b)
|
by statesman
Error correction
|
|
[10 replies] Last: statesman i can't understand what happens but i can give advance to yo... (by david91)
|
by Translucent
The Difference Between These Two Statements
|
|
[9 replies] Last: That was really insightful, thank you very much helios. (by Translucent)
|
by xanonx
The tm struct, mktime, and streams
|
|
[4 replies] Last: As of the update I have removed the streams with out issue. I've also ... (by xanonx)
|
by Translucent
When I Am Implementing Function Prototypes
|
|
[4 replies] Last: Thanks (by Translucent)
|
by bibiana
combine strings and numbers from different files into a table
|
|
[2 replies] Last: as your needs are very likely to change over time, I recommend you sto... (by kfmfe04)
|
by overklog
Standard convertion for UNICODE symbols
|
|
[4 replies] Last: text compression on Unicode text What exactly do you need a table for... (by helios)
|
by sanji2011
openGL with sfml
|
|
[2 replies] Last: sorry, i may have pasted the wrong link in my first post. i was actual... (by sanji2011)
|
by vehshiCoder
Which compiler is best?
|
|
[2 replies] Last: If the function is not in the C Standard Library or the C++ Standard L... (by kbw)
|
by jmginsberg
Passing a vector to a print function in another class
|
|
[2 replies] Last: You can use the code format tags to format your code. Have you looked... (by kbw)
|
by Giri89
Inserting Value into an Array of Structures
|
|
[3 replies] Last: Thanks so much guys! (by Giri89)
|
by tanvirt
HELP boolean subfunction not working
|
|
[1 reply] : In isValidNum, num is an array. array means (i+1)th element of that a... (by hamsterman)
|
by hero0765
a source code with trouble
|
|
[2 replies] Last: Vector::Vector(int s) { buffer = new int[size = s]; Don't do that... (by kbw)
|
by failbit
Writing a function to read a password from the console
|
|
[1 reply] : failbit it works incorrect here < pass.append(&read) >....try to print... (by david91)
|
by jakehero95
inputted letters to asterisk
|
|
[15 replies] Last: Great! Thanks you guys so much you really helped me out! : ) (by jakehero95)
|
by ramako
using arguments of argv
|
|
[2 replies] Last: thanks, thas was indeed the problem ;) (by ramako)
|
by Zaibusa
Need help with threads (pthread library)
|
|
[6 replies] Last: I just did it exactly as it is described here: http://gabrielshen.blog... (by Zaibusa)
|