Beginners - August 2008 (Page 9)

How do I fix these errors and why am I getting them?
 
And a few others assorted questions. I'm trying to implement connecting to Access via C++. Using ...
[2 replies] Last: The errors I'm getting : C:\Documents and Settings\limhc\My Documen... (by Chewbacca)
PidControl class dll export to VB6
 
Hello everyone, I'm new to this so apologies in advance for any breach of protocol. This is my firs...
[no replies]
arrays, string, and sorting...enlighten me plss
 
i have this data structure class and our instructor hasnt tought us anything and she's demanding for...
[10 replies] Last: As helios mentioned above you can use strcmp() and compare c-type st... (by Mitsakos)
reverse number..i need 3 outputs
 
i need reverse integer 3 outputs sample input is 24 1 4358 754 305 794 sample output is ...
[1 reply] : whoah.. wow.. um.. i'm speachless.. Ok, first off, please put code ... (by Aakanaar)
by kaisin
errors needed to debug. desperate!
 
(am a beginner and really need help from people in this forum) #ifndef Unit1H #define Unit1H ...
[7 replies] Last: I have no idea what all those are but ImageEnView1-> doesn't mean an... (by Mitsakos)
by charze
computer programming solving
 
help me to solve this: a perfect number is a positive integer that is equal to sum of all those posi...
[3 replies] Last: http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
Unknown msg after compiling
 
I am a fairly new programer and writing a simple program that reads in some sales information from a...
[2 replies] Last: Thanks, that worked. (by bluegray)
logging to a file: how?
 
Having read that fprintf() is Bad (I even understand why, I think), I'm looking for different means ...
[2 replies] Last: Er, I added a comma to the link without a space, my bad. The link shou... (by toshiro)
don't send error
 
#include <cstdlib> #include <iostream> using namespace std; int a(); int b(); int c(); ...
[3 replies] Last: I changed few things ant this program works now. #include <cstdlib> ... (by m4k4v3l1)
by aria
a string of number definition after compilation, what does it mean?
 
hi im very new at this, so i could appreciate the help my compiler is borland C++, when i compile t...
[1 reply] : First of all, let me express my disgust for Borland over the fact that... (by helios)
Alpha Blending
 
Is there a way to blend colors that have an alpha < 256 prior blending it with the buffer? Normal...
[4 replies] Last: Helio, Thanks, I did some more testing and found your method worked t... (by AlwaysLearning)
.cpp to .exe
 
How to convert a .cpp file to a .exe application?
[2 replies] Last: lol.. rename >,< i wish it was just that simple.. hahahah (by chizhoundz)
Project Ideas
 
I have taken a class in C++ and I have learned a bit of it on my own and I think I'm at the point wh...
[4 replies] Last: I know this is probably not much help for you icemanfan. But it probab... (by LacViet)
Trying to use a switch to choose which to declare
 
I'm not sure if this is possible, but what I am trying to do is use a switch to decide what type a v...
[2 replies] Last: hey thanks a lot, its working :D (by TheMiddleMan)
by kacko
Understanding constructor placement
 
So I was looking over the Classes TUT here at C++.com (found here http://www.cplusplus.com/doc/tutor...
[8 replies] Last: Why inline? As you probably noticed, it's definitely fewer keystr... (by Zaita)
by lain
Plasma Pistal using Class's
 
I am having a little problem with class's. I am tring to make a plasma pistol display something simu...
[5 replies] Last: No worries :) (by Zaita)
by kwesi
walk me through spline3.cpp zip?
 
Hi Every One, I downloaded spline3.cpp zip from http://www.alglib.net/interpolation/ spline3.php ...
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ :) (by Zaita)
my problem subracting from a global integer
 
Okay so im using a global integer variable to display the amount of cash you have in this "shopkeepe...
[2 replies] Last: for (int i = 0; i < shopItem; ++i) { cout << shopInventory ; //... (by guestgulkan)
Very simple card game
 
Hi, For my college assignment, I choose to make a very simple card game in which there would be fou...
[3 replies] Last: I've been playing with my own version of the BlackJack game (inspired ... (by Duthomhas)
August 2008 Pages: 1... 7891011... 14
  Archived months: [jul2008] [sep2008]

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