General C++ Programming - April 2009 (Page 20)

Wrong constructor called
 
Expectations are this code: #include <iostream> #include <limits> #include <stdexcept> using ...
[1 reply] : Seems that it is creating a FloatValue object called INFINITE_VALUE... (by Bazzy)
by masiht
something is wrong with this program
 
I have studied the sections of class on the tutorial here.Now I made a program to do experiments .Ca...
[5 replies] Last: You declared a class with a variable x inside of it, then when people ... (by firedraco)
Sudoku Input for a simple game
 
Hey guys, Needing some help with my sudoku exercise. Basically i've followed the brief exactly. a...
[no replies]
how int is stored & little and big endian & a snippet of program please..!
 
I executed this program on g++ - linux.. #include<iostream> int main(){ int i =10000; ...
[2 replies] Last: *assuming 8-bits per byte (typical in modern PCs)* * I'm using $ to r... (by Disch)
by Oromis
Create an empthy surface in SDL
 
(I asked this before on the beginnersforum, but I didn't get an answer) How can I create an empth...
[5 replies] Last: guestgulkan, you have understood me wrong; I knew that exact and funct... (by Oromis)
by Oromis
Seperating screen into parts, SDL
 
Hello, I have a program in SDL, where the screen consists of several parts. Let's say the game an...
[2 replies] Last: Thanks Disch. The example was just to illustrate my point; this method... (by Oromis)
huuuge problem with a recursion
 
Hi, I had to make a program using recursion.It works like this - when you type a number , it return...
[4 replies] Last: hehehe.. i wonder if this program will even compile!! is it compil... (by writetonsharma)
by Disch
Lifetime of temporary objects
 
I'm needing to do something like the following: class A { public: int* get() { return &v;...
[3 replies] Last: It is safe. (by jsmith)
divide array in c
 
Hello 1 i want to divide two number array that are store in a sting format in c language ? please w...
[2 replies] Last: http://cplusplus.com/reference/clibrary/cstdlib/atoi.html atoi conver... (by Gumbercules)
by cipok
miNi proJect!
 
can anyone help me with my project??? i'm trying to covert this coding into <stdio.h> only.. pleas...
[8 replies] Last: #include<stdio.h> int main(){ float money,money1,balance,balance1... (by cipok)
Matrix too big?
 
I'm using map< size_t, map< size_t, long double > > as a sparse matrix data structure (see for imp...
[3 replies] Last: Most rows have 5 elements, the rest of them have less than 5. @kbw:... (by turbozedd)
by mezz89
Display as "******"
 
Excuse me,may I ask one thing.. How to make the numbers that I type in the keyboard to be displayed ...
[1 reply] : Do not post duplicate topics (by eker676)
by Joker
Converting parameters in an array
 
Hello everyone I just joined here. I have a question regarding a project I've been working on. ...
[2 replies] Last: cin.getline(qtyOnHand... cin.getline(wholesale... cin.getline(retail... (by wretch)
April 2009 Pages: 1... 181920
  Archived months: [mar2009] [may2009]

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