General C++ Programming - January 2010 (Page 5)

dynamic link list
 
i'm not really familiar with this one,.. but can anyone help me make a program somewhat having this...
[2 replies] Last: Do step by step: (1) you want to create a node , so have a structure ... (by somshekhar)
Regex VERY IMPORTANT!!!!
 
Can someone pls provide a sample program which makes use of the regex library?I want a function whic...
[4 replies] Last: Here's how use regex lib. #include <iostream> #include <regex> ... (by n4nature)
Problem with wstring output (1,2)
 
Hi, So, I have a text file in UTF-8 containing cyrillic text. I want to copy it to another file and...
[22 replies] Last: They way I do error checking is in a different function, before callin... (by helios)
Reading text from file
 
I have text in the following format that I need to read to a parallel array: John Doe Jane Doe ...
[3 replies] Last: You will need to use std::cin.ignore() once you reach the end of the l... (by mcleano)
Using only the decimal and leaving out the whole number (1,2)
 
How to I leave out the whole number in a number and only use the decimal? I will use 52546.1351351...
[26 replies] Last: better to use modf. integers and floating points are stored in two ... (by Disch)
Obtaining Official ISO C++ Document?
 
Where can I get information about the C++ standard? Where can I download the newest released standa...
[17 replies] Last: You can download a C++0x preview document - SC22-N-4411[C++0x PREVIEW... (by guestgulkan)
by Kainis
Get And Set Functions Malfunctioning
 
Ok so I am supposed to make a class that represents car information however it worked up until I put...
[6 replies] Last: Gets and sets only need to be used for data validation and data hiding... (by gcampton)
Radial-Controls
 
Hello Guys Right now im coding on a rocket game. The player is supposed to rotate the rocket and ...
[2 replies] Last: Thank you hamsterman. That was the solution! (by nullGrind)
Arrays, The Binary Search Algorithm
 
Hi I have to write a program that removes all duplicate values from a sorted array of integers, leav...
[12 replies] Last: I figured my program out. And thanks n4nature. (by coolProgramer5)
by gissah
Please tell me what is wrong with this code
 
when I run this code I get an error array::operator must return a value now do I have to use a poi...
[7 replies] Last: also make your post clean so people will help you.. read this.. http:... (by blackcoder41)
by Legion
Vector trouble
 
Hello all, came back to c++ from doing c# for about a year and im having some trouble with my vector...
[2 replies] Last: Wow i must be tired, it seems so obvious now. Think its time for a fe... (by Legion)
Reading File Data after Keyword
 
Hi, basically what I am trying to do is open a file in C and read all characters only after a seq...
[6 replies] Last: Thanks, strstr() appears to be just the function I was looking for. I'... (by yoonkwun)
Classes or data structures?
 
Hey Guys, In which situation do i have to use classes? And data structures? I'm a beginner, and i...
[3 replies] Last: darkestfright: Thank you! R0mai: I'm such an idiot, i didn't includ... (by mszigeti)
Reading from a text file
 
Hello, I'm a computer engineering major. My CS 1 class was last year and I'm now in the second level...
[2 replies] Last: Yes, it does, but I think my instructor is wanting us to do it a certa... (by aerowenn)
by eboy
what does the problem want.
 
hello there, i am new with c++ programming. i am posing a problem from dietel C++ book. can any o...
[8 replies] Last: int numbers ; You can't do that. Unless you're going to dynamical... (by mcleano)
string class (1,2,3)
 
#ifndef MYSTRING_H #define MYSTRING_H class MyString { private: char *pData; ...
[42 replies] Last: It's been a few days, so I'm not sure you're still working on this, bu... (by moorecm)
by Nikhar
Whats wrong with the following program?
 
The question is- Choosing chocolates Santa Claus has lined up a row of bowls, each containing...
[4 replies] Last: yeah..waiting. :) (by Nikhar)
STL / Illegal indirection error
 
I'm creating a firework display using directX and getting a compiler error that I can't quite unders...
[3 replies] Last: Makes perfect sense, thankyou for the swift response. (by misterPatch)
by gissah
How to create inline
 
Hi I am newbie so sorry for some of my questions. I have created an empty win32 console application...
[6 replies] Last: Thanks all tummychow your link has been really helpful (by gissah)
PAY ROLL PROBLEM!!
 
Hello.. Ok this is driving me nuts.. I made this pay roll program. It compiles great and functi...
[5 replies] Last: i'm glad it help.. (by blackcoder41)
January 2010 Pages: 1... 34567... 17
  Archived months: [dec2009] [feb2010]

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