by shadow29014
stl_algo.h ERRORS !!!
|
|
[3 replies] Last: Are you linking all of your .o (.obj) files into the executable? Have... (by jsmith)
|
by ali0482
What’s a delegate?
|
|
[1 reply] : http://en.wikipedia.org/wiki/Delegation_pattern (by m4ster r0shi)
|
by Swiftslide
Function that returns a function pointer?
|
|
[2 replies] Last: What you want is for MenuOption::getFunction to return a function poin... (by AbstractionAnon)
|
by LittleQuick
string filename4
|
|
[2 replies] Last: Nevermind I found my errors, and I pretty much have to move all of my ... (by LittleQuick)
|
by shadowayex
Passings string array in C
|
|
[2 replies] Last: C/C++ has no way of checking the length of an array so you could eithe... (by Galik)
|
by saicam
error C2106: '=' : left operand must be l-value
|
|
[4 replies] Last: coz im actually doing a file reading and writing and also saving the i... (by saicam)
|
by nscruggs
?? can't retrieve data from .txt file...comes back blank????
|
|
[1 reply] : by the way the printName functino in the Name class isn't the issue wi... (by nscruggs)
|
by pizet
multidimensional arrays
|
|
[1 reply] : firstly, http://www.cplusplus.com/forum/articles/17108/ if the array ... (by hamsterman)
|
by fmcarthur
A Simple (?) linked list problem?
|
|
[4 replies] Last: Hey guys, thanks very much for the replies. Just to clarify: For t... (by fmcarthur)
|
by Bazzy
string::iterator invalidation
|
|
[1 reply] : Hmm...I'd have to agree with you there. It could be invalid...the sta... (by firedraco)
|
by coder1998
Eclipse c/c++ have odd characters when text file encoded with UTF-16
|
|
[1 reply] : C++ sources should only contain ASCII. There's no telling what will ha... (by helios)
|
by Ravskie
Problem setting a value that is text.
|
|
[3 replies] Last: http://www.cplusplus.com/forum/windows/29526/ Better topic and in t... (by Ravskie)
|
by khris
defining operator+
|
|
[9 replies] Last: If you have operator+( const T& lhs, int rhs ) defined, then T o... (by jsmith)
|
by dcjones
Legacy script
|
|
[6 replies] Last: guys pls help me about my program.. my problem is i dont know how to u... (by jonjondavid)
|
by ShubhadaJS
New operator
|
|
[1 reply] : new allocates dynamic memory. dynamic memory is used when, at compile ... (by hamsterman)
|
by brossmei
virtual c++
|
|
[1 reply] : no. http://www.cplusplus.com/articles/how_to_ask/ (by Bazzy)
|
by crazyblue
getting a string (size of that is not given)
|
|
[1 reply] : there are many ways to make that. A string is usually a vector of char... (by Bazzy)
|
by harsh4u89
call a class member function without creating its object
|
|
[3 replies] Last: Your code works fine because f doesn't modify access any data. Whe... (by m4ster r0shi)
|
by TheWanderer
Overloading operator<<
|
|
[6 replies] Last: Take a look at http://www.cplusplus.com/reference/iostream/ostream/ ... (by sohguanh)
|
by jaredpg1
2-D Array Problem!!
|
|
[2 replies] Last: Edit: Please use pyschoder solution as his is more elegant and compact... (by sohguanh)
|