General C++ Programming - August 2009 (Page 6)

Strange Error: heap corruption?...
 
Hey Girls... I got the following code... when the method finishes the compiler shows me some erro...
[4 replies] Last: thank you (by Incubbus)
Private Node Ctor in LL Trouble
 
The following is a linked list header file: // list.h class list { public: list(void); ...
[4 replies] Last: Given that code, I would need to add a default ctor to the winery head... (by lampshade)
Object Array inside another class
 
Hi all , The code below is my header file #ifndef FUNCTION_H #define FUNCTION_H #incl...
[2 replies] Last: Thanks you. i'm really appreciating your help . For constructor part i... (by omarsmak)
by meti
accessing object data at run time
 
hello everyone, I am planning two run two c+= applications. The first one should be stand alone ...
[1 reply] : ... not easily. It doesn't really work like that. If you want two ... (by kbw)
Unusual control structure
 
Does C++ have something like for (i = {1, 2, 3, 17, 39, 151, etc}) { printf("%d\n", i); } ...
[4 replies] Last: #include <boost/array.hpp> #include <iostream> typedef boost::a... (by jsmith)
Questions about C
 
I know this isn't the best place to ask this, this forum being dedicated to C++ and all, but I have ...
[8 replies] Last: Thank you guys so much! (by Dudester)
Password Protection
 
I want to make my console program password protected, where I can write the password but th...
[5 replies] Last: Null Nice C... (by efeX)
by Lauke
Audio + C++
 
Hi guys. I would like to understand how can i "mix" c++ and audio files, without using a imported li...
[5 replies] Last: which function do you mean in windows api? (by Lauke)
Programmer age group (1,2)
 
what's the main age group of many ppl that learn and do C++ programming? just curious.
[33 replies] Last: we only had a few hours of html so its fine for me; only the new stude... (by Gregor)
by Ma30ih
Netbeans 6.7 For Linux
 
Hello Guys! I need an Editor For C++ Language in Linux. I Can't Download it at an Orginal Web site....
[4 replies] Last: if you've got a gnome desktop you should be able to go into applicatio... (by elvenspike)
encoding of std::string
 
Hi. I'm creating a small program that use the curl library (http://curl.haxx.se/) to interact wit...
[3 replies] Last: there is a way to ensure that all the input is converter every time t... (by helios)
Memory leaking - can't find where
 
Hi, I am writing C++ code for Windows (win32 console) to determine when the active window changes...
[7 replies] Last: You're replying to an almost month old post. Actually, after seeing... (by helios)
Three Questions
 
1. Can I get the size of an array using sizeof() ? 2. Can a class template have a member function t...
[5 replies] Last: template< typename T, size_t N > size_t array_size( T (&)[ N ] ) ... (by jsmith)
Zero class size.
 
Hey.!! could someone explain me the strange code below. Why is the size of a class zero..?? ...
[1 reply] : It shouldn't be allowed, but often is for historical reasons. The c... (by kbw)
How do I write C++ to check Palindrome using Stack from Array?
 
How do I write C++ to check Palindrome using Stack from Array? User types data in a string, then ...
[2 replies] Last: Is there any sample code or guide? I just really wanna know. (by pkhunmee)
by Gregor
prepending to a file
 
is there any other way than to copy the rest every time I do it? thx
[2 replies] Last: Edit: tought so. (by Gregor)
Encryption
 
I have also found an encryption algoritm in this page but I have a problem with it I cant save the...
[2 replies] Last: i've got one thing to say, i know you said you found it but : it tell... (by elvenspike)
by bouns
composition
 
i was trying to write a program about solving sudokus, and i got that problem. i have class called B...
[2 replies] Last: thank you. it was very helpful. and the article was very nice, too. (by bouns)
Process Scanning
 
I'm looking into doing a search on all running processes, then doing a signature search of each proc...
[2 replies] Last: Yes, it would be for Windows XP/Vista. I appreciate the link, I'll loo... (by TheNoobie)
by mms
can't open input file
 
Hi All, I have tried to run this program, however, the error state the file cannot open. Actually i...
[6 replies] Last: yes, thanks incubbus! I have solved it:) (by mms)
August 2009 Pages: 1... 45678... 12
  Archived months: [jul2009] [sep2009]

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