General C++ Programming - July 2009 (Page 3)

by jaaam
does c comforts virus creation
 
Hi, i am a occassional c programmer i have heard C always facilitates programs that result as vir...
[6 replies] Last: Thanks alot for all your reply Thanks, Jaaam http://prog2impress.... (by jaaam)
Create own database
 
I'm looking for a tutorial or an example for creating my own database. It would be a very simple dat...
[1 reply] : You will probably want to start by looking up databases that already a... (by enigmatix)
function arguments and member variables with the same name
 
Is it possible to use the same name for member variables and member function arguments? For example:...
[4 replies] Last: It's generally not a good idea to do that,... I can live with that,... (by closed account z05DSL3A)
nested classes and use of 'friend'
 
The problem I have to resolve is as follows: Create a Hen class. Inside this, nest a Nest class. In...
[4 replies] Last: Many thanks to jsmith for the most helpful comments. I will consider u... (by Peter1234)
(lists) my OUTPUTS are weird...
 
this is weird to explain in the title alone, but i created a program below that works and compiles p...
[1 reply] : > user inputs however many scores he/she wants. > 6 scores get calcul... (by GPN)
by mraman
Dev-C++ related: How to automatically include .h files
 
Why isn't the project including all the included header (.h) files in the project when the source fi...
[1 reply] : You can go to Project Options > Files and uncheck 'include in compilat... (by matrebatre)
by cbevkn
C++ Compiler Strange Behavior
 
Hello All, I see a very strange behavior with the C++ Compiler. Below is my sample code. When I d...
[3 replies] Last: making that minor alteration, the if test should be true now. (by guestgulkan)
Copy constructors &c...
 
So, I have a class with lots of data members, and I recently added a pointer to it that I want to ha...
[2 replies] Last: Dang, that was what I thought...ah well, thanks for the info! (by firedraco)
Array-Based LISTS
 
im not sure whats happening here, but i dont know what code to use to stop the prompts from looping....
[6 replies] Last: You aren't ever actually assigning any students to your array, you are... (by firedraco)
by wtf
How do you change the attribute of a file?
 
I'm using windows..... can't find nothing on google. also how can I delete & remove a file, with...
[3 replies] Last: alright so and how do I use it? (by wtf)
by wtf
How can I increase the size of my executable?
 
without slowing down my program or otherwise changing its overall flow. I don't want to turn it int...
[10 replies] Last: Enzyte.... wait are we really talking about programming? (by Tevsky)
Reading 17 bits...
 
I've just discovered that one type of record in my old DOS file stores two variables in 32 bits. I ...
[11 replies] Last: OK I think I partially follow you. However, the data in that buffer c... (by Sephiroth)
Making Projects with Dev - C++
 
Hello, i've had a question to ask anyone willing to help me. I've tried to work on some random pr...
[7 replies] Last: Yes, Disch also wrote an article on this: http://www.cplusplus.com/f... (by Bazzy)
Client Mail - GMAIL
 
Hi, I need to do a mail client with GMail support. Does someone has any ideas? Some SSL librar...
[3 replies] Last: http://www.google.co.uk/search?hl=en&q=rfc+pop3+ssl&btnG=Google+Search... (by kbw)
convert nested loop to recursion
 
i have a codes like this #include <iostream> #include <conio.h> using namespace std; int ma...
[3 replies] Last: Use [co de][/co de] tags please. You should pass the counter values... (by Bazzy)
How do I find out the contents of an address post-crash?
 
Hi, I am debugging a very large program that was written by somebody else (I do not have access to ...
[2 replies] Last: I really like the replies that can help me, and can change my programm... (by zgzg2020)
Problems with the run time code
 
#include<iostream.h> #include<conio.h> class Sample { public: int *ptr; Sample...
[2 replies] Last: 1) Thank you for using getchar() instead of system("pause"); 2) Pleas... (by smilodon)
Should I learn more...?
 
Hey, i'm wondering... if i'm hoping to get a game programming career, would I want to learn more tha...
[3 replies] Last: As Return 0 said, it is definately a good idea to learn a language lik... (by chrisname)
by nny
VCL application exe file??
 
i "made" a game, but i dont know how to make a file which can be opened on other computer ?? app...
[3 replies] Last: I had to look for more detailed info but here they are: To change the... (by Bazzy)
University Assignments
 
Hey, i'm looking for someone at university, or who has a page bookmarked that is acceccsible to the ...
[4 replies] Last: My friend who sent me those projects also sent me this for when I am r... (by Blitz Coder)
July 2009 Pages: 12345... 14
  Archived months: [jun2009] [aug2009]

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