by kevlwig85
Is there a way to write this code to look more professional?
|
|
[10 replies] Last: awesome thank you (by kevlwig85)
|
by Eco83
replace values in two-dimensional
|
|
[7 replies] Last: Please use the code tags. See http://www.cplusplus.com/articles/jEywvC... (by keskiverto)
|
by mmgh
Pointer to Function Member
|
|
[4 replies] Last: Thank you so much. It is the simplified code, because the actual code... (by mmgh)
|
by osborne
COS1511 Assign 2 Q4
|
|
[4 replies] Last: To pass values by reference you need pointers No! To pass objects... (by keskiverto)
|
by qvazmir
Urgent need of help!
|
|
[1 reply] : Please don't double-post - it ends up wasting people's time. Other th... (by MikeyBoy)
|
by Cheech0
Brute Forcing Question (Project Euler Spoilers)
|
|
[14 replies] Last: @helios Honestly, now that I stare at it, I have no idea why it conf... (by Cheech0)
|
by ThreePounds
Need general advice!
|
|
[5 replies] Last: Then forget the diagrams. It's not the point of this post. My questio... (by ThreePounds)
|
by nyork3415
Dice Program with number of results
|
|
[5 replies] Last: One problem is initializing and filling the array in main() int dice ... (by Thomas1965)
|
by mirza42
double loop
|
|
[5 replies] Last: Try this: xinclude <iostream> using namespace std; int main() { ... (by coder777)
|
by GabeJ
Reading the end of an XML file
|
|
[3 replies] Last: Thank you for all your help. I got the program working properly using ... (by GabeJ)
|
by Nyapp
Is this websites C++ tutorial good?
|
|
[2 replies] Last: I always recommend book. You can start with "Programming : Principles ... (by ephraimr)
|
by rajhansk
Can't get maximum from int and double
|
|
[1 reply] : #include <iostream> namespace my { template < typename A, typena... (by JLBorges)
|
by AtlFalcons24
Can't figure out std::out_of_range at memory location error while debugging
|
|
[4 replies] Last: Ah OK, I simply had a >= where it should have been a >. Thank you for ... (by AtlFalcons24)
|
by matadm
Total C++ n00b
|
|
[4 replies] Last: Thanks everyone, very helpful! I appreciate all the advice! (by matadm)
|
by leonid1990
Correct initialization of a class
|
|
[2 replies] Last: Interesting very much. Thank you! (by leonid1990)
|
by Guernnica
Drivers License Program Help.
|
|
[no replies]
|
by Batman93
|
|
[1 reply] : In this case, why would it ever be a good idea to let the user seed th... (by xismn)
|
by AtlFalcons24
Issues getting started with class for OOP project
|
|
[2 replies] Last: I went back and scrapped everything and am trying to start over based... (by AtlFalcons24)
|
by green15
using -1 for excused absence.
|
|
[no replies]
|
by CaveManFred
cin.get needs to be pressed twice in loop
|
|
[5 replies] Last: Well at line 31 you have cin.get(); and then what I assume is p... (by Chervil)
|