by sselasky1
Help with enumeration and static casting
|
|
[5 replies] Last: Your enum does not have a operator<< for ostream, this means that it w... (by Bazzy)
|
by Hansikk
numbers after the decimal point
|
|
[1 reply] : You already posted this question 5 minutes ago, please don't spam. (by hanst99)
|
by FSA
Runtime Error! Program does'nt start.
|
|
[4 replies] Last: Thanks a lot for your time. (Just for your info: I'm working since 199... (by FSA)
|
by doom666
Array 2d in header but in object errors :(
|
|
[9 replies] Last: In case you care: When declaring a n dimensional array, n-1 dimensions... (by hanst99)
|
by Uzumaki
Sand Watch from Numbers (1,2)
|
|
[21 replies] Last: Nice. A bit weird, but it works. It should be <n instead of <=n. (by hanst99)
|
by V3n0M93
Problem with programm
|
|
[1 reply] : #include<iostream.h> #include<fstream.h> #include<stdlib.h> Bad ... (by hanst99)
|
by janibeg
problem with process.h under Ununtu
|
|
[8 replies] Last: thank all for answer! (by janibeg)
|
Someone teaches me how to compile (c++)? |
|
[2 replies] Last: Compiling other peoples source code won't help you learn the language.... (by hanst99)
|
by jasonyctam
Passing in and returning a string array from a function
|
|
[3 replies] Last: Your delete is wrong, it won't cause a memory leak, it will simply cra... (by hanst99)
|
by peterr
Microsoft Visual Studio
|
|
[11 replies] Last: My recommendation for reading material would be 1) Read the tutorial o... (by hanst99)
|
by Blessman11
class refusing to accept external function
|
|
[2 replies] Last: There's nothing wrong with this code. What does the error say? (by hamsterman)
|
by shotgunner
char and wchar_t
|
|
[2 replies] Last: thanks (by shotgunner)
|
by keithzhou
list
|
|
[1 reply] : start simple: 1. build a list of integers: int intList = { 0, 8,... (by matsom)
|
by personak
Rereading files
|
|
[1 reply] : ifstream infile("myfile.dat",ios::binary); //open for reading //read... (by oldnewbie)
|
by Jescartes
First uni assessment
|
|
[3 replies] Last: http://cplusplus.com/doc/tutorial/functions/ EDIT: You can also ... (by Danny Toledo)
|
by lalala
Why isn't my program working?
|
|
[9 replies] Last: You don't need to use the entire std namespace, when it looks like jus... (by WertleWoo)
|
by vencent
Doese erase() free the memory?
|
|
[3 replies] Last: You understand correctly. (by Disch)
|
by bihcity08
Cin state ignore white spaces
|
|
[3 replies] Last: As I know cin stops reading when it sees a white space. cin.get() ... (by oldnewbie)
|
by gonigkum
String values skipped when being entered from keyboard
|
|
[4 replies] Last: thanks!!! I used cin.ignore() right after the statements where I h... (by gonigkum)
|
by bboy212
Perl in c++
|
|
[18 replies] Last: Oops you're right =) my bad. (by ultifinitus)
|