by GoranGaming
Shortening Vectors
|
|
[7 replies] Last: If the relative order of elements need not be maintained: // remove... (by JLBorges)
|
Code::Blocks Tabs Opened in Order |
|
[no replies]
|
by Vauxmaud
passing structure to functions
|
|
[no replies]
|
by Jubbly
Game of craps
|
|
[no replies]
|
by jonlande
Hexadecimal display?
|
|
[3 replies] Last: double smallest (double a, double b, double c){ if (a>b>c) return c; ... (by a967Bytes)
|
by donvigor
return parameters
|
|
[2 replies] Last: to the first: i believe initializer_list is the solution. to the secon... (by closed account Dy7SLyTq)
|
by hychan
K-expression calculator
|
|
[13 replies] Last: @Group of Eight: There's an old expression. "Give a man a fish and y... (by Disch)
|
by thefail93
Help with maps
|
|
[1 reply] : map<string, string> MyTable; string MyString; cin>> MyString; MyTabl... (by closed account Dy7SLyTq)
|
by saintwang
How to handle the input parameter in this situation
|
|
[1 reply] : Remember that the expression 2a+4 has an implied multiplication, so... (by Chervil)
|
by milkbag101
Learning to (successfully) compile not-your-own code
|
|
[7 replies] Last: Good. But note that generally the "big" makefiles that you refer to a... (by ksashtekar)
|
by a967Bytes
C++ Class objects
|
|
[3 replies] Last: Thank you. (by a967Bytes)
|
by BRod423
Problem with vectors?
|
|
[2 replies] Last: Found the problem. In the code the 'if' checks are not correct. Consid... (by ksashtekar)
|
by ChrDybdal
Quite Basic Stuff - load image to screen and manipulate, how? v nooby and messy, sorry
|
|
[2 replies] Last: "but then I saw you talking about the NES and got all excited." aye, ... (by ChrDybdal)
|
by Constipator
Data Structure issue
|
|
[2 replies] Last: Thank you for your response, this is what I came up with: #include <i... (by Constipator)
|
by Shawshank
Reading data files with values seperated by commas.
|
|
[4 replies] Last: Thanks for all your replies guys. MatthewRock, thanks for helping str... (by Shawshank)
|
by GoranGaming
Crashing Program
|
|
[1 reply] : It will crash on line 46 if taken is -1. Plus the size of taken i... (by coder777)
|
by WaRori
A more efficient way of doing this? (Play Again Loops)
|
|
[2 replies] Last: Hi WaRori, Have a look at this : http://www.cplusplus.com/forum/beg... (by TheIdeasMan)
|
by Andym
Is this a scope issue?
|
|
[1 reply] : Is there anybody that can help me with this? (by Andym)
|
by Tomhet
Memory leak problem
|
|
[8 replies] Last: hmm thanks peter... I got to know how swap works l0 when I realloc th... (by Tomhet)
|
by hychan
LCM and HCF
|
|
[1 reply] : I could not remember what LCM and HCF are, so I had to do a websearch.... (by keskiverto)
|