• Forum
  • General C++ Programming

General C++ Programming

by admin
Welcome to this board!
 
Welcome to the general programming forum in C++.com! In this forum, users can to talk about any top...
[no replies]
Static Variables
 
From my book "There are some things you can’t do with automatic variables within a function....
[5 replies] Last: Oh ya I wasn't really reading it all I.just saw static (by giblit)
Compiler outputting wrong size
 
Main: // Ex9_01.cpp // Using a derived class #include <iostream> // For stream ...
[15 replies] Last: @JLBorges What do you mean by stringent? Also I already read that ar... (by Anmol444)
Creating a variable inside a function arguments
 
In the following code: #include <iostream> // For stream I/O usi...
[no replies]
Invoking the Base class constructor from the Derived Class
 
I understand it is done like this // Calling the base class constructor explicit CCandyBox(double...
[no replies]
by bobr
infinite loop
 
I am having issues with the code bellow. A programmer pointed out to me that I am going into an infi...
[9 replies] Last: Wish it will be helpful int main() { int value; d... (by republic)
string stream search
 
I am working on a project which is a fairly simply BAC calculator. I am attempting to grab data from...
[1 reply] : You're only reading the first line of the file. The getline needs to b... (by norm b)
Need help fixing a few errors in my program.
 
The following program is a game i started creating, currently it will not display anything (as i sta...
[6 replies] Last: You have declared a bunch of functions in the class, but not defined t... (by TheIdeasMan)
What kind of knowledge will I need for...
 
If I want to be able to convert a .bin file into a .ecm and vice versa. Or an .bin into an iso. I'm ...
[7 replies] Last: http://en.wikipedia.org/wiki/ISO_9660 http://users.telenet.be/it3.cons... (by naraku9333)
by Amazon
Help with build errors
 
I am using Xcode. For some reason I am getting errors with the following code. #include <iostrea...
[no replies]
integrator coding for c++
 
hi.. i am currently doing my project which is using matlab simulink software. i have got problem to ...
[4 replies] Last: currently i am doing my simulation by using Matlab simulink software. ... (by mamahanna)
Should be simple tile collision
 
Well, simple tile based collision... Why can't I do This?!?!? White Rectangle Represents The Playe...
[1 reply] : Mybe this should be an else if? else{ if(Player_Map.accessData((X... (by naraku9333)
Program Not Displaying Properly
 
When the program runs it doesn't display properly. In theory, it should display each question etc. A...
[2 replies] Last: Thanks. Now my next problem is that it starts on Question #2. How can... (by cdashdash)
by Yoda
Explain to me about game and c++ in a nutshell.
 
I know you need the following skills. C++ - for programming them shiz OpenGL-DirectX- for draw...
[no replies]
Converting Quick sort to template
 
My whole code is included below, although what is really important to me is only the first two funct...
[1 reply] : Please use code tags: http://www.cplusplus.com/forum/articles/42672/ ... (by norm b)
need help on problem loop
 
I can getthis to work with everything except making a number with more than one '.' invalid. What am...
[no replies]
by pzmf
Need help with my homework
 
This is my assignment Assignment #16 due 5/14 Gas comparison cost of various cars. A company has ...
[5 replies] Last: Thanks for the advice and solution! (by pzmf)
easiest way to link modules in Codeblocks?
 
I find myself in a position where I am repeating the same pattern of, write shared lib, compile, lin...
[no replies]
Simple Question
 
I got a question that's asking "A very large array of elements is to be sorted. The program will be...
[no replies]
by Ludidi
Arithmetic Operators
 
The Program must allow users to enter any two positive numbers and then display the results. i'm st...
[2 replies] Last: sorry it wont happen again the thing am very very desperate (by Ludidi)
Pages: 123... 77
  Archived months: [mar2013]