Thanks |
|
[1 reply] : Hi, First up, please edit your post so it has code tags, how to use t... (by TheIdeasMan)
|
Call by reference |
|
[11 replies] Last: lab2.cpp:21:13: error: no member named 'Create' in 'User' ... (by dhayden)
|
by marlon270
output not adding up to correct number
|
|
[1 reply] : int manip(int, double); int manip(int val1, double val2) { return ... (by TarikNeaj)
|
Void function not counting my values |
|
[3 replies] Last: You don't need it in calcNetPay since you're only using them to calcul... (by TarikNeaj)
|
by Pabel
"enum" and "struct" in uController
|
|
[no replies]
|
by rtglass1
Reading different lines into different arrays
|
|
[1 reply] : Hey =) I did this real quick for you, try and learn from it and create... (by TarikNeaj)
|
by Gr1m
C++ coding help
|
|
[3 replies] Last: I think I understand what you're asking here, but this seems like a mu... (by Yawzheek)
|
by Yawzheek
"The Riddler Problem" Question
|
|
[5 replies] Last: Like I said before, as you learn you find better ways to do things. Yo... (by Tom56785)
|
using pointers and 1 dimensional arrays, while filling the positions with chars |
|
[1 reply] : Hey. Please edit your post and always use code tags for all of your co... (by TarikNeaj)
|
Why won't this compute? |
|
[7 replies] Last: By writing code - http://www.cplusplus.com/doc/tutorial/files/ (by TarikNeaj)
|
by dn90
Overloading the + operator with two arguments?
|
|
[2 replies] Last: Awesome man, the code worked. I see what I did wrong in my attempt. (by dn90)
|
by nanJIL
basic coding
|
|
[2 replies] Last: Thanks Moschops. Now I do understand (by nanJIL)
|
by nanJIL
looping
|
|
[1 reply] : Sorry but your question doesn't make much sense, and no one really wri... (by TarikNeaj)
|
by mishappp
palindrome checker, weird return types.
|
|
[5 replies] Last: you promised to return a value but failed to do so. undefined behaviou... (by ne555)
|
Divide into functions and Output to file |
|
[1 reply] : Found on google: http://www.cplusplus.com/doc/tutorial/files/ htt... (by TarikNeaj)
|
Programming assignment question |
|
[2 replies] Last: This helps immensely thank you so much! I would have to agree I am alw... (by SiliconPatriot)
|
by jsanti2519
Correction on my C++ program
|
|
[3 replies] Last: Yes, it looks like what you're doing is just comparing: bool i; th... (by Yawzheek)
|
by petroy
Problem with my Solving Quadratic Equations Program
|
|
[7 replies] Last: OH! My bad. Thanks you guys. =) (by petroy)
|
by nanJIL
c++ coding
|
|
[2 replies] Last: One might take a guess (something one should not usually do) that the ... (by Chervil)
|
by geshu99
plese help last part does not work
|
|
[1 reply] : replace all your following staffs char r ; gets(r); if (strcmpi(r, e ... (by liuyang)
|