by cgifford
Strings, extracting elements, and recombining to form new string!
|
|
[3 replies] Last: Please use [co de] tags You need to add the line using namespace... (by Bazzy)
|
by helios
Import libraries
|
|
[no replies]
|
by mackabee
Unresolved Token and External Symbol in my class
|
|
[2 replies] Last: Wow, thanks a ton! =D (by mackabee)
|
by vvarma
const declaration problem
|
|
[1 reply] : fact(2*N-1) for N=8 overflows the size_t type. (by jsmith)
|
by kibestar
Cross-Platform C++ GUI Library
|
|
[2 replies] Last: Some more from me: for cross platform use QT, its oops & C++, easy ... (by writetonsharma)
|
by corbinc
c++ parralell array program
|
|
[1 reply] : looks nice.. now show the greatest of all these values in jars[0-4] ... (by writetonsharma)
|
by kibestar
Cross-Platform C++ Network Library
|
|
[6 replies] Last: Try this one: http://www.boost.org/doc/libs/1_40_0/doc/html/boost_asio... (by Bazzy)
|
by Delon
Dev-C++ doesn't work on Vista?
|
|
[4 replies] Last: Alright, I'll try it. Thanks so much! (by Delon)
|
by bigearsbilly
catching template errors
|
|
[8 replies] Last: This may interest you: http://www.generic-programming.org/languages/co... (by Bazzy)
|
by chrisname
Backtracing
|
|
[2 replies] Last: There is; what I mean is I can't find an explicit reference to it; so ... (by chrisname)
|
by chrisname
Bitwise shifting
|
|
[18 replies] Last: What, you, or me? Hopefully you; unless my whole perception is brok... (by chrisname)
|
by chrisname
Arrow operator
|
|
[7 replies] Last: Hmmm... I'm getting a segfault with something different now; whenever ... (by chrisname)
|
by olove05
class inside class (1,2)
|
|
[28 replies] Last: thanks a lot guys (by olove05)
|
by corbinc
c++ array question
|
|
[1 reply] : Think on how you would make two related arrays I think this is relate... (by Bazzy)
|
by Brian90
Lack of clarity on teacher's assignment (function pointers)
|
|
[1 reply] : It sounds pretty clear to me. 1. Select a function. 2. Input two i... (by helios)
|
by Cojones
string method clear
|
|
[2 replies] Last: Running your code gives me this results: for = 1061 for clear() 41... (by Cojones)
|
by xoxoKate
functions.....so confused
|
|
[2 replies] Last: Also, using cin to read std::strings is generally not a good idea; use... (by Zhuge)
|
by DrChill
Store 2d array information in an integer?
|
|
[2 replies] Last: Thank you, I probably should have learned this a while ago ... (by DrChill)
|
by kamebr
How to sort a list of Strings.
|
|
[1 reply] : If you load them in a container you can use standard algorithms: http... (by Bazzy)
|
by kenr
rules of inheritance when passinf by reference
|
|
[3 replies] Last: Implict conversion from ClassB** to ClassA** is inhibited because it i... (by Abramus)
|