by Austinomical
How to print a random amount of numbers with a random number for each number?
|
|
[1 reply] : First of all, please use proper indentation, like this: int main() {... (by PattuX)
|
by amoureux
extract every digit for arithmetic calculation
|
|
[2 replies] Last: I'll go pretty much from scratch here. Everything you need for now is... (by PattuX)
|
by qwer117
Trying to find average.
|
|
[3 replies] Last: Oh!! okay I see what I was doing wrong. Thanks for the help. (by qwer117)
|
Function calls not carrying variable values? |
|
[17 replies] Last: --- Please tell me your file name. temp1.txt =======================... (by AbstractionAnon)
|
Variable values going crazy between function calls |
|
[4 replies] Last: First your using too many parameters in your function calls. Look at t... (by jlb)
|
by amoureux
Getting a decimal place by dividing integer.
|
|
[2 replies] Last: Hi, cout <<"divfirstNumbers"; //gives me an integer You seem to be... (by Naughty Albatross)
|
Inverting Strings function not working (1,2) |
|
[24 replies] Last: Que? (by closed account 48T7M4Gy)
|
by AterVulpes
Passing variables between multiple functions
|
|
[10 replies] Last: So the problem is solved now? Good day :) (by Naughty Albatross)
|
by Chipp93
Help with child classes in conditional statement.
|
|
[13 replies] Last: The point of doing myPlayer = new Warrior; or myPlayer = new Assassin... (by closed account 48T7M4Gy)
|
by skadush
Reference argument
|
|
[12 replies] Last: Hi, Do you know why is it possible to use a pointer and not a referen... (by closed account 48T7M4Gy)
|
by DCox2013
Issue understanding Modular programming (1,2)
|
|
[20 replies] Last: Thanks goes out to everyone for there help. (by DCox2013)
|
by glitter
calling dynamic variable of the class
|
|
[2 replies] Last: Thanx u so much for replying. yes I have not defined namespace but if ... (by glitter)
|
by ghoalex
Fibonacci problem
|
|
[8 replies] Last: Don't tell me, @closed account & numerous numbers and extraneous lette... (by closed account 48T7M4Gy)
|
by skadush
When do you use reference? vs normal variable?
|
|
[3 replies] Last: I see.. great explanation.. Thanks (by skadush)
|
Help with formula in final step! |
|
[16 replies] Last: It might seem too fine a point but in actual fact it is a very importa... (by closed account 48T7M4Gy)
|
counting Consonants function |
|
[14 replies] Last: Well done. Commenting out is a very good way to test. Saves a lot of t... (by closed account 48T7M4Gy)
|
Calling a Function within a function (1,2) |
|
[24 replies] Last: Finally. Glad it helped :) (by Naughty Albatross)
|
A connect 4 program problem |
|
[4 replies] Last: Sorry for these mistakes, this is my first program that I have written... (by ExpectFunction)
|
by Kaisky
init 2-dim array with unknown length
|
|
[3 replies] Last: Don't. Make accessors: #include <algorithm> class Matrix { public:... (by Duthomhas)
|
by bobogolope
Char array and floats
|
|
[3 replies] Last: Attention: the comma in CPP is a bit tricky! It is legitim to write ... (by closed account 48bpfSEw)
|