Char * encoding |
|
[16 replies] Last: Thanks Peter!! Nice to know c++ comes with this! (by dearvivekkumar)
|
by dudeperfect
C++ abilities
|
|
[14 replies] Last: A good c++ programmer with sdl/sfml can too. There are a lot of youtu... (by Azagaros)
|
by code builder
Calculator Restriction
|
|
[3 replies] Last: What you ask for is a lot more complex than vilml has done. The first... (by Azagaros)
|
by Maggi Iggam
Puff... getting wrong answer ?!!? (1,2)
|
|
[21 replies] Last: The point of that line is that the user input index is corrected so th... (by coder777)
|
by ayanda83
WHAT DOES A COPY CONSTRUCTOR DO?
|
|
[3 replies] Last: Note that while viliml's example is not incorrect, it is not a good id... (by andywestken)
|
by WetCode
strings and how to check for spesific chars?
|
|
[2 replies] Last: So if the string do not contain atlest 1 of all the characters in test... (by WetCode)
|
by LB
Multiple Inheritance Diamond: Why ambiguous conversion?
|
|
[4 replies] Last: Thanks for all your help - I have it working properly now and it is ac... (by LB)
|
by aclark17
null pointer inheritance
|
|
[7 replies] Last: ¿Could you please provide a minimal example that reproduces your issu... (by ne555)
|
help me please in dynamic memory allocation |
|
[1 reply] : Here's a hint http://www.cplusplus.com/reference/std/new/operator%20ne... (by naraku9333)
|
by Stronghead
Run for a certain amount of time.
|
|
[5 replies] Last: Thank you very much for your help , however, I'm farily new to program... (by Stronghead)
|
by romilstr29
Sequence Programing
|
|
[2 replies] Last: but then how would you make it ask wether you want to run again or not... (by romilstr29)
|
by mikeglaz
iterator seg faults
|
|
[2 replies] Last: You can't move the erase() past the constructNewAsteroid because t... (by shacktar)
|
by scissors
Help on using template
|
|
[2 replies] Last: template< typename FUNCTION > class my_class { public: ... (by JLBorges)
|
by jmichae3
exceptions and throw inside a class (1,2)
|
|
[22 replies] Last: > how are casts different than an automatic upconversion Re-read a C ... (by JLBorges)
|
by It3rat0r
Class error in header file. "expected class-name" Please help!
|
|
[no replies]
|
by erkka
while (ii<(filesize-6)) ambiguous - how to fix
|
|
[2 replies] Last: before posting my question I already tried while (ii<int (filesize-6)... (by erkka)
|
by Shatronics
What is a fast sorting algorithm?
|
|
[10 replies] Last: Just a little update. I read on how the merge sorting algorithm works ... (by Shatronics)
|
by LB
Can't have static and instance member functions with same name?
|
|
[15 replies] Last: > The static storage class specifier doesn't "change" the signature of... (by JLBorges)
|
by bluecoder
Calculating
|
|
[2 replies] Last: thanks .. kbw .. it helped (by bluecoder)
|
by imakaia
Is there a Better Framework than Qt to work?
|
|
[no replies]
|