by Phil092
How do you make letter grades with plus/minus line up
|
|
[3 replies] Last: The easiest thing to do would be to change your string literals so tha... (by cire)
|
by funnynoob01
Random Number Help
|
|
[5 replies] Last: That will give you random numbers each time yes. (by TarikNeaj)
|
by nuboam
String Literal to Class Constructor and Const References
|
|
[3 replies] Last: a temporary memory location is created containing "Sam" Generally no... (by AbstractionAnon)
|
by msrt92
Problem in making Global String Array
|
|
[5 replies] Last: Hi msrt92, Everyone jumped on the errors. I believe there is some... (by pearlyman)
|
by omega4relay
How to get a void method to edit a variable
|
|
[4 replies] Last: bingo cire! I'm going to see what other things you can do by passing ... (by omega4relay)
|
by jakobfri
Basic question to do with operators.
|
|
[3 replies] Last: Line 1: You can't have multiple fields on the right hand side of a co... (by AbstractionAnon)
|
keep track of of vector pair indices upon sorting |
|
[1 reply] : > I was thinking of converting to triples, where the last element is t... (by ne555)
|
by Dazzer
Q about operator overloading and default constructors
|
|
[2 replies] Last: Oops, silly mistake, thanks! (by Dazzer)
|
by cher1201
Switch statement using objects that are members of other classes. (HELP VERY MUCH APPRECIATED)
|
|
[4 replies] Last: I got my code working guys! Thanks so much for the responses! (by cher1201)
|
by Arquon
Exercise about time and lightyears
|
|
[4 replies] Last: distance == time * velocity <=> distance / velocity == time (by keskiverto)
|
by brawdyll
Homework help?? Loops and Math
|
|
[no replies]
|
by vkosty
Help with simple menu, trying to use if statement.
|
|
[2 replies] Last: thank you sir (by vkosty)
|
by TPL
Logical Operators Help [TCLite] [C++]
|
|
[2 replies] Last: Alright, thanks so much. I knew it was going to be a simple stupid thi... (by TPL)
|
by Arquon
Having trouble with getting int out of .txt
|
|
[5 replies] Last: Thank you pearlyman. Theres one more question, how can I read files ti... (by Arquon)
|
by ali64x
map a key to different number of values
|
|
[4 replies] Last: Many thanks JLBorges. (by ali64x)
|
by cher1201
Objects as members of classes
|
|
[4 replies] Last: thanks! (by cher1201)
|
by brownyeyes
Dice rolling function - comparing random number to a value does not work
|
|
[2 replies] Last: Thanks! Yes indeed that was a silly mistake they are all 0.. I just no... (by brownyeyes)
|
by mukdew
number is existing ?
|
|
[1 reply] : I would recommend you start by creating a main function, then take it... (by TarikNeaj)
|
by CodeOpen
use cout inside a function
|
|
[4 replies] Last: #include <iostream> using namespace std; void MaxorMin(int n, double... (by TarikNeaj)
|
fill vector pair from cin |
|
[2 replies] Last: I can't believe it was that easy. Thank you. (by big leigh bowski)
|