by Corey21Woods
Invalid Input Check....
|
|
[3 replies] Last: #include <iostream> #include <cstdlib> using namespace std; int main... (by shadowCODE)
|
by csharp
vector array function question
|
|
[17 replies] Last: Thanks, I hope this will work even if the interesting function is deal... (by csharp)
|
by bea456
how to put addition,sub,multiply, and division
|
|
[7 replies] Last: I need help adding, subtracting, multiplying, and dividing two fracti... (by cire)
|
can't seem to find the error...in the code |
|
[1 reply] : The problem was with the cin.ignore(); after entering the roll no. (by omkarborkar95)
|
by FantasyFawn
Help with Functions!!!
|
|
[2 replies] Last: You need to remove "return 0" from line 85, it doesn't belong there. ... (by art1986)
|
by sparkler17
OS-X Xcode Question, as well as code.
|
|
[2 replies] Last: Thank you, that was the issue. For some reason XCode compiles the exec... (by sparkler17)
|
by Joshcannon
Calendar for the year
|
|
[2 replies] Last: It's been a long day, lol. Thanks for the help, man. I literally had t... (by Joshcannon)
|
by Dani1023
Help Formatting
|
|
[2 replies] Last: You can't return more than one variable ._. use reference or pointer p... (by LendraDwi)
|
by qingcheng
c language split my zip code
|
|
[2 replies] Last: thanks that works every well! (by qingcheng)
|
by pilotnate
size of array being inserted into array contents
|
|
[2 replies] Last: ahhh thank you. (by pilotnate)
|
by DeathLeap
Operator overloading
|
|
[2 replies] Last: #include <iostream> using namespace std; #define NUM 10 class A { ... (by mobotus)
|
by coltehrman
IDK whats wrong...? Help please
|
|
[1 reply] : Fixed it... :) The random_shuffle paramters needed to be passed by ref... (by coltehrman)
|
by dksam123
Euler's number
|
|
[1 reply] : as you did in the previous program that calculated the value of pi W... (by keskiverto)
|
by itninja
Format the output from cout
|
|
[2 replies] Last: #include <iomanip> #include <iostream> using namespace std; cout<<se... (by shadowCODE)
|
by Zion93
String Subscript out of Range
|
|
[3 replies] Last: No "should be". Make your program show the true length. That is one ... (by keskiverto)
|
by Slashdash
Help me translate this very simple if function to C++
|
|
[2 replies] Last: You need to use the logical operator && instead of the bitwise opera... (by TheKingOfTyrants)
|
by Franky4
Problem with .txt sorting algorithm [SOLVED]
|
|
[3 replies] Last: The problem is probably the fact that you are executing the while() un... (by jlb)
|
by dipak99
difference in char ch[10] and char* ch[10] ?
|
|
[1 reply] : char ch ; Creates an array of chars which means it holds actually le... (by TheKingOfTyrants)
|
by spring2014
Help me add arrays to this code.
|
|
[3 replies] Last: You'd have to iterate through the array and call the euler2m function ... (by TheKingOfTyrants)
|
by mrformatt
need some help for this problem
|
|
[2 replies] Last: First, I'd suggest taking all but the first number using a loop. The c... (by TheKingOfTyrants)
|