General C++ Programming - November 2010 (Page 15)

flat files
 
Hullo every one I have searched in google but with no clear success. I am new to c++ programming ...
[4 replies] Last: thanks silvermaul let me check this out about vectors thanks alot (by yuhobebbho)
by Skynet
Recursion
 
Ok, So I am somewhat new to C++ and all and would like some help. I don't really know where to begin...
[19 replies] Last: :-) (by Duthomhas)
If and Else statements.
 
I have a problem. I need to write a program that gives me the final price of a watch after the taxes...
[7 replies] Last: how can people here helped you when you haven't post your code's. actu... (by stephen01)
by mintz
my file wont output into a .txt file
 
//IT 210 Business Applications with C++ //Programmer: //November 9, 2010 //Program Assignment 3:...
[3 replies] Last: //IT 210 Business Applications with C++ //Programmer: //November 9... (by Silvermaul)
vector population with pointers
 
So, i have defined a father class of grocery items that have the attributes of the items such as pri...
[4 replies] Last: If setPrice, setName and printIt will do the same for all the derived ... (by ne555)
Base class method hidden by child class overload
 
Hi, I have a base class BaseClass that defines const SomeType & BaseClass::operator >> (SomeTyp...
[4 replies] Last: Ah, you are right. I didn't know that operators could be functions, i ... (by bartoli)
<title>Loading HTML</title>
 
I am trying to make a program to help monitor new twitter posts, this will also count in my C++ Prog...
[2 replies] Last: Twitter API http://apiwiki.twitter.com/w/page/22554650/Getting-Starte... (by Galik)
by Eyecon
Some advice please.
 
Hello, I am new to programming and i would like some help if possible. I have done some research on...
[1 reply] : C++ Primer 3rd Edition is one of my favorites. Remember you can't ... (by Silvermaul)
Entry level programming assignment
 
Hello, I need help on one of my assignment. I would appreciate if anybody out there can help me. ...
[1 reply] : looking at your problem 7 nested for loops might do the trick in ... (by garob)
reading Japanese text from UTF-8 text file
 
Hi, I've been struggling with this problem. I google searched a long time but still can't figure th...
[11 replies] Last: Ha ha, I see. I don't have experience with doing Unicode conversion. ... (by bluewind)
inheritance issue
 
OK, I have beat myself to death on this. I know it's something easy I'm missing. This is part of a 8...
[3 replies] Last: Headers do need includes. If you just use references or pointers you c... (by ne555)
c++
 
long story. short version! I wanted to program in c++ so bought what i was told - Visual Studio 201...
[5 replies] Last: I use Visual Studio for work, and you do not open the C++ version like... (by closed account 1yR4jE8b)
Problems Solve it
 
Send Me on jhrathore@gmail.com chapter 10 pointer 1.write a program that reads a group of n...
[3 replies] Last: Haha. Dude, you win. I think God talked to you when he was making us. ... (by sargon94)
OpenGL issue
 
Hey, My problem is simple, openGL is skipping a point here's the code for the polygon: glBegin( G...
[5 replies] Last: Thanks, and that's gonna be a problem :( oh well. Thanks for pointing ... (by sargon94)
Lawyer Program.
 
Okay so I'm working on a program for organizing a lawyer's cases, and I'm wondering if I should look...
[1 reply] : Databases give you much more functionality than simply to read and wri... (by jsmith)
SDL Bug?
 
Hey maybe one of you guys can help me with this. Using wxDev-C++ version 7.3.1.3 with SDL 1.2 librar...
[3 replies] Last: Wow, you would think that the tutorial would have mentiond that both c... (by Computergeek01)
by zsukal
Struct include from header file.
 
Hello. I write two class myTime and myDate, I insert in myTime.cpp and myDate.cpp struct tm ...
[1 reply] : I create new class myDT, in there i copy method returnTM(). Class m... (by zsukal)
Creating your own library
 
can anyone tell me please how exactly we create our own library in c++? i want to use my own functio...
[12 replies] Last: @ mohitgoyal557 We are still waiting for more details: [quote=JoR]T... (by Bazzy)
How to read symbol table in c
 
i want to read symbol table of a c/c++ program.
[1 reply] : You can't read a symbol table. Unless you are a parser :^) Can you... (by Bazzy)
Different approaches taken by C and C++ to initialize static variable
 
Hi all: Please read out these following 2 code snippets void sub() { int i = 1; //i =1...
[3 replies] Last: one more thing i want to mention do not use above style in coding ....... (by mohitgoyal557)
November 2010 Pages: 1... 1314151617... 21
  Archived months: [oct2010] [dec2010]

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