by buddha87
How to prevent memory leak in this case?
|
|
[4 replies] Last: Thank you very much, cire. (by buddha87)
|
by jiehang
Problem when reading file in binary mode
|
|
[2 replies] Last: I know where's the problem, its my txt file. Thanks Chervil ^^ (by jiehang)
|
by MrGecko
ASAP, please
|
|
[4 replies] Last: You are right. Thank you for your help. Im going to put this problem a... (by MrGecko)
|
by TestZombie
Saving a Large Array for Quick Reference
|
|
[1 reply] : If your set of variables have the same size you can use a binary forma... (by Thomas1965)
|
by keskiverto
C++ Data Structures
|
|
[3 replies] Last: Yeah, I saw that. I didn't want to add a post to the thread to draw m... (by MikeyBoy)
|
by lukew
Vector subscript out of range
|
|
[1 reply] : use .size(), not .capacity() (by ne555)
|
by chaselan14
Help Please ASAP
|
|
[3 replies] Last: And what, specifically, are you having trouble with? (by MikeyBoy)
|
by bjl311
Switch menu help
|
|
[1 reply] : I put breaks on each of my cases No breaks on cases 2 and 3 More ... (by tipaye)
|
by Interlocked
OpenGL - 2D Query
|
|
[3 replies] Last: Thank you for the replies. Moschops, how do I specify screen co-ordi... (by Interlocked)
|
by anilsoni7
implement OOPS concept
|
|
[no replies]
|
by chamburger
passing vector to class constructor
|
|
[5 replies] Last: The same way as you pass any other class by reference. As Abstraction... (by MrHutch)
|
by nelborr
Sorted Linked List
|
|
[2 replies] Last: (*newnode).num = number; Why not use the pointer operator(->) ... (by integralfx)
|
Displayed lines on a screen in a order |
|
[1 reply] : 1. Your 'points' is a std::string. Why? You do mention "numbers" ... ... (by keskiverto)
|
Help with finding lowest value in do while. |
|
[1 reply] : A more complex condition: If the new value is smaller than the smalles... (by keskiverto)
|
by ashley21466
help please!!
|
|
[2 replies] Last: You forgot the curly braces. Also in the while condition I gues you wa... (by Thomas1965)
|
by ashley21466
i cant see my results
|
|
[2 replies] Last: If the source type is bool, the value false is converted to zero and ... (by S G H)
|
by technologist
null ptr test
|
|
[17 replies] Last: > but it was the implicit conversion to bool that allowed the expressi... (by JLBorges)
|
by Edelweise
Read MySQL database table rows
|
|
[2 replies] Last: Take a look at this: http://www.w3schools.com/sql/sql_create_table.as... (by coder777)
|
by grg1962
Block scope and Context of local variables
|
|
[4 replies] Last: > This particular compiler (tried with a few different versions of GCC... (by JLBorges)
|
by sunny0902
finding x using loop
|
|
[2 replies] Last: thank you so much :) (by sunny0902)
|