by vlad61
Lets CsomeMath
|
|
[3 replies] Last: I placed it in the wrong zone. Thanks guys! Sorry aboutt he waste of i... (by vlad61)
|
by frankilische
functions
|
|
[7 replies] Last: @Frank : Do you mean The Statement Thank you playing this game is pr... (by lucifier)
|
by ShadowRayz
Get individual numbers from int
|
|
[2 replies] Last: Awesome, i hoped there were some math trick like that :D Thank you... (by ShadowRayz)
|
by frankilische
call functions
|
|
[1 reply] : If you have a function float psquare (float a){ return 4*a; } ... (by hamsterman)
|
by Gaminic
Two-dimensional bool matrix.
|
|
[3 replies] Last: You could write a function that generates and returns a row or column ... (by hamsterman)
|
by shattarodger
while loop, for loop and repeat loops
|
|
[3 replies] Last: thank u so much for your help... (by shattarodger)
|
by hogs11
2d Array Problems
|
|
[1 reply] : Plss use code tags to post code !! The 1st problem is that 'int Com... (by Raggers)
|
by jellyfish
How to Date Validation
|
|
[1 reply] : Firstly you make 2 lists of books here. One will have the dates and on... (by Raggers)
|
by Sandermatt
Initializer
|
|
[11 replies] Last: As I was saying, the file names don't matter as long as your #includes... (by Raggers)
|
by jamesmk
Deleting a Pointer to an array.
|
|
[4 replies] Last: Ok. Thanks Athar! (by jamesmk)
|
by gibran
My program by passes 'cin'
|
|
[4 replies] Last: Thank you to all. My Problem is fixed. (by gibran)
|
by brad82
Using Char with multiple strings and constants
|
|
[13 replies] Last: I mean that is works as long as you know the memory location will not ... (by Raggers)
|
by firix
conversion Error?
|
|
[3 replies] Last: You have an ambiguous overload, meaning that when you call ret = y + 1... (by Raggers)
|
by Raggers
return a local reference
|
|
[5 replies] Last: Ya, that's what I was thinking too. I was just wondering if I was wro... (by Raggers)
|
by snazziosity
Get a Word From a Pointer
|
|
[3 replies] Last: The private member variables were declared in Words.h. In Words.cpp yo... (by hamsterman)
|
by jmastin
Reducing my list of if loops
|
|
[2 replies] Last: If loops? I never heard that term before ;o) Your ifs arn't looking... (by Galik)
|
by jmastin
Reducing my list of if loops
|
|
[2 replies] Last: You need to learn about arrays. // very bad void func(int& v1... (by Disch)
|
by ricomoss
ofstream append?
|
|
[4 replies] Last: Thank you for the help Desh - that cleared up a lot. As an aside: T... (by ricomoss)
|
by smd75jr
Switch Issues
|
|
[3 replies] Last: This is like some unholy C/C++/nonstandard mashup. A few tips: 1... (by Disch)
|
by jheffer44
Queues, adding and deleting elements
|
|
[5 replies] Last: It's not a problem. So, if rear == front == -1 (not C++ expression!... (by jsmith)
|