by fattah089
What's wrong with my code?
|
|
[1 reply] : It doesn't compile. vector<int> myvec = ( 1, 2, 3, 4 ); Th... (by jsmith)
|
Looking for some c++ definitions (1,2) |
|
[20 replies] Last: try this. http://www.webopedia.com/Programming/ (by blackcoder41)
|
by brakepad
question about file input
|
|
[4 replies] Last: another reason is maybe because he is using binary mode.. ios::binary... (by blackcoder41)
|
by creature
Converting arrays to bitsets
|
|
[7 replies] Last: Just guessing that you are walking off the end of an array somewhere. ... (by jsmith)
|
by JLEE
encapsulation problems :)
|
|
[2 replies] Last: Non sequitur. You need to post your code and the compile error. (by jsmith)
|
by dogbert1001
Virtual inheritance and constructors
|
|
[6 replies] Last: I think there have been some details left out in the answer. Read h... (by jsmith)
|
by brakepad
template C++ class to simulate java interface?
|
|
[6 replies] Last: Well... just because they are interviewing you doesn't mean they are a... (by jsmith)
|
by hthakar
using multiple new() statement on same pointer
|
|
[5 replies] Last: ...which is about the same thing. Modern OSs recognize this kind of... (by Duthomhas)
|
by hamsterman
app without main()
|
|
[8 replies] Last: Don't do that! I wasn't going to... I just wanted to know, how is ... (by hamsterman)
|
by JLEE
missing ';' before identifier 'f'
|
|
[4 replies] Last: Thanks you guys. I also thought that was the problem but i wanted to a... (by JLEE)
|
by RLB31384
Good websites with sample programming questions and their solutions?
|
|
[2 replies] Last: http://www.reddit.com/r/carlhprogramming/ (by Mythios)
|
by Duthomhas
MinGW custom codecvt facet VTABLE error
|
|
[13 replies] Last: Well, this is what I have learned. The codecvt facet can be mod... (by Duthomhas)
|
by RLB31384
moving functions from header to imp file..overloaded op
|
|
[4 replies] Last: Very basically, it's a two step process: 1) Compiling takes all ... (by Disch)
|
by atchon
getline confusion
|
|
[3 replies] Last: nevermind I got it there were spaces on the line so it wasn't seeing i... (by atchon)
|
by Nvincent4708
C++ Character Histogram
|
|
[no replies]
|
by ramsci
c++ memcpy string to char*
|
|
[10 replies] Last: Exactly. (by Disch)
|
by Artur
diff. between template<class T,class U> & template<class T>template<class U>
|
|
[1 reply] : Example 1; This is an illegal declaration - you cannot declare the ... (by guestgulkan)
|
by fzuend
Polymorphism and virtual setters
|
|
[7 replies] Last: The solution I was initially looking for was generics ! Something... (by fzuend)
|
by jfarr1978
cin wont work.
|
|
[2 replies] Last: It is just meant to rec a character name for now. The line I am having... (by jfarr1978)
|
by Lund259
Team
|
|
[12 replies] Last: @ pangalatic. it dosn't pay anything. ____________________________... (by Lund259)
|