by solid boss
Compute the average of weighted exams
|
|
[1 reply] : exam1 = grades*.10; exam2 = grades*.25; exam3 = grades*.30; exam4 = g... (by keskiverto)
|
by Ch1156
Cant figure this out
|
|
[8 replies] Last: bump (by Ch1156)
|
by harmony9
c++
|
|
[7 replies] Last: Forget the OS. It is usually programs, scripts, or you, who run progr... (by keskiverto)
|
by R10111001
Bubble sort function causing trouble
|
|
[5 replies] Last: Thanks, it sure did. I already suspected integer wrapping to be the pr... (by R10111001)
|
Understanding: int "i" in for statements |
|
[8 replies] Last: Thank you all for your help. It's greatly appreciated. -Incline (by InclinedToFall)
|
by Sharan123
stop screen flickering
|
|
[4 replies] Last: I've been trying to cut back on my replies to these kinds of posts... ... (by Disch)
|
by sting98005
Allocate array space in a class
|
|
[11 replies] Last: thank you for your help. I have it working, now i need to play to und... (by sting98005)
|
static keyword |
|
[3 replies] Last: http://stackoverflow.com/questions/9656941/why-i-cant-initialize-non-c... (by Josue Molina)
|
by Sershen
Class Help
|
|
[3 replies] Last: ... All you can tell from that code above is that you know the functio... (by closed account S6k9GNh0)
|
by ephekt
Beginer needs help with reference variables
|
|
[7 replies] Last: thank you everyone, Mats the comments do help, and big thanx to giblit... (by ephekt)
|
by ngopza
Please Help
|
|
[12 replies] Last: I shouldn't really do this: I'm trying to guess at the requirements, b... (by Chervil)
|
by xplainet
how to deny non-numeric input?
|
|
[9 replies] Last: PS A cheap way to test your app would be to use a text input file with... (by andywestken)
|
by colognem
Program
|
|
[7 replies] Last: that is what the google tells me. i like to learn how to use that mult... (by colognem)
|
by briannabuzz
How to enter this equation
|
|
[3 replies] Last: Yes <math.h> is for the old c <cmath> is the new notation for c++ ,As ... (by closed account 28poGNh0)
|
by Nikkiiii
Blackberry 10 - How to create a SQLite database
|
|
[no replies]
|
Ignore a specific letter and then output the next letters after it. |
|
[17 replies] Last: Like I said, I am a beginner, a learning student, in the process of le... (by BrotherFromAnotherMother)
|
by Zephilinox
Can I get an explanation of declaration, definition and initialization?
|
|
[9 replies] Last: @JLBorges does not imply that it is being initialized at the point o... (by andywestken)
|
by ngopza
stream operator
|
|
[10 replies] Last: Overloading means creating new functions with same name but differen... (by keskiverto)
|
by amitk3553
pointer object of the struct
|
|
[4 replies] Last: You have the p_ on the value and not the pointer. That's a little con... (by kbw)
|
by Sharan123
making maze game
|
|
[4 replies] Last: is this some kind of bug in c++ No, it isn't a C++ problem. It's ... (by Chervil)
|