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 Codeblocks as my IDE. I got the source code from this sit...
[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 first attempt at writing in C++. I have been given a VB6 project...
[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 a project this midterm. can anyone help me? plss... here...
[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 34 1998 1 This problem is need to reverse the integer ...
[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 positive integers (excluding itself) that divide it evenly.For e...
[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 txt file. I am trying to call my buildSalesArray function b...
[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 of logging messages to a file. I found something in this lin...
[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(); int main () { char ch; cout <<"pasirinkite viena vari...
[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 the listing i created it return with a string of number shown...
[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? Normally the process is Buffer<-PixelA<-PixelB<-PixelC I want t...
[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 where I could make a few simple programs (more than just a few...
[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 variable should be (i have 3 classes to choose from) it say...
[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/tutorial/classes.html) and I noticed that during the planning of ...
[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 simular to this: Destructive Power : 5 Number of bolts lef...
[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 . These set of codes are ment for interpolation. Can any on...
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ :) (by Zaita)
What are static mambers within a class..
 
NOCONTENT
[2 replies] Last: Those are all very good examples. Just to add to helios 's comments: ... (by Duthomhas)
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 "shopkeeper program" im workn on. when i subtract a certain amount off...
[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 four players [ 1 Human and 3 Comps ] Each get 13 cards each, g...
[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.