Friend's Challenge!! |
|
[11 replies] Last: @printf if you try #include <iostream> #include <cstdlib> using names... (by MichaelBhattacharya)
|
by cm123
geometry calculator
|
|
[2 replies] Last: #include <iostream> #include <math.h> using namespace std; int mai... (by sabbirshawon)
|
by yourhighness
Random number generator and restricting conditions
|
|
[9 replies] Last: Honestly I had forgotten about if it tried to divide by zero until I w... (by yourhighness)
|
by icabero0225
Akinator Problem
|
|
[1 reply] : your brackets are bad line 115 if (response == "male") { cout << ... (by willuwontu)
|
by brink1123
Dev C++ .rc file help
|
|
[2 replies] Last: would that be the best and easiest way to add files to my program usin... (by brink1123)
|
by cvargaming
How to run a program inside another?
|
|
[1 reply] : Put both sections of code into functions and call them when you need t... (by theturk1234)
|
by leojesormis
Rubiks Cube Program
|
|
[1 reply] : This is a huge undertaking. The only thing I would recommend is to mak... (by theturk1234)
|
by channing0411
race
|
|
[2 replies] Last: I wrote it and I forgot the easiest things!!! Thank you so much!! 0 er... (by channing0411)
|
by bigmoney221
Reading in scores from a file
|
|
[8 replies] Last: I thought about for loops, but I am having trouble thinking logically... (by AbstractionAnon)
|
by ll1234
Help! How to compare three integers using c++
|
|
[3 replies] Last: Hello ll1234, See message http://www.cplusplus.com/forum/beginner/198... (by Handy Andy)
|
by polklk
Simple task to compare 4 inputs and find the largest
|
|
[9 replies] Last: maby so #include <iostream> #include <vector> using namespace std; t... (by Peoples)
|
by andygarc1a
Asterisk Printing (Rectangle)
|
|
[1 reply] : Hello andygarc1a, You have the right concept, but the for loops are i... (by Handy Andy)
|
Problem with matrix |
|
[1 reply] : What is the size of 'matrix' after line 9? The vector has both operat... (by keskiverto)
|
by LahiRulZ
Stacks
|
|
[3 replies] Last: You haven't shown the definition of stackArray, so it's hard to say. ... (by AbstractionAnon)
|
by jlmccart01
How to read string and ints from a file and access them?
|
|
[4 replies] Last: Hello jlmccart01, The quick fix I used is to change weatherD .variab... (by Handy Andy)
|
by Col Gibbon
Looking for an old DirectX prgrammer
|
|
[5 replies] Last: As a good hearted, Old , dx programmer I'd like to help but having ju... (by Moooce)
|
by vessel91
storing to array from a txt file, comparing it with user input.
|
|
[1 reply] : Hello vessel91, A few thing I noticed: after line 13 you should check... (by Handy Andy)
|
Multiple Inheritance |
|
[2 replies] Last: @futurefelicia001 Send me a private message. (by SakurasouBusters)
|
Can someone guide me of using stub functions |
|
[1 reply] : Hello TechEnthusiast, I believe this link will explain everything you... (by Handy Andy)
|
by rexorzz
Cicles
|
|
[10 replies] Last: Hello rexorzz, Maybe you misunderstood what I meant about the pause. ... (by Handy Andy)
|