General C++ Programming (Page 49)

Working with classes and Constructors
 
Hello Fellas I was working with a C++ programming book and I've been working through the chapters an...
[5 replies] Last: Also, nothing to do with your question or anything.. but isn't switch ... (by MrProxx)
by adz
Labolatory Work Problem(Calculation with use of conditional loop statements))
 
Greedings!Guys, i have problem with undestanding, where is my mistake on my project. I have done thi...
[no replies]
Basics for card game
 
*MAIN* /* ************************************ * @Author: Shah Nami * @Created: 11 december 2...
[1 reply] : *Makefile* all: O9O1 O9O1: O9O1.o main.o g++ O9O1.o main.o -o O9O1... (by MrProxx)
Urgent: Dynamic initialization
 
Hello everyone, I hope you could help me with this problem. I created a class (let call it X) whi...
[3 replies] Last: Thanks for the information, I really appreciate it. Yes, that's exac... (by holyjocker)
Horse race
 
*HEADER HORSE* /** * Header file for Horse-class * * @author Nami Shah * @date 2012/01/2...
[2 replies] Last: Correct. *Makefile* all: race race: Horse.o Player.o main.o g++ ... (by MrProxx)
by NwN
Base class design
 
Hi everyone, As I'm still quite new to C++, I'm still unsure at times about what the best practic...
[9 replies] Last: Thank you very very much JLBorges for that, having your input was inva... (by NwN)
wxSmith and Code::Blocks
 
I am working through a tutorial using code::blocks and wxSmith. the program will build, but will no...
[no replies]
Limited The Code <?>
 
#include<iostream.h> #include<iomanip.h> void main() { int i,j,smalltest,temp; int Array ; ...
[3 replies] Last: @NwN please put in one @code so all done,this is my assignment for 1 ... (by MikeyBoy)
by jaded7
Some inheritance, ctor, dtor questions
 
Suppose I have two classes, as such. class base; class der : public base; None are ADTs. Say ...
[4 replies] Last: > Is it possible to, at a later point, create an object of der, withou... (by JLBorges)
Open MP
 
I have not so much experience with Open MP. I just want to ask if my idea is good or not. What I ha...
[2 replies] Last: Stewbond, thank you for the answer! My idea: I have already written a ... (by Defaul666)
How to libcurl and Qt Creator (MinGW)
 
So I had a hard time finding something on Google on this. And my searches turn up allot of peopl...
[no replies]
std::isalpha() bug in MinGW 4.7.2?
 
I'm using Nuwen's distribution, found here: http://nuwen.net/mingw.html Can someone confirm this...
[5 replies] Last: You should not check from the very lower value of a char. As the asser... (by EssGeEich)
Best Way to Optimize rendering
 
What is the best way to optimize a voxel engine? Only render what the player can see from his vie...
[2 replies] Last: Ok, that's what I was looking for. I figured it would be sluggish to h... (by Pickle Gunner)
How do you fill a value of a dynamic array of dynamic arrays?
 
I'm writing a program in which I have to use a matrix to represent a file in code. because it's a f...
[2 replies] Last: Aaah! I didn't try that one! Thanks man! It actually really makes sens... (by Niels Meijer)
IDE with best auto-completion & features?
 
I'm debating switching over from Codeblocks and to Codelite or Eclipse CDT. Should I get CDT or Code...
[5 replies] Last: Check out microsoft Dreamspark. If you're a student, it is I was re... (by aquaz)
Fastest performance lookup/insert/update thread safe
 
I've got a name and a score. Name is a std::string, score is a double. I need to be able to, in a ...
[5 replies] Last: If you're already using critical sections then you're unlikely to get ... (by iMalc)
Compile to run on computer without windows
 
Let's say I want to write a hello world program that runs on a machine without a operacional system....
[3 replies] Last: Let's say I want to write a hello world program that runs on a machin... (by Cubbi)
c++ calculator design
 
6. write a program that takes m from user and print its month calendar of year 2013 for example Feb...
[6 replies] Last: Please edit your post so it uses code tags. Select your code, then ... (by TheIdeasMan)
error with SDL_ttf
 
im new to SDL and im trying to add text to my game but when i add the ttf code it comes up with an e...
[3 replies] Last: ive been tring for a while now but the text that i enter is not visibl... (by samqweqwe)
by srk999
Array not storing values properly
 
For some reason the integer array, arr , declared in main is not storing the correct values whe...
[4 replies] Last: Looks like I was too slow, but I'll point out a bonus error: while (i... (by Cubbi)
Pages: 1... 4748495051... 54
  Archived months: [dec2012]

Cannot post in this page. To post a new message, go to the first page.