by Seyter
FInding Rectangle area with this method.
|
|
[2 replies] Last: Hi... you meant like this? Doesn't work. #include <iostream> using n... (by Seyter)
|
by Cairus
What is "String Concatenation" exactly?
|
|
[3 replies] Last: Yes (by mbozzi)
|
Help fix my code please |
|
[3 replies] Last: Think of it this way, Step 1. call printDistance Step 2. (you're in p... (by ToeMater)
|
by ToeMater
Inheritance Seg Fault
|
|
[2 replies] Last: Oh wow, silly mistake, in my efforts to reduce the code so that i coul... (by ToeMater)
|
by Cairus
Prime Number Function
|
|
[2 replies] Last: You only need to check the odd numbers, and you only need to go up to ... (by tpb)
|
by rascon4444
consecutive numbers
|
|
[5 replies] Last: will do. thank you guys so much for your help (by rascon4444)
|
by Satan
What is the quickest/most efficient way to clear console screen?
|
|
[4 replies] Last: system cls should not trigger normal antivirus software. Cls is a per... (by jonnin)
|
by gangstasalad
Simple Calculator
|
|
[1 reply] : #include <iostream> using namespace std; int main() { int a, b, re... (by Manga)
|
Box2d or cocos2d-x? + clouding |
|
[2 replies] Last: I also really want to know how to share files. My friend and I are wo... (by helios)
|
by kuushie118
Single-Level Control Break (1,2)
|
|
[34 replies] Last: Thanks keskiverto. I can't believe I had never realized any of this b... (by Manga)
|
by CheesyForde1
Question on adding 10 sums
|
|
[4 replies] Last: Thanks guys. I got it to add the sum of vat and total in the loops. Re... (by CheesyForde1)
|
by heeyehan
Multiple conditions in if statement
|
|
[9 replies] Last: Hello heeyehan, Sorry for the delay, I could not stay up any later la... (by Handy Andy)
|
how does one create two functions that get used in main? |
|
[3 replies] Last: The first version has issues: int integer( double number ) { cin >>... (by keskiverto)
|
by fwfisher96
Shapes
|
|
[3 replies] Last: You need to read a char first then an int and a char again. Also you n... (by Thomas1965)
|
by Tduck
expected ')' before 'className'
|
|
[1 reply] : // dayType(string dayName) dayType:: dayType(string dayName) { ... (by JLBorges)
|
by MrSkinflute
Generate a set of random numbers in the range of 50-100 and, for each set, count how many values fall into particular ranges
|
|
[1 reply] : You never inititalize your counters to 0. But your code is way too rep... (by tpb)
|
by urawrath
Figures using multiple files
|
|
[14 replies] Last: Hello urawrath, You are welcome. You are doing well for six weeks. J... (by Handy Andy)
|
by daryledevs
looping doesn't stop
|
|
[6 replies] Last: @jonnin, Thank you for advice and tips. Based on my research, they sa... (by daryledevs)
|
by oterus
whats wrong with these code??
|
|
[2 replies] Last: Hello oterus, PLEASE ALWAYS USE CODE TAGS (the <> formatting button),... (by Handy Andy)
|