by Razor 158
what to return on a struct function
|
|
[4 replies] Last: I see. I'm not really sure how or where I should define this. I tried ... (by Razor 158)
|
by adeqze
Wrong looping reading through
|
|
[1 reply] : You print out a letter every time you find a repeated one. Since there... (by Zhuge)
|
by MRangel
While loop issues
|
|
[4 replies] Last: Check and Check that made perfect sense. Thanks for your help. (by MRangel)
|
by Jamerack
Board won't work correctly
|
|
[4 replies] Last: When I was testing it, I was just inputting into a variable and then o... (by Jamerack)
|
by Davidzhoot
text file output problem c++
|
|
[no replies]
|
by wolfv
getline() breaks fstream?
|
|
[2 replies] Last: Thanks long double main! testsFile.clear(); fixed it. (by wolfv)
|
by acorn
difference between these functions and const correctness
|
|
[1 reply] : In the case of these return values, there is no difference since you a... (by Zhuge)
|
by dshoe19
bad alloc error when reading from a file
|
|
[2 replies] Last: Thanks a lot for the help! So now it runs all the way through without ... (by dshoe19)
|
by ray88
keep getting errortrying read from a file and send data to a file
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/40071/#msg216270 In general co... (by ne555)
|
Help with code? |
|
[5 replies] Last: I am coding on a Mac with an app called CodeRunner, a text editor with... (by heyyouyesyouiloveyou)
|
help with initializing variables and system(pause), system(cls) |
|
[5 replies] Last: Thank you catfish! I didn't even notice I put downAmt in another calcu... (by greenlovinggirl)
|
by Mtt20
validate the text as a double data type and convert the string to that double.
|
|
[7 replies] Last: At this point this is what I have..... but I when running it I can not... (by Mtt20)
|
by mt519011
Text Manipulation
|
|
[no replies]
|
by hunterx893
convert string to dec ascii number
|
|
[1 reply] : You don't ever assign to arr1, so arr gets garbage values. Did you per... (by Zhuge)
|
PLease I need help (knowledge of switches and functions) |
|
[1 reply] : main.cpp: In function 'int MathOp_C(int)': main.cpp:34:21: warning: s... (by long double main)
|
Is an Array a Container? |
|
[2 replies] Last: K thank you (by closed account EwCjE3v7)
|
by RobGillespie
Prime or not?
|
|
[10 replies] Last: Yeap, 2 is a prime number. And in your loop you could test just until ... (by Hiten)
|
by r3wt
Basics of Building a website in C++ with POCO or CSP
|
|
[3 replies] Last: coder777, you're my hero. Witty sounds amazing, particularly since it ... (by r3wt)
|
by pel1993
Performance time for quickort
|
|
[1 reply] : Create a function that will do the timing for you: template <typenam... (by Smac89)
|
by hunterx893
error in my function not sure
|
|
[2 replies] Last: Thanks I figured it out :) (by hunterx893)
|