General C++ Programming - November 2009 (Page 13)

Strings, extracting elements, and recombining to form new string!
 
I am working on a Lab for my computer science class and these are the topics that I need help with a...
[3 replies] Last: Please use [co de] tags You need to add the line using namespace... (by Bazzy)
by helios
Import libraries
 
Okay, so VC++ generates one automatically if there's ones or more functions or classes with __declsp...
[no replies]
Unresolved Token and External Symbol in my class
 
Hey I'm trying to create a singleton class and I've come across unresolved token and unresolved exte...
[2 replies] Last: Wow, thanks a ton! =D (by mackabee)
by vvarma
const declaration problem
 
I have a piece of code whose skeleton is as follows: //all necessary includes size_t fact(int ...
[1 reply] : fact(2*N-1) for N=8 overflows the size_t type. (by jsmith)
Cross-Platform C++ GUI Library
 
Hi. I want to know what GUI library is the best for C++. FLTK, GTK, Qt or wxWidgets. And why, please...
[2 replies] Last: Some more from me: for cross platform use QT, its oops & C++, easy ... (by writetonsharma)
c++ parralell array program
 
Im trying to write a program from this programming book i just bought and am having some difficulty....
[1 reply] : looks nice.. now show the greatest of all these values in jars[0-4] ... (by writetonsharma)
Cross-Platform C++ Network Library
 
Hello there, I would really like for somewone to point me out a good (or excellent) C++ cross-platfo...
[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?
 
Hello, I need some sort of help here. I had just installed Bloodshed Dev-C++ on my computer (whic...
[4 replies] Last: Alright, I'll try it. Thanks so much! (by Delon)
catching template errors
 
Now I have made a template to slurp a file into an STL list container perl style template <...
[8 replies] Last: This may interest you: http://www.generic-programming.org/languages/co... (by Bazzy)
Backtracing
 
Last question for a bit, I promise :P Can I cause the stack to regurgitate it's contents into var...
[2 replies] Last: There is; what I mean is I can't find an explicit reference to it; so ... (by chrisname)
Bitwise shifting
 
I thought I had understood this :l I'm trying to shift a hex number to get the first and last bit...
[18 replies] Last: What, you, or me? Hopefully you; unless my whole perception is brok... (by chrisname)
Arrow operator
 
I'm playing around with SDL in C and for some reason; I'm getting a segfault using the pointer-to-me...
[7 replies] Last: Hmmm... I'm getting a segfault with something different now; whenever ... (by chrisname)
class inside class (1,2)
 
how to declare in main a object of class that has within other class with variable member that point...
[28 replies] Last: thanks a lot guys (by olove05)
c++ array question
 
This is homework but im somewhat confused, i dont want the answer but maybe you could point me in th...
[1 reply] : Think on how you would make two related arrays I think this is relate... (by Bazzy)
Lack of clarity on teacher's assignment (function pointers)
 
As it is the weekend, sending an e-mail to the teacher would be redundant, but I'm lacking clarity o...
[1 reply] : It sounds pretty clear to me. 1. Select a function. 2. Input two i... (by helios)
string method clear
 
void main() { int i; DWORD count,stop; wstring str; count=GetTickCount(); for (i=...
[2 replies] Last: Running your code gives me this results: for = 1061 for clear() 41... (by Cojones)
functions.....so confused
 
Okay, so I'm writing this program that asks for 6 grades and calculates averages and stuff. I need t...
[2 replies] Last: Also, using cin to read std::strings is generally not a good idea; use... (by Zhuge)
Store 2d array information in an integer?
 
I want to make an integer store the location of my array, something like this: string collection...
[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.
 
Hello guys, im new to file manipulation and i just create a file with a list of strings, ie: AAAAAA...
[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
 
void SomeFunc(ClassA **inst) { ... } Class ClassA { ... } Class ClassB: public Class...
[3 replies] Last: Implict conversion from ClassB** to ClassA** is inhibited because it i... (by Abramus)
November 2009 Pages: 1... 111213141516
  Archived months: [oct2009] [dec2009]

This is an archived page. To post a new message, go to the current page.