by ballurohit
Getting compiling error in the cplusplus file
|
|
[no replies]
|
by vgoel38
counting no. of input lines
|
|
[2 replies] Last: yeah..you are right.. :P..thnx (by vgoel38)
|
by abaz01
matrix array
|
|
[no replies]
|
by ocunder
take a look at my calculator? have any suggestions for improvement?
|
|
[6 replies] Last: case '/': Answer = Num_A / Num_B; break; This might result in brea... (by HiteshVaghani1)
|
by ojbway
Assign Function Reference
|
|
[3 replies] Last: Keep in mind that pointers and references are different (in particular... (by Cubbi)
|
by khulme
global vs. local variables
|
|
[3 replies] Last: ah yes, Disch. thank you. i remember that now. and thanks BlackSheep. (by khulme)
|
by khulme
valid int pointers
|
|
[11 replies] Last: got it. thanks everyone. (by khulme)
|
by jorz
is is is
|
|
[2 replies] Last: thank you (by jorz)
|
by elb5230
What is wrong with my code
|
|
[5 replies] Last: Wow, do you "really" need all of those functions? One of the reasons ... (by Phil123)
|
by vanllabean81
Converting a general list using an array to now use a linked list
|
|
[2 replies] Last: A linked list is not like an array. Data is stored in a node structure... (by closed account D80DSL3A)
|
by vanllabean81
Returning 0 versus returning 1
|
|
[5 replies] Last: Right, I didn't take much looks at the "return n * F(n-1)" part. Thank... (by S G H)
|
by Jesus805
Dereferencing operator overloaded []
|
|
[2 replies] Last: Thanks firedraco, I tried again and for some reason it worked, I must ... (by Jesus805)
|
by dtaqee88
Is there any way to make this code simpler??
|
|
[5 replies] Last: Sorry for the late reply but thanks so much. I would have never caught... (by dtaqee88)
|
by SuperNyan
If and else if help.
|
|
[8 replies] Last: Thank you. Sorry for taking the code. (by SuperNyan)
|
by time to c
logical operator and while loop
|
|
[3 replies] Last: thanks. XD (by time to c)
|
by Yestsuae123
Fibonacci Sequence
|
|
[4 replies] Last: try to create it yourself. (by Akshit)
|
by Doppler
Switch/case
|
|
[6 replies] Last: Ok, thanks for the answers. (by Doppler)
|
by FrankAntares
Can a programmer take over from another
|
|
[11 replies] Last: Thank you to everyone that has replied. I am based in the UK and I do ... (by FrankAntares)
|
by applezme
GUI Buttons = Program crashing / New Member
|
|
[1 reply] : its obvious, you suck! (by Carlos Alpuche)
|
by AandR2024
Question about "include"
|
|
[7 replies] Last: if ( (mystr.find("good") != std::string::npos) || (mystr.find("... (by Moschops)
|