by thejew19
switch statement with basic math problem
|
|
[6 replies] Last: Your second switch is floating in vacuum. Clearly, the switch at line... (by Ihatov)
|
by adam2016
size of memory on the heap
|
|
[2 replies] Last: Hello adam2016, Line 9 When you create the array with new you know th... (by Handy Andy)
|
by siten0308
Declaring function from one cpp file to another
|
|
[3 replies] Last: If it's two ints: int Adding(int, int); If it's a string: void ... (by Ihatov)
|
by laenos
help with a function
|
|
[4 replies] Last: Now I understand because it does not work. Instead, if you wanted ... (by laenos)
|
by kevdon92
Help with Comparing Two Input Streams!
|
|
[11 replies] Last: remove the edit button. (by ne555)
|
by RNBW
String Arrays
|
|
[9 replies] Last: @jlb Thanks for your help. Now to read up on vectors! (by RNBW)
|
by runrabbitrun
Iterate through a vector
|
|
[2 replies] Last: Thanks! So I did that, and I got "0 accounts to check" Is this a pro... (by runrabbitrun)
|
by masterinex
how to overload the plus operator ?
|
|
[8 replies] Last: you can try it out with my code. OK, here goes: #include <iostrea... (by Chervil)
|
by adam2016
out of bounds in game
|
|
[8 replies] Last: @lastchance nice spot =) changed the random numbers, thanks (by adam2016)
|
by masterinex
how to sort rectangle by area in descending order ?
|
|
[1 reply] : How do you know that? Where do you print the sorted vector? (by keskiverto)
|
by giouf04
question mark at end of for loop
|
|
[1 reply] : See Conditional ternary operator http://www.cplusplus.com/doc/tutori... (by Chervil)
|
Creating a bunch of preset combos of settings in a class |
|
[no replies]
|
by Bradenm95
Getting averages from data from txt file
|
|
[2 replies] Last: There's no need to look too far ahead. Build up the code in stages. ... (by Chervil)
|
by Noobie26
Need help with Machine Problem!
|
|
[2 replies] Last: else if (profit > max_Profit) { max_Profit += profit; Ouch!! ... (by lastchance)
|
by chuvak
Validating phone numbers
|
|
[2 replies] Last: Something like this: #include <iostream> bool valid_phone_number( lo... (by JLBorges)
|
mergefiles code behave badly |
|
[4 replies] Last: See: http://en.cppreference.com/w/cpp/io/basic_istream/ignore The 100... (by JLBorges)
|
by Bopaki
I have created a new project but I still cannot make it to see the list
|
|
[4 replies] Last: I think I have posted everything. Please help (by Bopaki)
|
by adam2016
this-> not working
|
|
[4 replies] Last: very good point Andy =) thanks (by adam2016)
|
by andersonlam
2 integers on the same line
|
|
[6 replies] Last: yes.Your second method is best as one is clear that he/she is enterin... (by closed account 1vf9z8AR)
|
by ericM
making a random generator global
|
|
[6 replies] Last: Thanks a million. (by ericM)
|