upper_bound & lower_bound |
|
[4 replies] Last: JLBorges thanks for the help (by kizhvac kampazitr)
|
by Drakk
Structure arrays and functions
|
|
[1 reply] : see this link re returning local array's from functions: http://stacko... (by gunnerfunner)
|
by shycas2008
***How Can I Loop Interval Number Of Times ***
|
|
[4 replies] Last: Hi, shycas2008, I’m likely to be totally misunderstanding you questi... (by Enoizat)
|
by hussijay
how to do this code without string
|
|
[3 replies] Last: because we haven't done strings yet there's got to be a better reaso... (by gunnerfunner)
|
Ladders* - pls help |
|
[2 replies] Last: Thanks ! wrоte like this #include <iostream> int NumberOfLadders... (by kizhvac kampazitr)
|
by MisterTams
Tic-Tac-Toe: Validating whether position has already been taken!
|
|
[4 replies] Last: Something along these lines, perhaps: #include <vector> #include <io... (by JLBorges)
|
Mix sdl2 trouble playing multiple sounds simultanious |
|
[5 replies] Last: The frequency is the sample rate. When you call Mix_LoadWAV or Mix_L... (by Peter87)
|
by test1234
Using 2D array and calling it.
|
|
[1 reply] : See: http://www.cplusplus.com/forum/beginner/212775/#msg994053 (by JLBorges)
|
by MisterTams
How to create and use a 2D vector within a class?
|
|
[2 replies] Last: JLBorges, Strange because I tried exactly that type of initializing a... (by MisterTams)
|
by garrows
Trying to write to a .exe
|
|
[1 reply] : > I keep getting the find window error even if the name is correct T... (by JLBorges)
|
by Elize
Can't assign const base class members in derived class
|
|
[1 reply] : class A { protected: const int _a; public: A(int a = 0) : _a(a) {} ... (by cire)
|
Vector subscript out of range when looping backwards |
|
[2 replies] Last: These do indeed work. Thank you. (by CrazyCollegeGuy)
|
by MoZeeba
How to parse a string into a vector<int>
|
|
[2 replies] Last: Thanks!! (by MoZeeba)
|
by aaronf89
Need some help with a program
|
|
[2 replies] Last: Hello aaronf89, You can start with this: http://www.cplusplus.com/doc... (by Handy Andy)
|
by jennoel09
User Domain in class project
|
|
[no replies]
|
by viorage
Code validation (toupper) within an array
|
|
[16 replies] Last: jlb- Thank you this program now works correctly. If anybody else has... (by viorage)
|
by cristina999
Function decomp
|
|
[3 replies] Last: Hello cristina999, Glad it worked for you although I do not know why ... (by Handy Andy)
|
Positive and Negative, Even and Odd |
|
[3 replies] Last: positive, negative, Even and Odd do not work for INT. Remove all th... (by celticqueenkira)
|
by thhs345
Can't break out of loop when user tells the program to exit?
|
|
[3 replies] Last: Hello, late reply Sorry but i found your bug, the bug is very simple s... (by frederickrl)
|
Help with functions in class |
|
[2 replies] Last: Thanks so much (by jimkayle)
|