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,661
 
by ReitaBassist
This is what I've already done: #include <stdio.h> #include "simpio.h" #include "genlib.h" main() { int base, power, mul; printf("Enter the base"); base=GetInteger();
30-Mar-2009 15:28
by davekw7x Go to last post
1 183
 
by keko
hello everyone, I'm working with boost graph library, i get this compilation error and i don't know how to fix it, could anyone help me?: error: expected primary-expression before '.' token Here is my code : struct gate_level_t {
27-Mar-2009 12:23
by L7Sqr Go to last post
3 710
 
by ReitaBassist
I'm a beginer and well I got stuck: Write a program that executes multiplication of two integers entered by the user , byusing ONLY the addition operation. So, for example if the inputs are 3 and 4, the program will execute 3 times addition of 4: 4+4+4. I just can't figure out how to make it add...
27-Mar-2009 11:32
by ocicat Go to last post
1 161
 
by disk97
it's hard to understand (a) and (b) to me. could someone help me? or give a hint. Create a program that computes all the prime numbers less than 10,000 by storing them in an array and then printing them out, 10 primes to a row. (A prime is a positive integer greater than 1 whose only factors are...
27-Mar-2009 09:34
by ocicat Go to last post
4 236
 
by EntityReborn
I have been told its a big no-no to pass STL/Boost/Libraries-that-are-in-development across the DLL boundary, due to the app or DLL possibly using a different version than it's counterpart, and would like to follow this guideline. The problem is, I love vectors, and need to pass one (possibly...
26-Mar-2009 16:05
by EntityReborn Go to last post
0 406
 
by EntityReborn
I am having a hard time generating an advanced plugin system of my own design. Well, it works, but in my proof of concept, I run the test twice. The first time it works out fine. The second time, I get a segfault. The problem boils down to calling one of the exported functions of the plugin...
26-Mar-2009 15:53
by EntityReborn Go to last post
1 154
 
by lauriecherie
I've been trying to write a program that uses programmer defined functions. I'm using nedit and I keep getting a message that says "declaration of _____ shawdows a parameter". Any idea as to what I'm doing incorrectly?
25-Mar-2009 22:51
by lauriecherie Go to last post
2 169
 
by disk97
Hi, I got problem in my code. could anyone help me this? I think this is not that hard for someone but it's hard for me..:( my purpose and code below; <purpose>
25-Mar-2009 21:13
by disk97 Go to last post
5 443
 
by slyslick
Hello everyone. I received some greatly appreciated help here before and now I am stuck and have another issue that I'm hoping someone will be able to help me with. I'm writing a simple integer calculator that supports addition, subtraction, multiplication, modulus, and division. I have to...
24-Mar-2009 18:33
by slyslick Go to last post
2 153
 
by missy
I am writing a program that reads a file of students test scores in the range of 0-200. Then determine the number of students having scores in each range. 0-24, 25-49, 50-74, 75-99, 100-124, 125-149, 150-174, 175-200. I need to output the score ranges and number of students in that range. Any...
24-Mar-2009 14:06
by missy Go to last post
7 218
Cool
by astropirit
Greetings all! I am attempting to read the contents of a List View Control and store the contents into some kind of a variable. I have been looking at: http://msdn.microsoft.com/en-us/library/cc656508(VS.85).aspx but i have had no luck with this one. Can any one please shed some light on...
24-Mar-2009 12:49
by astropirit Go to last post
0 125
 
by ericak
I cannot get these functions to work. I do not like functions! I have to input data from an input file and then output it to an output file. I have that in a function (but the function still has problems). I then have to declare all the variables to be used in another void function. Then I have to...
24-Mar-2009 12:06
by EntityReborn Go to last post
7 212
Unhappy
by likeuclinux
Here is the simple code: <verbatim> #include <string> #include <iostream> #include <fstream> #include <string> #include <map> #include <unistd.h>
23-Mar-2009 09:12
by likeuclinux Go to last post
0 198
 
by Ckmoore
I'm wondering how (and if it is possible) to compile multiple files using dev C++ (1 Header file and 2 .cpp files). The files that i'm trying to compile follow: //header file #ifndef point #define point #include <string> #include <iostream> using namespace std; class point{ public:
22-Mar-2009 18:01
by ocicat Go to last post
3 802
 
by Denno
Hi all, this is my first post so please be nice :) I'm not a great programmer, but I seem to be able to get through my uni work alright so far, until now. I've hit a snag. What we did was create this program that would tell you what day of the week any given day from the start of time was. We did...
22-Mar-2009 07:12
by dlp Go to last post
9 298
 
by jake.2008
hi ALL I have an open-source program GUI WCopyfind please vist : http://plagiarism.phys.virginia.edu/Wsoftware.html I want to convert it from Windows app to console app and Receives the files location such as variables . I want it work with command.only please Help me.
22-Mar-2009 01:09
by jake.2008 Go to last post
2 144
 
by broset
First posting so go easy on me please.,i am trying to show the total and the average with this program...It adds everything up just fine but the average is always zero.So here it is ..Hope somebody can help..been working on it for hours #include <iostream> #include <iomanip> int main() { ...
21-Mar-2009 19:36
by broset Go to last post
6 161
 
by Allan
i'm new in using the wxWidgets library version 2.8.9 i'm trying to make a GUI based program that will create a sliding puzzle( 4 x 4 ), this puzzle is a rumbled number, and the player r will try to move each tile by clicking the tile, to put the numbers in order. the output is approximately like...
20-Mar-2009 20:17
by Allan Go to last post
2 376
Thumbs down
by mandar_999
i have 2 segments the first line has points whose coordinates are: (x1,y1) and (x2,y2) and second line has points whose coordinates are: (u1,v1) and (u2,v2)
18-Mar-2009 10:42
by davekw7x Go to last post
1 443
Thumbs down
by mandar_999
hello friend i have to find out an intersection point between 2 segments input will be x & y coordinate of 2 segments line 1 (AB) ==> x,y coordinate of A & B are given line 2 (CD) ==> x,y coordinate of C & D are given how to find out whether these 2 segments intersects each other or not ???????
17-Mar-2009 08:51
by davekw7x Go to last post
4 1,190
Post New Thread

Recent GIDBlogToyota - 2009 May Promotion by Nihal

Display Options Moderators
Showing threads 201 to 220 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 08:47.


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