by hjtuhh2009
how can father make friend with son's friend
|
|
[7 replies] Last: Then implement operator<< as a member function. Or, better yet, imp... (by jsmith)
|
by hjtuhh2009
use list in class
|
|
[4 replies] Last: Thanks Bazzy I slove it! =) happy now (by hjtuhh2009)
|
by kayo
*** was not declared in this scope
|
|
[6 replies] Last: I read all the temp.dep references in the standard, but couldn't see h... (by kbw)
|
by sdbala
continiously listen to the file location
|
|
[5 replies] Last: I would consider it an impractical use case and a horrible hack. It... (by PanGalactic)
|
by firedraco
Strange STL bug
|
|
[16 replies] Last: I thought it was rather odd to be calling vector's reserve function in... (by kempofighter)
|
by idojava
Calling function referencing?
|
|
[2 replies] Last: This might be what you're looking for. #include <iostream> ... (by Hammurabi)
|
by n4nature
STL for hash tables
|
|
[15 replies] Last: Right click on the project in solution explorer . Select properties ... (by closed account z05DSL3A)
|
by rmcarlsson
physical data with different logical views, back and forth
|
|
[1 reply] : You may want to use inheritance. I've left all your data fields as int... (by Hammurabi)
|
by dmoore210
Passing a string to another function
|
|
[1 reply] : Here's a fixed version with the changes noted. #include <iostrea... (by Hammurabi)
|
Dev-C++ |
|
[4 replies] Last: Code::Blocks uses multiple compilers and though it's a great option an... (by closed account S6k9GNh0)
|
by kypeswith
remove \0 from char *
|
|
[6 replies] Last: std::string is the other alternative. I see that you are including C+... (by kempofighter)
|
by blakaxe
Problem with forward declarations
|
|
[1 reply] : I already responded to this thread in the other forum. Please don't c... (by Disch)
|
by Dr Lazarus
File input - receive bad alloc message
|
|
[4 replies] Last: Try inserting a line like std::cerr << "File size: " << size << std::... (by closed account z05DSL3A)
|
by Null
How to detect seg. faults?
|
|
[6 replies] Last: Thank you Duoas! I also found example here: http://msdn.microsoft.com... (by Null)
|
by Tom Backton
Private constructor/destructor
|
|
[5 replies] Last: A class with only non-public constructors cannot be constructed dir... (by jsmith)
|
by CMV123
Problem when trying to decryp encryped file with CryptoPP
|
|
[2 replies] Last: No he only gave me one key, but he works with this key for a long time... (by CMV123)
|
by learner82
Repetitive Zero Terms
|
|
[8 replies] Last: Thanks for the help everyone (by learner82)
|
by argh
C++ Choose Your Own Adventure
|
|
[6 replies] Last: Hello, "But what is the point of this program, what is it getting t... (by EverBeginner)
|
STLport |
|
[3 replies] Last: One advantage of STLport: - Allows and even uses 64bit std::streamoff... (by bnolsen)
|
plz chek this program |
|
[5 replies] Last: Notice: Calculus1 + Intro to Information Technology + Physics ->ok ... (by tition)
|