by kenshin143
need random numbers or a pause
|
|
[9 replies] Last: FYI, that's not an error, it's a warning. You can ignore it (since yo... (by firedraco)
|
by rafta
2D Arrays
|
|
[5 replies] Last: basically, user enters food consumption for 3 monkeys for everyday of ... (by rafta)
|
by JRevor
How to return a const char*reference?
|
|
[3 replies] Last: thanks! (by JRevor)
|
by Keeley
Calculator Problems
|
|
[7 replies] Last: The switch/case/break method would be best here (by j3tt)
|
by bwright
using class sets
|
|
[4 replies] Last: The types eg: int , char ... (by Bazzy)
|
by Deathscreton
Problem comparing Variables
|
|
[2 replies] Last: Well, that's what the tutorial displayed. I simply copied the action i... (by Deathscreton)
|
by RyuKazama
Reading time, strings from text file and storing to vector
|
|
[3 replies] Last: for(int i=0; i <= lyrics.size(); i++){ remove the equals sign from t... (by Bazzy)
|
by wasabi
Copy Constructors
|
|
[7 replies] Last: This sort of problem (copying stuff from one place to another) cannot ... (by guestgulkan)
|
Passing structs |
|
[7 replies] Last: Move to the next list node at each iteration of the loop (by Bazzy)
|
by mrkhtn
Coding sets
|
|
[1 reply] : ADT simply refers to a non-specific type. std::set is a container of ... (by jsmith)
|
Doubt with delete[] |
|
[1 reply] : It will delete the first "row" only, e.g.: int** matrix = new in... (by firedraco)
|
by midnight09
char* argv[]
|
|
[3 replies] Last: Which sort of problem? Are you checking argc has the right value befo... (by Bazzy)
|
by foncused
Input from file output to screen
|
|
[3 replies] Last: Do the same thing with in_stream.get(): cout << char ( in_stream.get(... (by Bazzy)
|
by zsukal
How to make and extract file in format .cab
|
|
[no replies]
|
by ashley19
Great Common Divisor Recursively
|
|
[2 replies] Last: With the template the code in your function won't change, it will work... (by Bazzy)
|
Class function |
|
[1 reply] : In the constructor: time = time(0); You have time function from c... (by Bazzy)
|
by unregistered
compiling ncurses on g++
|
|
[1 reply] : -lncurses gcc and g++ are just compilers. Options beginning with -l a... (by helios)
|
Is there a way to find the average of two floats while rounding to whole number? |
|
[15 replies] Last: The upper limit for a 32-bit float is 3.40282e+038. Half of that is 1.... (by helios)
|
by ripley
function returning field
|
|
[6 replies] Last: ripley, your name is ripley. part of ripley's code: word f(word... (by herbert1910)
|
Homework advise needed please! |
|
[1 reply] : it's asking you to manipulate the variables you have just read in from... (by TaikoDragon)
|