problem with template and inner struct |
|
[2 replies] Last: sorry, I couldn't copy and paste the code, it was just a typo, this is... (by kleberstender)
|
by hamnat487
Confusing object issue....
|
|
[3 replies] Last: Nevermind, I somehow fixed it. Thanks anyways. ^^ (by hamnat487)
|
by Legendman3
Errorss.....
|
|
[3 replies] Last: Did you copy it from Stroustrup's book, modular programming paragraph?... (by m4ster r0shi)
|
by emko
character frequency class
|
|
[2 replies] Last: I understand now. Thanks a lot (by emko)
|
by DLNOOP
Convert char to String^
|
|
[4 replies] Last: Thumper, YES! THAT'S IT!! Thank you! Thank you!!! (by DLNOOP)
|
by onako
Append to each line
|
|
[3 replies] Last: That's very wasteful with filesystem resources. You only need a maximu... (by Duthomhas)
|
overloaded '<<' and '>>' |
|
[3 replies] Last: std::stringstream is a subclass of iostream. http://www.cplusplus.com... (by R0mai)
|
by spamme
#define + template
|
|
[3 replies] Last: And main should be declared to return an int ( int main() )... (by Bazzy)
|
by LB
Compiler Bug or User Error?
|
|
[5 replies] Last: Oops, I didn't see the rest of the errors! Full build log: http://pas... (by LB)
|
by sujalsheth
Learning Template
|
|
[3 replies] Last: Hi guestgulkan, Ya you are right. That was only the problem. Thanks ... (by sujalsheth)
|
by zoeloe
Inheritance and polymorphism
|
|
[1 reply] : Inheritance is when one class carries over functionality of another. ... (by Kyon)
|
by hannes
Null-terminated string operation
|
|
[3 replies] Last: ok, i'll use the string class. hannes (by hannes)
|
by waqqassheikh
Practicing Enumeration
|
|
[5 replies] Last: enums can be used anywhere an int is required - you dont even need to... (by R0mai)
|
by sangfroid
problem with void pointer
|
|
[5 replies] Last: Haven't worked with them for a while, forgot how to use them, Disch is... (by Kyon)
|
by upad
array problem
|
|
[3 replies] Last: void readScores(int, int, int&); //prototype void readScores(int sco... (by ne555)
|
by bshrestha
Display junk values
|
|
[9 replies] Last: Why don't you use a std::vector? #include <iostream> #include <fs... (by filipe)
|
by manaila
main function
|
|
[6 replies] Last: And to complete the number of different ways to print out the argument... (by jsmith)
|
by yman
Exception HANDLING speed
|
|
[14 replies] Last: In my Java code, when I call that method I need to have a try/catch... (by xorebxebx)
|
by carlsum1986
array question
|
|
[5 replies] Last: Hi Carlsum1986, If I am not mistaken, you would like to define sever... (by naivnomore)
|
by vukki
bug or feature
|
|
[13 replies] Last: Thank you for the enlightenment. I guess every compiler we tried wa... (by jsmith)
|