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...
04-Jun-2011 17:11
by SoftwareNerds Go to last post
1 20,549
 
by markov
Hi all. I need to do parsing to HTML document in C++. Goal is to take HTML file as input and return as output separated text of links, titles and body. Can somebody tell me how to do it?
21-Jan-2004 07:38
by dsmith Go to last post
5 3,070
 
by newbie
hey guys, i am taking a C++ rite now, and i have problems understand it so, i am really need some help here, thanks guys. 1. Use STRUCT write a C++ program that can let user input a temperature, either C or F,and detect whether this temperature is a freezing point or not. 2. design a struct to...
20-Jan-2004 09:41
by warny_maelstrom Go to last post
2 1,566
 
by eye
Anyone know why cant erase that vector??? if(v==vecfileword) vecfileword.erase(y); How to compare two vector and if the same vector then erase it..How?? my vector is string //compareIndex(); for(int x=0,y=0;0<v.size(x);x++)
18-Jan-2004 03:25
by eye Go to last post
0 891
 
by eye
Can You guys help me on this???This is very hard Can use vector, pointer, class. The first program is to read a text file that contains a list of file names of documents that we need to index. The words that need to be indexed are all words excluding the words found in the attached file...
16-Jan-2004 05:02
by Garth Farley Go to last post
3 1,294
 
by kiara
Hello ! I had installed Intel Compiler C++ for Embedded Visual C++, but I don't know how can I intergrate it in Embedded Visual C++. :-( Please help me. Thanks ;-)
15-Jan-2004 09:56
by Garth Farley Go to last post
1 1,773
Exclamation
by kiara
Hello ! I've the same problem than "jbalart" 23-12-2003, 14:44 : I'm having problems compiling my source code over eMbedded Visual C++. My original code was generated over the Microsift Visual Studio 6.0. Could any body help me or at least give me some orientation to see if I can solve this...
14-Jan-2004 01:05
by kiara Go to last post
0 1,680
 
by funnyf
hi, I have the following problem, I need to code a word with a givin factor for example: - word = "ABC" - factor = 5 'A' + 5, 'B' + 5, 'C' + 5 so the coded word should be "FGH" can someone help me how I can code this? this is what i've got, so in the for i 've each letter from the givin word,...
13-Jan-2004 08:32
by funnyf Go to last post
2 1,407
 
by djovanov
I'm using VC++ 6.0 for a project, and I'm trying to organize my classes/files in a manner STL classes are oranized, i.e. include files without '.h' extension. file : "MyClass" namespace MyNamespace { Class MyClass { ... }
13-Jan-2004 04:54
by Garth Farley Go to last post
1 4,094
 
by NiXeN
Forst of all sorry about the empty post, /n you know :rolleyes: I have a sort of dumb a question. I have tried to solv a problem for a "while" now, without any progress. Newbeeish as I am, only small meaningless programs are the fruits of my labour (wierd sentence). For once I am trying to build...
13-Jan-2004 04:47
by Garth Farley Go to last post
3 2,232
Question
by mediaware2002
Recently I had following test question: Why would one ever write: struct S { int x; } instead of just “int” ? E.g. “void Foo(S);” or “S Bar(S);” instead of:
08-Jan-2004 09:33
by Garth Farley Go to last post
1 1,188
 
by lena
can anyone suggest a formula to use when calculating the next leap year after a user inputs a year which is not a leap year and you want to show the next leap year. i can not use any loops in this formula. thanks
06-Jan-2004 23:27
by AndrewL Go to last post
1 5,595
 
by milwalt
I have just started to learn programming and i got this assignement. Please help Write an interactive C++ program that determines the fewest of each money denomination required to make change using dollars, half dollars, quarters, dimes, nickels, and pennies. You must follow C++ standard. INPUT...
27-Dec-2003 11:52
by Erk102030 Go to last post
1 2,205
Exclamation
by jbalart
I'm having problems comppiling my source code over eMbedded Visual C++. My original code was gennerated over the Microsift Visual Studio 6.0. The error I'm reciving is the following: C:\Program Files\Microsoft Visual Studio\VC98\MFC\INCLUDE\afxver_.h(130) : fatal error C1189: #error : Please use...
23-Dec-2003 06:44
by jbalart Go to last post
0 5,852
 
by rhino1616
Please help me debug this. Hi, Im creating a CD presentation & my CD has 2 .exe files on it. 1 for people with 800x600 rez & 1 for 1024x768 rez. A programmer was kind enough to help me (unfortunately I cant get a hold of him) & created a set of files with (Im assuming) VB6, called "Launch.exe",...
17-Dec-2003 01:39
by rhino1616 Go to last post
0 1,354
 
by mike3340
i'm getting an Implicit declaration of function error when i'm running this code. i'm opening a text file containing 365 temperatures and writing them to a 2D array called temps. then i put all the temperatures for january into a 1D array called jan. i want to sort all these temperatures in jan...
16-Dec-2003 08:12
by Garth Farley Go to last post
1 1,745
 
by mike3340
i have a 2D array called temps that holds temperatures for each day of the year. i need to sort this array in order to find the max and min temps for the year, as well as mode, median, and mean. can anybody get me started on how to sort a 2D array in C++? it doesn't matter if i used selection,...
15-Dec-2003 13:35
by mike3340 Go to last post
4 20,142
Angry
by kenbrilliant
I'm fairly new to C++, and I'm writing a program at Uni for a project. I need to include a library from the Vienna RNA package www.tbi.univie.ac.at/~ivo/RNA/ to use one of the functions in it. I am using both linux (g++ compiler) and Windoze (Borland / DevC++), so a solution for either would suit...
15-Dec-2003 13:06
by Garth Farley Go to last post
1 1,770
 
by danielxs66
Hi, I`v started using gcc and gxx lately, but now I came to a funny problem. I have successfully compiled all source files into object files. Now I want to link them, but I have about 15 object files and the gxx says: The system cannot execute the specified program. It accepts 7 object files...
12-Dec-2003 09:27
by Garth Farley Go to last post
1 1,722
 
1 Attachment(s) C++ (Multi-page thread  1  2)
by mop
Okay technically(I have spelling issues) I do not know c++ and I am planning on picking up a book on c++. But really I have told it doesnt help. And i am tired of trying to find a tutorial that works others go to "Here are some valuable tricks". Can someone teach me the basic backbone language...
06-Dec-2003 17:36
by mop Go to last post
16 1,843
Unhappy
by danielxs66
Hi, little help needed here. I have a function: saveData(const vector<MyClass*> &items,const char* filename);
06-Dec-2003 11:51
by danielxs66 Go to last post
0 1,496
Post New Thread

Recent GIDBlogCompress Your Web Site by gidnetwork

Display Options Moderators
Showing threads 5161 to 5180 of 5251 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 · GIDApp · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 23:43.


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