by lovescompsci
Moving data from an array of strings to a struct
|
|
[1 reply] : Use the string stream class (sstream). Then you can read data from th... (by dhayden)
|
by newlearner99
For loop
|
|
[1 reply] : Please use code tags when posting. Highlight the code section of your ... (by dhayden)
|
by antonyt
return pointer of an array
|
|
[4 replies] Last: wow thanks, silly mistake . (by antonyt)
|
by etrusks
return *this
|
|
[2 replies] Last: This makes sense and looks really useful. Tnx a lot :) (by etrusks)
|
by jframe1734
function/array problem.. ugly code
|
|
[3 replies] Last: #include<iostream> double calcavg(double , int); int main() { doub... (by closed account 48T7M4Gy)
|
by dmw
Not understanding functions
|
|
[3 replies] Last: Some problems with your original code: line 34: Why are you compari... (by AbstractionAnon)
|
by areyouennay
Program Freezes when reading from file
|
|
[1 reply] : You need to show where info , SIZE and EXTRASIZE are defined. A... (by Chervil)
|
by fguy
Problem overloading input operator
|
|
[1 reply] : never mind I found the problem. I can't make the Point parameter a con... (by fguy)
|
by jhsyber
New to Everything lol
|
|
[1 reply] : What is a Driver Class? A driver is usually a function/program that... (by jlb)
|
by Marth
HARD field on soft input.
|
|
[no replies]
|
by keanedawg
Should I initialize my data in the class definition or in the constructor.
|
|
[4 replies] Last: I always write an Init() function that all of my constructors call./q... (by Computergeek01)
|
by newlearner99
inserting values into arrays from equation
|
|
[5 replies] Last: Look at line 4 of the code in part 2 of my first answer. Also, line 1... (by Kevin C)
|
CHARACTER ARRAY- ACCEPTING WHITE SPACE CHARACTERS |
|
[1 reply] : [quote=OP]... my teacher has asked us to use the basic logic and not t... (by Computergeek01)
|
by Jon15
Creating a quiz with classes
|
|
[4 replies] Last: Fixed the hitting enter to get the answer problem for both; still wor... (by Jon15)
|
by jgg2002
All possible sums
|
|
[4 replies] Last: No, sequence doesn't matter. a=1, b=1, c=2 would be the same with a=2,... (by jgg2002)
|
Generate Sound (Beeps) ?? |
|
[3 replies] Last: Well... What have you tried??? Have you looked at sleep() functions? ... (by cnoeval)
|
by Arslan7041
Minesweeper Game (text based, no graphics) - help
|
|
[3 replies] Last: I've improved by code a bit but I need some help. Here's the thing: ... (by Arslan7041)
|
by theseus
full precision double
|
|
[2 replies] Last: It worked! Thank you so much JLBorges. (by theseus)
|
by lioncyber97
input as function
|
|
[3 replies] Last: this trick is cool but hard i would rather switch back to if condition... (by lioncyber97)
|
by BaloneyOs
Using same Index function for different Sort functions
|
|
[2 replies] Last: The template one works, thanks! And yeah I was lazy to just use l (L) ... (by BaloneyOs)
|