by cgwalls
How do I make a game with c++
|
|
[12 replies] Last: Use SFML, it's somewhat similar to SDL but has a more object-oriented ... (by ebarroga)
|
by aortizb
which is more efficient?
|
|
[8 replies] Last: Ok. I see. Thanks a lot! Now I am more confident with what I am doing ... (by aortizb)
|
by lipune
debug
|
|
[1 reply] : Look up gdb or xgdb or ddd. There are a variety of debuggers availabl... (by jsmith)
|
by lipune
library
|
|
[1 reply] : http://en.wikipedia.org/wiki/Library_(computing) http://en.wikipedia.... (by helios)
|
by mastermana
qsort how :(
|
|
[3 replies] Last: http://www.cplusplus.com/reference/clibrary/cstring/strcmp.html (by helios)
|
by lipune
stl
|
|
[1 reply] : http://www.cplusplus.com/reference/stl/vector/ There are no hash im... (by helios)
|
by luckybit
Converting tu uppercase
|
|
[1 reply] : look up std::transform (by jsmith)
|
Finding out the last non zero number in the factorial of a given number |
|
[10 replies] Last: There may well be an algorithm that exists that can do this. I haven'... (by jsmith)
|
by aortizb
how should I reallocate a STL vector member?
|
|
[12 replies] Last: ok, i see. So, at each "i" I am creating another vector but the previo... (by aortizb)
|
by spy4hearts
C++ output irrational numbers
|
|
[9 replies] Last: @PSPMAN90 Are you talking about irrational numbers? or regular inte... (by spy4hearts)
|
by lipune
c++
|
|
[5 replies] Last: If you are using linux/glibc, then man malloc_hook. This will allow y... (by jsmith)
|
by navaneethkn
Font chracters taken using char() will vary in other platforms?
|
|
[1 reply] : I don't understand what exactly it is you're trying to do. char(numbe... (by helios)
|
by sally693
problem in oops
|
|
[3 replies] Last: Vagueness is the programmer's enemy. Do you have questions in particul... (by helios)
|
by vipul mehta
while vs for loop
|
|
[7 replies] Last: There's still that semicolon at the end of the for, making it an empty... (by helios)
|
by anil79
Base class with pointer members
|
|
[5 replies] Last: @Anil79 Seems you did not understand the basic concept of a pointer i... (by satm2008)
|
by discomaster
Need assistance with bankclass - C++
|
|
[1 reply] : What is the problem you are having? (by jsmith)
|
by Kidd87
linked list problem
|
|
[1 reply] : All you are doing is reading the pid field and nothing else. The seco... (by jsmith)
|
by loverboy
new to c++
|
|
[no replies]
|
by labem
Binary read of cin
|
|
[3 replies] Last: Pb is solved by adding the following line before first use of cin: ... (by labem)
|
by TheNoobie
IDA -> Inline Assembly [Possible]??
|
|
[11 replies] Last: That link was useful. If you get hung up anywhere I (or someone else h... (by Duthomhas)
|