by DeKonTiki
Rotating a point in 2D shows inaccurate result
|
|
[4 replies] Last: Changing it to (angle*M_PI/180) worked and gave (-1, 1.22465e-16). Tha... (by DeKonTiki)
|
by likeToRead
Read data from file to 2D array
|
|
[5 replies] Last: Thank you both for your help :) (by likeToRead)
|
if / else if / if else |
|
[5 replies] Last: depends on how technical you are. if () { } else { if() //not... (by jonnin)
|
by Thanh Trung
Simple beginner program!
|
|
[3 replies] Last: Paula and Danny want to plant evergreen trees along the back side o... (by MikeyBoy)
|
by a087m832
user defined functions, what am I missing?
|
|
[5 replies] Last: All good. Not using std comes a bit later. For your program you would ... (by closed account 48T7M4Gy)
|
by adam2016
composition why is this not legal?
|
|
[4 replies] Last: thanks guys (by adam2016)
|
multiplication & division not working |
|
[4 replies] Last: @OP You can replace the cascade of if statements with a switch contro... (by closed account 48T7M4Gy)
|
by HenrikAET
Colors are not working
|
|
[2 replies] Last: #include <curses.h> char *map = { " ... (by Mantorr22)
|
Converting english to morse code (1,2) |
|
[29 replies] Last: why do we need to use arrays knowing that they are problematic at lea... (by dhayden)
|
by AlanG
unexpected printout for int
|
|
[5 replies] Last: From the horse's mouth: undefined behavior behavior for which this ... (by JLBorges)
|
by kattykat243
Why is my switch infinite?
|
|
[2 replies] Last: @whitenite1 Omg, so silly. Thank you it works now! (by kattykat243)
|
by teopeishen
error in my code
|
|
[3 replies] Last: i think i found the problem. i put .2f in the scanf("%.2f",hourrate). ... (by teopeishen)
|
by rshrecky
Question on If / Else if statements
|
|
[5 replies] Last: Thanks for all the info guys. Much appreciated! (by rshrecky)
|
by newyork23
error message
|
|
[2 replies] Last: Since the intent is to set values to the arguments passed by reference... (by JLBorges)
|
by hatecpp
Body Mass Index Program with void function
|
|
[6 replies] Last: #include <string> #include <iostream> void BMI(); int main () { ... (by closed account 48T7M4Gy)
|
by WestAU
Time between allow else error...
|
|
[3 replies] Last: Thanks i will give this ago, basically i want to simply allow connecti... (by WestAU)
|
by xx123
headers, classes & main
|
|
[9 replies] Last: I made some changes: class Employee { public: Employee() {} Em... (by TheIdeasMan)
|
by newyork23
simple question
|
|
[1 reply] : remove the semi-colon from end of line 39, compile your code and go th... (by gunnerfunner)
|
by AndreasTm13
Eliminating 0
|
|
[2 replies] Last: Version without functions: #include <iostream> int main() { std... (by JLBorges)
|
by tit0n
Infix to prefix that is already fully parenthesized
|
|
[no replies]
|