typecasting problem? |
|
[4 replies] Last: If all the variables which you have declared aren't necessarily to be ... (by aakashjohari)
|
by user name
question about the operator ==
|
|
[2 replies] Last: That explained it very clearly. Thanks! (by user name)
|
by misurex
about atoi
|
|
[4 replies] Last: misurex, i think you have your if and else case switched... :)... (by cheif)
|
by magusdknight
Replacing a number with a word
|
|
[7 replies] Last: const int num = 3; works very similarly to int num = 3; , except th... (by cheif)
|
by m a t t
Capitalize strings
|
|
[3 replies] Last: :p Good luck doing this and have fun watching football ;) (by Scipio)
|
by tiris
return returns nan
|
|
[2 replies] Last: I am really sorry, but now I compiled the above code anew and it works... (by tiris)
|
by low1988
minus function for calculator
|
|
[9 replies] Last: Thanks very much it solve the problem like a charm.In programming fiel... (by low1988)
|
Triangle, logical and relational operators |
|
[4 replies] Last: Yes. I always use braces, to avoid mistakes (eg if i add some lines la... (by Scipio)
|
by lridings
if else statement
|
|
[6 replies] Last: Nah, its not embarrassing. I think all beginners goof up there at firs... (by Cerburos)
|
by yaguarete
not accepting namespace
|
|
[4 replies] Last: Thanks a lot everybody. To Bluezor, my answer is yes, I used "using na... (by yaguarete)
|
by low1988
confuse with geth() in function prototype
|
|
[1 reply] : Yeah...from what I've heard, Borland seems to not be very good...I wou... (by firedraco)
|
by Sathed
IF a specific number resides in an integer
|
|
[1 reply] : You can use / and %. For example: #include <iostream> #include <s... (by Scipio)
|
by cascade384
terminating a loop
|
|
[3 replies] Last: Hey thanks guys for the input. I went with Hazer's plan and the projec... (by cascade384)
|
by Foe89
Outputting multiple values of same variable
|
|
[7 replies] Last: how would u do a flowchart to this code u presented in the beginning i... (by imakila)
|
by Hazer
Rand
|
|
[2 replies] Last: Thanks! (by Hazer)
|
by aakashjohari
All Possible Arrangements of a word
|
|
[11 replies] Last: yes i have problem with repeated letters. the length of the word may v... (by aakashjohari)
|
by Sophisto
Adding Colour to Text / Resize Console Window
|
|
[3 replies] Last: To Move/Resize the console window: MoveWindow(GetConsoleWindow(),x,y... (by Bazzy)
|
by benjacl
C++ Practice
|
|
[4 replies] Last: Bluezor, your solution worked. Thanks again. (by benjacl)
|
by JGD
Echoing, I/O, code review...
|
|
[1 reply] : while (resultsTxt >> number) { count++; cout << setw (8) << name ... (by nrc1982)
|
FILE STRUCTURE IN fopen |
|
[1 reply] : here is an interesting read: http://tigcc.ticalc.org/doc/stdio.html... (by guestgulkan)
|