How to write a generic selection sort? |
|
[6 replies] Last: Thanks a lot I study C++ because I need some basis about it before I ... (by stereoMatching)
|
by yotama9
how can I avoid using map
|
|
[9 replies] Last: If you only need sequential access to the data, why not use a list? Yo... (by m4ster r0shi)
|
by dalejnr88
Whats wrong with my calculation??
|
|
[1 reply] : The Manager class defines 'hours_worked' and 'hourly_rate' which are a... (by coder777)
|
by halopower67
Functions problem
|
|
[2 replies] Last: void findhighest (double ne, double se, double nw, double sw) { ... (by coder777)
|
by Krisando
Reference in class, defined when created?
|
|
[2 replies] Last: Well this was a section rather than the entire code, so it does look s... (by Krisando)
|
by Erdrigard
Anybody know why this (source files acting odd) happens?
|
|
[2 replies] Last: Thanks. I had an idea it might simply be a Dev-C++ problem. (by Erdrigard)
|
How to enable with the -std=c++0x when using code blocks? |
|
[2 replies] Last: Thank you very much (by stereoMatching)
|
by golfgirl32
Trouble with Friend Functions
|
|
[4 replies] Last: How do I print the content of the Student object’s private member va... (by golfgirl32)
|
by zach2123
Another array question - checking for negative values
|
|
[12 replies] Last: Thanks so much! That did it. You were right, I did not need int ... (by zach2123)
|
Different functions for a salary program, problems. |
|
[no replies]
|
by pranav58
strings
|
|
[2 replies] Last: Do you need to account for the heap memory allocated by the string? (by PanGalactic)
|
by fpie22
Need assistance in c++
|
|
[18 replies] Last: If you really did have a death in the family, then I genuinely apologi... (by Browni3141)
|
by mzdr
what wrong here
|
|
[4 replies] Last: Get rid of line 20. Your're while statement currently saying that whil... (by Browni3141)
|
by Jean55
Searching for a Zip library
|
|
[3 replies] Last: Thanks. I'm going to try it. (by Jean55)
|
by newuserkang
Arrays
|
|
[7 replies] Last: also without arrays you can't iterate through a bunch of variables (li... (by hamsterman)
|
linkedlist |
|
[6 replies] Last: std::list is a linked list. But a linked list, in general, is simply a... (by filipe)
|
Arrays of object types |
|
[3 replies] Last: Thanks i thought you had to make the manual call or the pointer would ... (by wash me socks)
|
by joseplusplus
Why is an adaptor neccesary?
|
|
[4 replies] Last: Thank you very much, firedraco's answer and the extended explanation b... (by joseplusplus)
|
i have to write a small program with coordinates, but i stuck. |
|
[6 replies] Last: Thanks, it works now! Another question: i realized, that the first pa... (by sparkthesunoff)
|
by korbul
Pointer to pointer
|
|
[3 replies] Last: You are violating the Principle of Least Knowledge with this sort of a... (by PanGalactic)
|