by rana33
about scanf
|
|
[no replies]
|
by iamthefear
Looking for numbers within a certain range eg 1 - 10
|
|
[2 replies] Last: Thank you Pascale :) It is for an array, ive already got the loop,... (by iamthefear)
|
by ArcherSam
Templates
|
|
[4 replies] Last: Thanks, that helps alot. (QWERTYman). Oh, here's the full source co... (by ArcherSam)
|
by Pascale
input output of special characters
|
|
[4 replies] Last: It works now but unfortunately it still shows the same symbol I hav... (by Pascale)
|
Fibonacci Numbers |
|
[1 reply] : You can make a global variable initialized to 0 and make it increasing... (by Bazzy)
|
by nuttynibbles
convert string to char
|
|
[2 replies] Last: To get a C string ( char* ) you cave str.c_str() but it wont work ... (by Bazzy)
|
by makan007
For Loop Function
|
|
[6 replies] Last: .....there is no loop going on since 3 >= 7 is a false statement he... (by loveless)
|
by makan007
Do while
|
|
[4 replies] Last: woops :P *faceplants keyboard* (by gcampton)
|
by nuttynibbles
convert time_t to string and vice versa
|
|
[1 reply] : hi guys, i managed to resolve it. tks (by nuttynibbles)
|
by preetii90
pass by reference
|
|
[3 replies] Last: Ah sorry... I misread the question. I don't really know C much but i'd... (by bluezor)
|