by stephen1101
Find Lowest Score & Average
|
|
[2 replies] Last: Thanks for the reply, I'll try that! (by stephen1101)
|
by SeeCwriter
Why use contructor init lists?
|
|
[5 replies] Last: Consider this: #include <iostream> int creation_index = 0; struct i... (by Lowest0ne)
|
by simon5025
program not returning proper values
|
|
[8 replies] Last: Also, using doubles in a for loop is bad news, use ints and convert th... (by TheIdeasMan)
|
by hinotai
Making a poisoned code
|
|
[5 replies] Last: ok sorry guys I didn't know there was a difference between C++ and DML... (by hinotai)
|
by GoranGaming
Time Passed Between Dates
|
|
[3 replies] Last: Anyone? (by GoranGaming)
|
by purpleNoise
method problem
|
|
[3 replies] Last: ^^ really thank you :) this->x_=p1.x_+p2.x_; this->y_=p1.y_+p2.y_; ... (by purpleNoise)
|
Issue with ofstream |
|
[9 replies] Last: Thank you everyone for all your help! It turns out that the issue wa... (by aguycalledjoe)
|
by GoranGaming
Problem
|
|
[6 replies] Last: In that case, you need to try and break down your task into smaller, s... (by MikeyBoy)
|
by manudude03
if statement always evaluated to true
|
|
[10 replies] Last: After about 4 hours of searching, I finally found what the problem was... (by manudude03)
|
by GoranGaming
Remainder Command
|
|
[3 replies] Last: Don't worry, I found something that worked, the floor function :) (by GoranGaming)
|
by ranittan
vector multiplication
|
|
[1 reply] : This would do... for(std::size_t i=0;i<myvector.size();i++) { ... (by a k n)
|
by Guzfraba
Operator conversion
|
|
[5 replies] Last: operator<< for char* is a nonmember operator: http://en.cppreference.c... (by Cubbi)
|
by hinotai
How do i do this?
|
|
[1 reply] : Well, in order to get the change part right you would need to look int... (by Script Coder)
|
by Pojky
Looking for some help opening the door
|
|
[2 replies] Last: http://www.cprogramming.com/c++book/ ive been going through this e-bo... (by Paoletti301)
|
by mauri11
printing numbers from an array
|
|
[3 replies] Last: Thanks guys made it clear what i was doing wrong! T (by mauri11)
|
by Nyxe
Base10 to Base2 String conversion.
|
|
[10 replies] Last: Would it be possible for you to comment and explain each part so I ca... (by Catfish4)
|
Please tell me of these are nested loops?????? |
|
[1 reply] : Yes it is, but might i make a suggestion? for ( C blah blah blah ) {... (by Paoletti301)
|
by Sigh719
Confusion with this calculation.
|
|
[4 replies] Last: It's mostly a syntactic shortcut, if anything. You can always do the s... (by LB)
|
by TrulyRazor
Countdown & timer?
|
|
[3 replies] Last: @tntxtnt Wow, that's awesome. Thanks! I made a version myself withou... (by TrulyRazor)
|
by bigdog225
comparing arrays through class
|
|
[2 replies] Last: Get rid of test2 on line 58. Change line 86 to test1.grade(answer);... (by cire)
|