General C++ Programming - April 2008 (Page 9)

by imlost
Conversions
 
Hi, I'm having trouble with doing conversion from US Distances to Meteric system. I'm sure i have m...
[4 replies] Last: Well see that is my problem my code i have wrote up right there should... (by imlost)
by yogurt
CODE HELP!!!
 
ok, after almost finishing my first usable program. I started to debug and i got a couple of errors ...
[6 replies] Last: #include <stdlib.h> (should really have been #include <cstdlib>) in th... (by closed account z05DSL3A)
Pointers
 
Can someone explain pointers to me and why people use them, as well as some practical uses for them
[1 reply] : Have you read http://www.cplusplus.com/doc/tutorial/pointers.html ? (by closed account z05DSL3A)
help needed
 
I have a class ,say, A declared in A.h I have another class, say , B declared in B.h Now i need ...
[1 reply] : If you only need to have a pointer to the other class then just declar... (by closed account z05DSL3A)
DirectX Help
 
Ok so I try to set up the most basic of DX9 programming and compile it, here is the entire code: ...
[2 replies] Last: Either do not use precompiled header or '#include "stdafx.h"' If yo... (by closed account z05DSL3A)
I NEED HELP IM NEW AND A BEGINNER
 
OKAY THIS PROGRAM IS SUPPOSED TO INPUT THE DATE AND YEAR FROM A FILE THEN OUTPUT IF ITS A LEAP YEAR...
[8 replies] Last: Wow, that is a lot of coding, the easier way to do it is - int day... (by nogoodatall)
by roybj
winapi begginer - how can i register a function as a callback to windows events?
 
Hi, i would like to write a callBack function and register it to different window events (for exampl...
[no replies]
INSTALLING MYSQL API TO MY OS Ubuntu
 
Please help me what and how to Install MySQL API to my OS(Ubuntu 7.10)..
[no replies]
last fuction problem
 
i need to write a fuction called fallingDistance that accepts an objects falling time as an argument...
[4 replies] Last: #include <iostream> namespace std; double fallingDistance() co... (by micah1983)
QUESTION
 
You may choose a file format. You are required to read the header of the file and display all th...
[1 reply] : This is the third time you have posted the same request! You are unli... (by closed account z05DSL3A)
switching from java to C++
 
hello i'm a java programmer and i've wrote in that language a program that take WiiMote events for ...
[3 replies] Last: @metalmop, "A: Get windows for cpp cuz programming mac on c++ is usel... (by closed account z05DSL3A)
C++ MYSQL
 
HOW CAN I START CREATING PROGRAM CONNECTING TO MYSQL AND I WILL RUN IT ON WINDOWS?
[2 replies] Last: @detorresrc, Please do not shout! You say that you will be runn... (by closed account z05DSL3A)
by zoz
help me im new
 
can someone help me please in this program: write c++ program that prompts the user to input the ...
[3 replies] Last: thx alot for helping me:) (by zoz)
PHP TO C++
 
how to convert this to C++ PHP CODE: function get_result($sQuery, $db){ $rs = mysql_fetc...
[no replies]
String Token? or String Arrays?
 
Ok there seem to be MANY approaches to this question, but I decided to ask the C++ Forums for help! ...
[no replies]
Creating dynamic output in command prompt
 
I'm currently working on a project where users create objects (as many as they like). The names of t...
[3 replies] Last: Auchioane, Pointers point to a specific location in your computer. It... (by metalmop)
error code c2660
 
wow...no matter what I do this is the error message I continuously get for the code below....need so...
[4 replies] Last: Thank you so VERY much! You have absolutely no idea what I went thr... (by firebird)
wxdevc++
 
Im creating a sudoku player in wxdevc++. Does anyone know how to create onclick events for static b...
[9 replies] Last: Still cant find it.. =( I'll try and find some open source software o... (by mrmarky2)
extern "C"
 
extern "C" int app_init(int argc, char** argv){ } can u explain it?
[1 reply] : extern "C" is meant to be recognized by a C++ compiler and to notify t... (by satm2008)
by clover
Screensaver...
 
How do I run a screensaver through a command prompt? I want to use the system() command to use a ...
[2 replies] Last: I've already done that. Guess what happens? It opens the configuration... (by clover)
April 2008 Pages: 1... 7891011
  Archived months: [mar2008] [may2008]

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