General C++ Programming - May 2011 (Page 15)

is there any next generation of C++?
 
Just like Groovy as the second generation of Java, which gives more elegant way of coding, is there ...
[4 replies] Last: D is an elegant alternative to C++ (it's like C++ cleaned up, with gar... (by kfmfe04)
reading code from user
 
Hi I have written this program which creates a 6 character string that is a counter that is alpha nu...
[4 replies] Last: thanks guys :-) now my program is at least readable (by anewcreation84)
by Ronen
Sparse Matrix as a Linked-list & Template (4 types)
 
Hi guys , Given the following code , the h. file of my template LinkedList template <class T>...
[1 reply] : Are you familiar with variant types? Or you could implement different... (by kbw)
by Saph
Nested classes
 
I'm having trouble with the following: template<typename T> struct Outside { struct Nested ...
[2 replies] Last: Thank you for the quick answer, that solved the problem. (by Saph)
stringbuf Constructor Poblem
 
I'm learning about stringbuf s, and filebuf s. However, I ran into a problem when defining a stri...
[2 replies] Last: Thanks, Hamsterman. (by closed account zb0S216C)
Advice needed
 
Hello C++ Forum, I'm really hoping there is someone out there with more C++ experience than me (a...
[1 reply] : Use code tags: [co de] Your code This line: file_to_read >> time ... (by coder777)
Evaluating a formular with the imaginary number 'i'
 
Hi C++ coders I am trying to access the Complex <> class from the C++ standard Library and strugg...
[2 replies] Last: Thanks Hamsterdam! I had something similiar but didn't realise g wa... (by Joey004)
Need help making Dice Game "NOOB"
 
I'm a complete noob to programming and im having some difficulty understanding the language. Basica...
[4 replies] Last: I always have "$19" every time I roll when it should be decreasing by... (by coder777)
by mgm11
Open USB Boards
 
hi, i'm still new to computer codeing, and we are now programing open usb boards to make leds fl...
[2 replies] Last: Thanks, quick looks sugest this will help alot. (by mgm11)
Calculator Tutorial
 
Sorry for the re-post. This is a tutorial on how to make a calculator. Not just a basic calculator, ...
[1 reply] : Will it evaluate expressions like this correctly: 2+5/(7-3)*5-(1.5*3/9... (by buffbill)
by KalebQ
Inheritance/Polymorphism Question
 
I am trying to write a method that loads data from a file. The filename is stored as a data member o...
[2 replies] Last: Yes, that will work for what I was thinking, and thanks for the advice... (by KalebQ)
OpenGl issues
 
Okay so I'm a starter with OpenGl and downloaded a source file from a tutorial except when I my comp...
[2 replies] Last: Are you on Linux? On my linux box, I know that sometimes GL is lower c... (by cdel)
Who can help me insert into BST node containing a vector.
 
I am trying to extend my BST so that my data is held in a vector, allowing me to use each node as a ...
[6 replies] Last: True ... I should have said that is not easy to get it to work in the... (by Last Resort)
problem with arrays
 
Hello, I am writing a code using 2d and 3d arrays. I am using code::blocks with Windows XP. The f...
[4 replies] Last: 1) Ok so when I compile the code using code::blocks on Windows XP, I ... (by sanehatter)
Data in string stream
 
I'm doing a program that work out "Reverse Polish Notation" algorithm. Part of my code is this: ...
[1 reply] : The problem relies in the place where "result" is declared. It is mos... (by webJose)
string subscript out of range error
 
// Gregory Wong,6910, Project 3, Math374, 01, Spring 2011 #include <iostream> #include <strin...
[2 replies] Last: #include"CheckAccount.h" #include<iostream> using namespace std; Ch... (by imgregduh)
Who can join me in a new open source project? (1,2)
 
Hello. As some of you know, Computergeek01 and a few others developed an interest in a project I ...
[30 replies] Last: Hello everyone. I decided to stick with CodePlex. My apologies if th... (by webJose)
Chess game move validation
 
Hi all, I have a chess game that I wrote and was wondering how I would modify it to use the rule...
[6 replies] Last: I believe my old chess game has the rules you're looking for. No en ... (by ultifinitus)
by Shrk
Picket Fence
 
Hello i am required to draw picket fence. At the moment i think i am way off. Each rectangle must ...
[3 replies] Last: I'd say let "DarkGDK()" except some arguments for the start points of ... (by Computergeek01)
Help with Tree lists.
 
#include <iostream> #include <stdlib.h> #include <algorithm> #include <fstream> #include "b...
[5 replies] Last: thanx works like a charm :) (by theonealone)
May 2011 Pages: 1... 1314151617... 32
  Archived months: [apr2011] [jun2011]

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