by cartpauj
2 questions about files
|
|
[13 replies] Last: This is why I tried to avoid posting all my code because it scares ppl... (by cartpauj)
|
by todouble22
if/else comparing fractions
|
|
[1 reply] : For determining whether one fraction is greater than the other simply:... (by kevinkjt2000)
|
by vlad61
aint working..
|
|
[4 replies] Last: then does spacing in some code matter? because thats the only differen... (by vlad61)
|
by Muner
Can't make a Triangle
|
|
[1 reply] : line 55: return; is incorrectly in the for loop. It needs to be ou... (by closed account jLNv0pDG)
|
by cppbeg
new cmd windows
|
|
[3 replies] Last: That just creates a new console. Using that, you have not way of commu... (by helios)
|
Header Tutorial! |
|
[1 reply] : http://www.cplusplus.com/reference/ (by helios)
|
by makan007
Cstring - Inserting element
|
|
[3 replies] Last: http://www.cplusplus.com/reference/clibrary/cstring/memcpy/ (by R0mai)
|
by dragonisk
need assistance with Age Counter program
|
|
[1 reply] : Oh dear not getch() again.... getch() is not part of the standard c++ ... (by kevinkjt2000)
|
by kingty23
Need asistance asap
|
|
[1 reply] : A and r0 are always 0.0. Is this what you intended? (by jsmith)
|
by studentffm
code interpretation
|
|
[5 replies] Last: func3 is a function, it doesn't point anywhere. See this: typedef... (by Bazzy)
|
by svexo
Reffer to a other function
|
|
[3 replies] Last: int main () { submain(); // call submain } (by Bazzy)
|
by aash
diamond shape
|
|
[9 replies] Last: Start by making a triangle. (by moorecm)
|
by deorcar
making a Simple Math Library
|
|
[5 replies] Last: ok looks like this now #include <iostream> #include <math.h> ... (by deorcar)
|
algorithm |
|
[8 replies] Last: But C99 is not part of C++. Here are some basic Rounding Algorit... (by Duthomhas)
|
by sukhi
hi....
|
|
[11 replies] Last: It looks like some old code you got somewhere around the internet or s... (by unoriginal)
|
using else if |
|
[7 replies] Last: Ah of course. I didn't get to re-read this post after I replied last t... (by gcampton)
|
by Aaron09
Not understanding functions!
|
|
[1 reply] : Start by reading over this: http://www.cplusplus.com/doc/tutorial/f... (by Return 0)
|
by roniy
a simple HW question :
|
|
[2 replies] Last: You can use arrays if you ask the user the number of employees and the... (by kevinkjt2000)
|
by gcampton
Tutorial question regarding pointers
|
|
[13 replies] Last: @helios: Can you teach me how to divide by zero? (by kevinkjt2000)
|
by Zeldami
Cut off numbers/words
|
|
[2 replies] Last: Thanks =) Now I remember I've seen that before =D (by Zeldami)
|