by elpretentio
expected primary expression before else
|
|
[2 replies] Last: Your code reminds me of python :) In C/C++ you need to wrap statement... (by Jaybob66)
|
by DrEaMzLeDS
File I/O
|
|
[1 reply] : Please edit your post and make sure your code is [co de]between cod... (by LB)
|
by lawgarra318
sum up all digits until a single digit is left
|
|
[15 replies] Last: You are my lifesaver!!! Thanks!!! I am a social science student forced... (by lawgarra318)
|
by technofreaks
change macro to valiable
|
|
[6 replies] Last: I was able to achive results. in dhcp.h //#define HOST_NAME "WIZn... (by technofreaks)
|
by RAVSHAN02
Need help with simple code question PLEASE (1,2)
|
|
[21 replies] Last: [quote=HellfireXP]I gave him a partial answer, so he would have enough... (by LB)
|
by Phil092
Help converting inputs.txt to outputs.txt (1,2,3,4,5,6,7)
|
|
[126 replies] Last: Good on you phil. All the best - it looks great. Give my regards to Ro... (by closed account 48T7M4Gy)
|
by galaxie62
Help with a binary to decimal converter
|
|
[1 reply] : Change your for loop: for (x = 0; x < length; x++) { total = total... (by coder777)
|
by samuelh19
My program won't do what I want it to do
|
|
[9 replies] Last: oh ok I see. Thank you very much for your help! (by samuelh19)
|
by Dukeatron
Program will not read the data file
|
|
[2 replies] Last: > The data file is written in note pad file named outData.txt. ¿your ... (by ne555)
|
Combining values without adding them in c++ |
|
[2 replies] Last: You could convert them to a string and concatenate them. Or you could ... (by wizebin)
|
I can not get this input file to read |
|
[11 replies] Last: Bummer, hope you have a chance to make another crack at it. I bet you'... (by wizebin)
|
by HellfireXP
Eliminating memory leaks
|
|
[4 replies] Last: jib, as explained above, thanks. (by HellfireXP)
|
by papyrus
getting a specific character
|
|
[2 replies] Last: Typically, when you read from stdin which is the stream cin represents... (by cire)
|
by rickm
n,nmn
|
|
[4 replies] Last: The formatting is slightly better. But your question isn't. If you're ... (by wizebin)
|
by EdWar82
Capitalize Each Word
|
|
[2 replies] Last: Think about how you would do it on paper, then write up the tools you ... (by wizebin)
|
by fazedxp
Trouble creating a dat file to declare variable values
|
|
[2 replies] Last: so to create the file do i just add new item and save as .dat and then... (by fazedxp)
|
by C0D3FR3AK
"expected primary-expression" error?
|
|
[4 replies] Last: foo.cpp:28:31: warning: variable 'numOfRows' is uninitialized when us... (by ne555)
|
Having trouble opening an input file |
|
[4 replies] Last: @ aixth, TarikNeaj answered your question about the placement of your ... (by chicofeo)
|
by kezia
c program
|
|
[3 replies] Last: @ kezia, show your code of what you have done with specific questions.... (by chicofeo)
|
by b29hockey
Length function
|
|
[6 replies] Last: Thank You!!!! Very helpful! (by b29hockey)
|