| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
by WaltP
Guidelines for Posting Requests for Help
version 3.1
GIDForums is pleased to provide these forums to help you understand programming techniques and correct programming problems. Following these guidelines will help you post good questions with enough information that we can understand your...
|
21-Apr-2005 03:44
by WaltP
|
0 |
13,662 |
|
|
by russiandob
so i have this assignment where i need to write a programm that calculates workers salary and their different types of them, but ill put a simple run to show you to pass values by adress if possible
i need to call 5 functions into my programm here are they abd their descriptions
getEmployeeData ...
|
|
2 |
111 |
|
|
by justyn82
In this assignment, you will write a program that holds a small collection of vehicles. Each vehicle will be represented by an instance of a struct that holds only the vehicle’s description, color, another field of your choice and a pointer to the next element in the list.
Write a C++ program that...
|
|
3 |
123 |
|
|
by DRACO2032
:hair: hello this is my first thread. I am having problems with a program I am writing for a class. Can some one help me? I am getting the error in the subject. It points to the the "}while(again == true)" line. Your answer will be greatly appreciated.
bool getEmployeeData (int* ID, char* PS,...
|
|
2 |
148 |
|
|
by linan2332
Hi,
This is my 12th homework and i have encounter some problem.
i just learn struc and array so some concept i am not really clear.:(
here is the program
--------------------------------------------------------------------------
/* Lin An ENGIN 135 10/14/09 */
/* Homework 12 */
/* This...
|
|
4 |
135 |
|
 |
by mcb413
Hi guys, I need help with arrays and functions. I have to do the following:Write a C++ program that has a main function and one void function.
The void function is to be named sortof and will be called by the main function. The function sortof has two arguments, each of which are one-dimensional...
|
16-Oct-2009 07:21
by Kimmo
|
2 |
125 |
|
|
by TitanGuy
Need help with programming. If someone is available to help/tutor, please contact me. Thank you.
My current project is attached. See attachment.
I am working on the code as we speak, so I will post in a little while.
Just wanted to get the info out to everyone.
Also, if someone is...
|
15-Oct-2009 09:39
by L7Sqr
|
9 |
203 |
|
|
by Lockedout
This is just one small section of the code. I have to sort arrays of string pointers so that I can output the sorted information without changing the original string arrays.
at the time of the first call of sortPointers() the output starts to be random characters, causing the window to scroll...
|
|
2 |
242 |
|
|
by nautica17
So here is what I have:
#include <iostream>
#include <cmath>
#include <cstdlib>
#include <ctime>
int main()
{
double x, y, r, ratio, points_in_circle, outside_points, total_points;
|
|
2 |
112 |
|
|
by satansoldier
How can I get a string to work in system()?
// Allows user to specify number of times to run
// the windows disk defrag utility on C:
#include <string>
#include <iostream>
#include <windows.h>
using namespace std;
int main()
|
14-Oct-2009 07:20
by Kimmo
|
6 |
150 |
|
|
by ahbi82
I have some questions about implementing an interface class.
class ClassA
{
public:
virtual method1(const int &arg) = 0;
virtual method2(const int &arg) const = 0;
private:
|
|
1 |
77 |
|
 |
by noxiouz
Well im a almost 18 yd who will love to learn c++ Programming i find it very intersting and i want to learn c++ so i came to this forum and i may stay in your community so i just wanted to ask for GUIDE Help
can you guys tell me wich books should i read to start Or Give me the best steps i should...
|
|
7 |
237 |
|
|
by claud10
Hi, I want to well define an array of vectors. The vectors contain objects of the type shared_ptr. To be more precise, I have something like this
extern int N;
typedef boost::shared_ptr<Foo> FooPtr;
std::vector<FooPtr>* ArrayOfVectorsOfFooPtr = new std::vector<FooPtr>(N);
To add a shared_ptr to,...
|
|
2 |
136 |
|
|
by rahul89
Build the first BigInt a;
Build the second BigInt b;
Perform +;
step 1 & 2- //Assume a space between three digits in the
// input
for (input)
{
Build a node of max 3 digits
Insert
|
|
1 |
130 |
|
|
by icedown
I'm having an issue when attempting to move a pointer to an object from one array of pointers to another. The first array is dynamically allocated but it's size is defined with constants. It functions as I expect it to. The issue comes in when I attempt to create a dynamic array of pointers and...
|
|
1 |
199 |
|
|
by cardinals03
In the below code, I ran and the output gave me
0 for Line A
26111 for Line B
26111 for Line C
26110 for Line D
#include <sys/types.h>
|
|
3 |
122 |
|
|
by AwesDess
Ok, so every time I try to compile a program with SDL_ttf I get an error saying that there is no such file as SDL_ttf.h, I have the header in my SDL include folder and the lib file in my SDL lib folder. My linker says this:
P.S. I'm using Visual C++ 2008
P.S.S. If you want the code:
#include...
|
|
0 |
86 |
|
|
by linan2332
Hi,
This is my 7th homework, and I have finish it with no errors.
The program should read an integer number and calculates its number of digits. (For example , 123 has 3 digits)
However, when I type in a number that is more than the maxmium int value, the program will "collapse".
What I want is...
|
|
8 |
152 |
|
 |
by INFAMOUS
Hi all,
Basically I have been plopped into a role to try and get this datacube program that was handed to me by a teacher to compile.. then use it for some project work..
The Datacube was created about 5 years ago on FC3 with use of LEDA libraries... It was functioning some time ago..
We tried...
|
|
9 |
139 |
|
|
by cardude
I am trying to compile a program in jGrasp, but every time I try I receive an error -
|
|
4 |
1,910 |
|
|
by kalendara
Hi!
First of all I would like to tell you, that I'm not a profressional programmer nor I want to be one, just have to deal with some stuff at work. And also, I have learned a bit C programming language, but now I'm dealing with C++ (i'm using Microsoft Visual C++ 2008 Express edition).
The main...
|
|
0 |
90 |