by Anomen
Warnings with std::vector
|
|
[18 replies] Last: First of all thank you for your answers. Secondly, I SWEAR you that I'... (by Anomen)
|
by ssaaddii
change output after miliseconds in mfc/sdi
|
|
[1 reply] : You have to start a timer and count milliseconds, and after some out h... (by TheDestroyer)
|
by AARGH
why so many languages when C / C++ is faster and can do anythning?
|
|
[6 replies] Last: Actually the main reason for the existence of many languages is "gener... (by TheDestroyer)
|
by Eyad
Linked List
|
|
[6 replies] Last: Ha, its all good. Everyone has been there at one point or another. (by willatSMU)
|
by ssaaddii
n No of loops (1,2)
|
|
[25 replies] Last: Good try viliml. What you probably forgot is that we need a reference ... (by Vlykarye)
|
by Kitiara
How to define "
|
|
[11 replies] Last: I know this way but the thing that i want isn't like this. Thanks anyw... (by Kitiara)
|
checking military time |
|
[4 replies] Last: Just validate the user input for depart_hr to accept any integer betwe... (by clanmjc)
|
by bond5611
template + Inheritance.
|
|
[7 replies] Last: I'm taking a guess here. 1) thing it might be saying is that there is... (by clanmjc)
|
by arooj
Using a Class for an Employee Salary calculation problem
|
|
[1 reply] : The errors really give you all the info you need. Error1 - look at th... (by rollie)
|
by strike86
const_cast
|
|
[15 replies] Last: Yes we thought about using mutable, but we wanted to ensure that later... (by clanmjc)
|
by TiiG
Very Difficult Problem that requires Dynamic Prog.
|
|
[5 replies] Last: For N = 2 and H=10: 1 2 3 4 * 5 6 7 * 8 9 ... (by cire)
|
by johnv24
Doubly Linked List
|
|
[4 replies] Last: I am learning linked lists too and just wrote my first doubly linked l... (by nathan10)
|
by therry1
Failure to reopen a file to update/append new data.
|
|
[5 replies] Last: Wow! Thanks, how stupid of me. Problem solved. (by therry1)
|
by amiroops
problem in C and C++ connection
|
|
[no replies]
|
by Cloudboy
How can I sort a vector?
|
|
[4 replies] Last: Thanks a lot! I know some of the things in my original code were stupi... (by Cloudboy)
|
by Chapin247
How to exclude numbers from an equation?
|
|
[4 replies] Last: Got it! it was simple but I didn't know, now I do thanks! (by Chapin247)
|
C++11 |
|
[no replies]
|
by tjr28
C++ removing of all occurrence of some character from string
|
|
[1 reply] : http://cplusplus.com/reference/algorithm/remove/ (by ne555)
|
by Bouya
Socket
|
|
[1 reply] : man 2 bind http://linux.die.net/man/2/bind man 2 connect http://linux... (by Peter87)
|
by mekkatorqu
Expanding Array
|
|
[2 replies] Last: An "expanding array" is called a vector, and an implementation is avai... (by Gaminic)
|