by Duan
Error of Redefinition of formal Parameter "X"
|
|
[1 reply] : nTax function receive an int parameter which has the same name - x do... (by rich1)
|
by billyjoe
prime numbers
|
|
[5 replies] Last: Thanks for the help. I still cannot get the numbers to the file but th... (by billyjoe)
|
by Larry2
Understand a program logic when it becomes heavy
|
|
[3 replies] Last: Thanks a lot, Your points of view were very useful to me. I have got... (by Larry2)
|
by harrisaa93
Recursive alternative for a counter.
|
|
[1 reply] : first remark you forgot the return type of the function this is a nor... (by JewelCpp)
|
Creating and writing to file |
|
[1 reply] : Well, all your program does is checking with some IFs, and some for lo... (by MatthewRock)
|
by sky3
Reading in integers to an array
|
|
[4 replies] Last: How can the following be an endless loop? for (int v = 0; v < 10; ++... (by MikeyBoy)
|
by ASQ19
illegal, left & right operand has type 'double *'
|
|
[1 reply] : Please use code tags when posting code, to make it readable: http://w... (by MikeyBoy)
|
Recursion Problem |
|
[2 replies] Last: I'm new, I know I suck. But thanks for the input. (by fizanimtiaz93)
|
Hello World |
|
[3 replies] Last: [quote=kugi]and you can delete his endl here: cout << "Hello World!" ... (by MikeyBoy)
|
by kugi
CMD screen upade
|
|
[no replies]
|
by entchen
sscanf string in float array
|
|
[5 replies] Last: Wenn die Anzahl nicht dynamisch ist, spricht nichts dagegen das so zu ... (by coder777)
|
by jwilt
getline to array
|
|
[4 replies] Last: I would use cin.getline http://www.cplusplus.com/reference/istream/ist... (by Yanson)
|
by geniusberry
Overloading Prefix and Postfix Operators
|
|
[2 replies] Last: thanks for your reply! the reason I have to use int * is for a program... (by geniusberry)
|
by bookLearnin
Is this scenario possible
|
|
[3 replies] Last: Thanks you guys for the responses, now I have a good starting point. (by bookLearnin)
|
by fitipaldi
error C1083 in MSVS 2010
|
|
[17 replies] Last: Ok.Thanks (by fitipaldi)
|
by Ericarru
Read Strngs with spaces
|
|
[1 reply] : #include <string.h> #include <stdio.h> int main() { { e... (by JLBorges)
|
by lawrenceg
How to ask a user to reenter an input.
|
|
[1 reply] : hmm you could do it several ways, with a while/for loop or even a swit... (by sky3)
|
by jdwright
"Bubba Add Program" - Arrays
|
|
[6 replies] Last: There are several ways to do it. The easiest way in my opinion. int... (by heyyouyesyouiloveyou)
|
by jackbruns28
problem with numbers
|
|
[2 replies] Last: Oh. Well I was trying to increment the yearly value that the populati... (by jackbruns28)
|
by unsensible
Linked List Issues
|
|
[2 replies] Last: Hello firedraco, thank you for your response. So what you're saying is... (by unsensible)
|