% |
|
[5 replies] Last: Thanks (by Code Apperentice)
|
Unicode |
|
[3 replies] Last: Thanks, but umm. for the "L" I don't think I really need it because it... (by Code Apperentice)
|
by Shinji2013
char not staying put???
|
|
[2 replies] Last: > Code is too long Minimize it. > If you look on the output of the pr... (by ne555)
|
by suraya
fatal error LNK1120 : 1 unresolved externals
|
|
[1 reply] : i think i figured it out i called the function bool surveyfile in ma... (by suraya)
|
by jesussegura
printing numbers
|
|
[3 replies] Last: ur welcome :) (by mae956)
|
by Nonstickrudy
Help with payroll program almost have it
|
|
[1 reply] : Your "re-enter data" loop works for me. As for main loop, your conditi... (by MiiNiPaa)
|
by Anmol444
What does this mean???
|
|
[1 reply] : char* temp = pstr ; pstr = pstr ; pstr = temp; (by MiiNiPaa)
|
Programs not running |
|
[1 reply] : a ,b ... sum ,diff ,prod ... These variables vill be created ... (by MiiNiPaa)
|
by ckazaks
Getting C2084 error Please Help!!!
|
|
[1 reply] : In the future, Please use code tags when you post. It makes the code e... (by Yanson)
|
by DoctahLove
Help with sentinel loop and nested decision
|
|
[no replies]
|
by Enterprise D
C++ Book Recommendation
|
|
[9 replies] Last: Stormhawk, thanks! (by Observer)
|
by Shinji2013
Truncation problem?
|
|
[1 reply] : The arguments to the pow function should be doubles, however I would h... (by TheIdeasMan)
|
Code to check mismatch symbols doesn't work |
|
[15 replies] Last: Works perfectly. Thanks a lot! (by anderfernandes)
|
by BTBAM2010
Output always 0 in function
|
|
[2 replies] Last: There is no return statement in the convert2metric function, otherwise... (by TheIdeasMan)
|
by frikolas
Faster way to write if statements?
|
|
[2 replies] Last: Only use a switch/case if you are 'choosing'. The difference between ... (by IWishIKnew)
|
by Bolong Yu
Win32 Console Application
|
|
[no replies]
|
by panther1
New to OOP, need help with classes
|
|
[4 replies] Last: Thanks, Problem solved! (by panther1)
|
by MasterxZen
New to the language, need help with program.
|
|
[1 reply] : When you define the content of your print() function, you have to indi... (by toum)
|
by persontothe
wrong value when adding random intergers
|
|
[2 replies] Last: Wow, Thank you very much. I had somehow fixed the previous problem I h... (by persontothe)
|
by tnjgraham
How to retrieve the first eight bits of a number
|
|
[1 reply] : Looks reasonable to me. (by Chervil)
|