Area of a Triangle |
|
[4 replies] Last: I only tried one triangle, but it gave the same area as computed by ot... (by lastchance)
|
by melinda345
helppppp with string
|
|
[4 replies] Last: You can use isupper(), islower(), toupper() and tolower() to do this: ... (by dhayden)
|
by Mrjoe10
Taylor Series Expansion: cos(x) range issue
|
|
[4 replies] Last: Ah yes, this makes the error more obvious. I will give it another shot... (by Mrjoe10)
|
by gunam12
how do calculating the avg?
|
|
[5 replies] Last: hey I wanted to send you a message but it didnt allow me. The questio... (by sesslit805)
|
by kubanm3
Hex editor
|
|
[17 replies] Last: It works as it should now. argv file name argv -d destionation argv... (by kubanm3)
|
by thekuma
Area of a Shape
|
|
[2 replies] Last: Line 5: calcArea() is undefined. Because calcArea() follows main, you... (by AbstractionAnon)
|
by takaflaka
Palindromes
|
|
[2 replies] Last: Line 5: m is an uninitialized (garbage) variable. Line 11: You're o... (by AbstractionAnon)
|
by Kourosh23
vector as a pointer using struct C++
|
|
[11 replies] Last: Oh yes, I mean using a pointer that exists in a struct, and then point... (by Kourosh23)
|
by Fantasy
Passing an object with long lifetime
|
|
[6 replies] Last: Thank you so much. That was great ! Appreciate the help. (by Fantasy)
|
by pumzye
Dynamic Array and For Loop not working
|
|
[7 replies] Last: Thanks for the help, rather new to this (by seasickmama)
|
by Fyuran
Custom iterator issue
|
|
[3 replies] Last: If you have reached chapter 20 of Stroustrup's book, having worked thr... (by JLBorges)
|
by shw92
Alignment Problem Output Columns
|
|
[no replies]
|
by Yoooooo
undefined reference to 'timeGetTime@0'
|
|
[11 replies] Last: Ok, thank you! (by Yoooooo)
|
by Kourosh23
for loops vs for each loop vectors C++
|
|
[5 replies] Last: http://en.cppreference.com/w/cpp/language/range-for http://en.cpprefe... (by TheIdeasMan)
|
by gameguy8888
How do I show decimals when dividing?
|
|
[7 replies] Last: Although if a and b were double to start with .... then life would b... (by gunnerfunner)
|
by Kourosh23
Prime Numbers C++
|
|
[15 replies] Last: Actually none of last 3 programs are correct. If you run them it shoul... (by TheIdeasMan)
|
by persades
Using round()
|
|
[4 replies] Last: is there anyway of doing it without iomanip, or setprecision() ive f... (by integralfx)
|
Compare Two Strings with Array (I think) |
|
[7 replies] Last: I'd recommend you break down your code into functions to make it easie... (by integralfx)
|
by deleon123
Login program with warning :(
|
|
[6 replies] Last: Oh sir integralfix thank you for your help I am now able to run the pr... (by deleon123)
|
Compare two strings |
|
[7 replies] Last: What type of loop would I use to do that? a for loop? Whichever loo... (by integralfx)
|