by av16352
Printing array and adding
|
|
[10 replies] Last: Sorry for the late reply but thank you for teaching me about uniform i... (by av16352)
|
Need help with a "general" if statement c++ |
|
[2 replies] Last: Prefix and suffix of string are relatively easy with substr(): http://... (by keskiverto)
|
by rezy3312
Store backroom
|
|
[5 replies] Last: Hello rezy3312, When I got the program to run I tried this: ------... (by Handy Andy)
|
by MaxGreen
list
|
|
[3 replies] Last: Or possibly like this: #include <list> #include <iostream> #include... (by seeplus)
|
Find data from file and assigning to struct members |
|
[12 replies] Last: That would be the easiest - assuming that mobile and ic also don't con... (by seeplus)
|
by malibuwiley
Header Files and Private Variable Usage
|
|
[8 replies] Last: R L86 L89 above, == is equality test, = is assignment. Also pass strin... (by seeplus)
|
by Reddevil1003
operator overloading, and some other basic stuff
|
|
[5 replies] Last: @AbstractionAnon thanks . I fixed the points u mentioned except line 1... (by Reddevil1003)
|
by Day532
Permutation in c++
|
|
[1 reply] : http://www.cplusplus.com/reference/algorithm/next_permutation/ (by lastchance)
|
by empleat
For loop prints 0, after i++ increment expression!
|
|
[9 replies] Last: What do you mean, "outdated"? The explanation you pasted there is corr... (by helios)
|
by mar1972
Using C++, write a class BooksInfo
|
|
[14 replies] Last: Hello mar1972, Using C++, write a class BooksInfo which has the fol... (by Handy Andy)
|
by domweng
Enum help
|
|
[2 replies] Last: #include <iostream> #include <string> #include <limits> enum weekDa... (by seeplus)
|
by rezy3312
password hint
|
|
[5 replies] Last: yes but i wanted to compare 2 arrays with the same that way i just add... (by rezy3312)
|
by nickmcp11
Average array
|
|
[11 replies] Last: what I'm still not understanding is how to call the variables in the ... (by dhayden)
|
by lastchance
Small 'Matrix' Game
|
|
[4 replies] Last: The code uses a variable called line - which isn't defined! eg if (li... (by seeplus)
|
by suslucoder
How can i clean my messy code
|
|
[5 replies] Last: When one replies to a thread it appears at (is "bumped") to the top of... (by mbozzi)
|
by panconcafe
Dynamic Array
|
|
[6 replies] Last: Makes sense! Thank you! (by panconcafe)
|
make member variable immutable after constractor |
|
[9 replies] Last: No. A variable can only be set as const when it is defined. You can't... (by seeplus)
|
by nickmcp11
Array with copy
|
|
[3 replies] Last: #include <iostream> #include <valarray> using namespace std; templat... (by lastchance)
|
by VoidWalker
Resize function in STL Vector
|
|
[4 replies] Last: Thanks for reply. (by VoidWalker)
|
by samzavax
if control statement
|
|
[6 replies] Last: You don't need braces in case statements for most uses. Only when a v... (by deleted account xyzzy)
|