by dlugo
Alternative to using math.h
|
|
[4 replies] Last: [quote=dlugo]I understand the first part "number >=0" but I'm not sure... (by Galik)
|
by Chazzmundo
Console font size command
|
|
[10 replies] Last: yes i know there are easier ways to do it with an app but i want a co... (by Chazzmundo)
|
by L E G I O N
what does this mean?
|
|
[2 replies] Last: thanks man i appreciate the help (by L E G I O N)
|
by wtf
Getting program to run in background
|
|
[5 replies] Last: I don't think there is a simple way. What difference does it make thou... (by hamsterman)
|
by mdonati
overloading [] operator for pointers
|
|
[2 replies] Last: It worked. Thanks for your reply. (by mdonati)
|
by unregistered
what does it mean by static type safety?
|
|
[2 replies] Last: Keep reading. The text explains what it means. (by helios)
|
by MNelsonMCP
Displaying fractions as 1/8 rather than .125 ?
|
|
[7 replies] Last: Code below. example usage: #include "fraction.h" int main() ... (by R0mai)
|
by cdringe1
Error Message using jGRASP
|
|
[4 replies] Last: So I have figure out the issue. However I am not sure how to fix it. T... (by cdringe1)
|
by Stiltzkin
error LNK2019
|
|
[2 replies] Last: Well, that explains why I had this problem in a lot of my projects, th... (by Stiltzkin)
|
by civus
Problem with VC++ Headers
|
|
[3 replies] Last: Can anybody else with VC++ try running this program and see if it work... (by civus)
|
by Blutooth
My Program Stops Working Half-Way Through
|
|
[8 replies] Last: thank you so much, not only was your code alot shorter than mine, it a... (by Blutooth)
|
by JackMoore
Vector array
|
|
[3 replies] Last: Yes, if you want to give the numbers to the vector in a list form. In ... (by R0mai)
|
by rassilon256
Accepting [SPACE] as an input
|
|
[2 replies] Last: Excellent, thanks! I actually cut out the do-while statement for mine,... (by rassilon256)
|
by yts
check string
|
|
[3 replies] Last: ok.thanks u:) (by yts)
|
by Chad
Problem with function rename()
|
|
[no replies]
|
by peripheral
how to insert int value to string object?
|
|
[3 replies] Last: I don't see how am I wrong. Maybe if I put this into function, it will... (by hamsterman)
|
by AlphaBravo
Return by Pointer, or, return by Reference?
|
|
[4 replies] Last: No worries. Thanks Disch. (by AlphaBravo)
|
by walkeraki
Calculator problem
|
|
[5 replies] Last: oh yeah, sorry... (by kaduuk)
|
by Gwamaka
I am new to programming and wants to know how to start writting a program
|
|
[8 replies] Last: Let me, PM you how i dealt with the whole procedure! Step by step. (by Gwamaka)
|
by luchie
Assigning Bool value Question
|
|
[1 reply] : if (answer = num){ You're assigning num to answer here. You'r... (by Disch)
|