GIDForums  

Go Back   GIDForums > Computer Programming Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

C++ Forum

Welcome to the C++ forum.

Browse through the links below to find existing C++ programming language discussions - including source code examples, hints, tips, and tutorials. Example codes are syntax highlighted for your convenience.

If you have just registered or if this is your first time here, and if you wish to include example C++ code in your posts and messages, please surround your example codes in [cpp]...[/cpp] bbcode tags when you submit your messages. This will syntax highlight your CPP / C++ code examples within a post. Please refer to the details here.

Post New Thread
Threads in Forum : C++ Forum Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order 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 Go to last post
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 ...
18-Oct-2009 11:02
by russiandob Go to last post
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...
17-Oct-2009 17:56
by justyn82 Go to last post
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,...
17-Oct-2009 15:04
by DRACO2032 Go to last post
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...
16-Oct-2009 17:06
by linan2332 Go to last post
4 135
Question
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 Go to last post
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 Go to last post
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...
15-Oct-2009 08:41
by davekw7x Go to last post
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;
14-Oct-2009 21:27
by nautica17 Go to last post
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 Go to last post
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:
14-Oct-2009 06:57
by Mexican Bob Go to last post
1 77
Exclamation
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...
10-Oct-2009 22:42
by ocicat Go to last post
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,...
10-Oct-2009 00:17
by claud10 Go to last post
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
09-Oct-2009 04:59
by Mexican Bob Go to last post
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...
06-Oct-2009 23:35
by davekw7x Go to last post
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>
05-Oct-2009 07:51
by davekw7x Go to last post
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...
04-Oct-2009 16:07
by AwesDess Go to last post
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...
02-Oct-2009 16:42
by linan2332 Go to last post
8 152
Question
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...
02-Oct-2009 09:59
by davekw7x Go to last post
9 139
 
by cardude
I am trying to compile a program in jGrasp, but every time I try I receive an error -
29-Sep-2009 21:48
by lbarowski Go to last post
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...
29-Sep-2009 09:14
by kalendara Go to last post
0 90
Post New Thread

Recent GIDBlogProblems with the Navy (Chiefs) by crystalattice

Display Options Moderators
Showing threads 61 to 80 of 4590 Moderators : 1
Sorted By Sort Order
From The
LuciWiz  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 20:32.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.