by Drakonaut
File header errors
|
|
[7 replies] Last: Actually golf.h shouldn't be compiled, it should be #included. Yes, ... (by Peter87)
|
by toesockshoe
terminate called after throwing instance of std bad_alloc
|
|
[4 replies] Last: yeah thanks. i got it now. (by toesockshoe)
|
by deeno33
Drill Chapter 4 Programming Principles and Practice
|
|
[13 replies] Last: for(int i = 0; i < converted.size(); ++i){ co... (by JLBorges)
|
by Extreme112
Constructor for a class that takes in another class as parameters
|
|
[5 replies] Last: Thanks for the help guys. Now I'm trying to pass in a vector of author... (by Extreme112)
|
by Jammin73
Range based
|
|
[3 replies] Last: Thank you very much for your prompt answers. (by Jammin73)
|
by FASI
file handling :'(
|
|
[1 reply] : you dont need getline in line 16 (by shadowCODE)
|
by bryan177mcsc
stopping when user presses enter only, during c-string entry
|
|
[2 replies] Last: The extraction operator, when extracting strings or numbers leaves the... (by jlb)
|
by FASI
cant read whole string in file handling
|
|
[2 replies] Last: some random number shows up :/ (by FASI)
|
by user1994
Second Largest Digit in a number
|
|
[11 replies] Last: As this is a beginner's exercise I would have thought resorting to th... (by cire)
|
semicolon just after if() ? |
|
[2 replies] Last: A statement that consists only of a a semicolon is called a null stat... (by Peter87)
|
by lTachyon
error C3074: an array can only be initialized with an initializer-list
|
|
[2 replies] Last: Thank you very much ! (by lTachyon)
|
by mlholder
Algorithm Development
|
|
[no replies]
|
by pravi
C program using function
|
|
[4 replies] Last: Until you set the value of a variable for the first time, it isn't set... (by shadowmouse)
|
by pravi
Switch statement
|
|
[7 replies] Last: @4682 Thanks for all your useful replies. I have solved it. Couldn't h... (by pravi)
|
by Jonnyd36
Making a grid
|
|
[5 replies] Last: Made both changes and it worked. Originally I kept it as box because ... (by Jonnyd36)
|
by GuitarMan
Looking for help with a binary file.
|
|
[14 replies] Last: See comments in code. Andy #include <iostream> #include <fstream> #... (by andywestken)
|
by koopey
basic input/output with files driving crazy
|
|
[7 replies] Last: > in which truncate if file exists, i think it should be do not trunca... (by JLBorges)
|
by Zeepblok
Make an instance of a external class
|
|
[9 replies] Last: The #ifndef CLASS2_H is an include gurad: http://en.wikipedia.org/w... (by coder777)
|
by ChrisVer
menu choices (interpretation?)
|
|
[5 replies] Last: The performance is the same either way. The boolean expression is chec... (by mlholder)
|
by Moookeee
Function Pointers to access a function outside a class
|
|
[3 replies] Last: great thank you guys - legends! it compiled in the end. I'm working f... (by Moookeee)
|