by pbdemon101
Help Please! Cos/Sin errors
|
|
[2 replies] Last: Thank you so much! I appreciate the quick answer! (by pbdemon101)
|
by Maese909
Algorithm to calculate new date
|
|
[1 reply] : It looks like your "getDaysPassed()" function gets the so-called "juli... (by Duthomhas)
|
by maria536
digit extraction (1,2)
|
|
[21 replies] Last: ok this is what I did cout <<"Encrypted digit:" << digit_three << ... (by maria536)
|
by lirik
Perimeter and area of an abstract shape
|
|
[5 replies] Last: I just realized I did the power's wrong :-) (by lirik)
|
by Zephni
RegisterRawInputDevices() undefined
|
|
[3 replies] Last: Hi. No, sorry. I have never used the function before, nor do I have ... (by webJose)
|
by carebearboy
How can I return a constant char within class?
|
|
[4 replies] Last: Worked. Thank you. :) (by carebearboy)
|
by erikn
pointer assignment- when to use '&'
|
|
[19 replies] Last: ok cool. my world is spinning a little less now, thanks. :) (by erikn)
|
by SilverLake
if else
|
|
[2 replies] Last: lol wow, thanx dude. (by SilverLake)
|
by Jesus805
TicTacToe game help [Still need help]
|
|
[2 replies] Last: TicTacToe.h #ifndef TICTACTOE_H #define TICTACTOE_H class TicTacTo... (by Jesus805)
|
by jjmounes
Instructor requests inappropriate switch statement application>?
|
|
[7 replies] Last: For menus, use polymorphy. Unless it's really simple test code or just... (by hanst99)
|
A Quick Question Regarding '+' Prefix |
|
[5 replies] Last: I suppose you could overload it with something so it does something us... (by hanst99)
|
by metulburr
incuded files
|
|
[6 replies] Last: For starters, the standard header is <iostream> , not <iostream.h> .... (by Disch)
|
by carl24mvp
help plz......
|
|
[9 replies] Last: Think of the structure of your program first. while program is runn... (by Zephni)
|
by DouDou
Weird Stuff with a if statement
|
|
[6 replies] Last: Are you sure you didn't just accidentally write <=? @Ben - his debugg... (by hanst99)
|
by Ron N
Explanation of Article on Scanf ()
|
|
[1 reply] : I don't use C functions myself, but it appears that with a file like t... (by hanst99)
|
by jalfor
Multiplication Interpreted as Pointer
|
|
[5 replies] Last: When you compile the preprocessor replaces PI in the code with 3.1415... (by closed account 1vRz3TCk)
|
by Cortney Wood
Input Multi-word "Strings"
|
|
[5 replies] Last: The ignore would go immediately before getline. Its purpose is to remo... (by hamsterman)
|
by dznguy
do while loop skipping a step
|
|
[4 replies] Last: since this is a hw assignment which i wrote from scratch and if anyone... (by dznguy)
|
by Maese909
dateType class
|
|
[1 reply] : The math is often done by converting to (then add days) and from Julia... (by coder777)
|
by Cjsheaf
Breaking out of Nested Loops
|
|
[9 replies] Last: Read this: http://www.cplusplus.com/forum/articles/17108/ (by Nisheeth)
|