General C++ Programming - April 2013 (Page 17)

by seehat
Loop Help !
 
#include "stdafx.h" #include <math.h> #include<stdio.h> /*My Program Will Take Two Inputs At a...
[2 replies] Last: #include "stdafx.h" #include <math.h> #include<stdio.h> /*My Program... (by seehat)
small question vector <list>
 
Hello, this is just small question. Thanks! How can push data into the vector <list<Edge>> ad...
[6 replies] Last: yes, put just a small part here. Thanks. It worked after I resized adj... (by SoftDisk)
[Sonic The Pokemon] Fan Game
 
Sonic The Pokemon A game me and my friends created with C++ and we would like to get your feed back ...
[3 replies] Last: Then it really isn't on topic here where we're dealing with programmin... (by cire)
by Yom
Black Jack game
 
Hello, I need some help. I am in a C++ class and we need to build a blackjack game. The professor...
[no replies]
getting a type from an object
 
AFAIR, it is not possible to get a type from an object, only from a type. Even with auto, you can o...
[2 replies] Last: Ahhh, forgot about that keyword. Will still need a fake function to g... (by AdrianH)
formatting with a buffer sstream <map>
 
I wrote a program, and am now brainfarting with just a small issue with formatting the output (Progr...
[no replies]
by CroCo
Why This code doesn't work?
 
I'm getting this error .../Game/point.h:11: error: unknown type name 'Vector' Point AddVector(Ve...
[3 replies] Last: @Yanson, thank you so much. I missed this part and it worked now. (by CroCo)
Having some trouble with a program any help would be appreciated
 
I am having trouble getting the scoreAverage part of my program to work the directions are Option...
[2 replies] Last: Maybe I should add the rest of my code so it can be run properly becau... (by tcshowmore)
help :(
 
1) Telephone biller 2) Function, array, pointer, text file 3) c++
[2 replies] Last: ok how to delete this post ? (by busur70)
Project C++
 
Title : TELEPHONE BILLER Programming requirement : use functions, arrays, Pointers and text file.
[2 replies] Last: just output .. i dont know how arrange coding .. i not understand (by busur70)
can not understand Sizeof result with a struct var
 
typedef struct Element Element; struct Element { char x; double * y; }; int main() { ...
[7 replies] Last: could also simply crash ( on certain non-Intel platforms ) #include... (by Cubbi)
Trying to create an inventory system
 
I need to create an inventory system that can add delete and edit. For one player there can be as as...
[3 replies] Last: #include <string> void ChangeAttribute(Character& Player) { char... (by pogrady)
Find the appropriate 3D library
 
Hi, I'm planning to make a C++ project using a 3D library to visualise space and planets, maybe u...
[1 reply] : You don't want to use raytracing. This is a very expense rendering sy... (by pogrady)
by ekor
Average
 
What is the class average? Mr. White has prepared a multiple choice exam system. He uses an optic...
[1 reply] : Class average = student scores added together, Divided by number of st... (by Pebble)
Can someone please explain?
 
In this Code: #include <iostream> using namespace std; class Data { private: int y; static i...
[9 replies] Last: Oh awesome :D thanks (by Anmol444)
Wireless technology
 
I know this might sound silly, but i want to move something from my PC or laptop. For example movin...
[no replies]
by SkyJie
Urgent...some1 help me pls
 
Why i cant not loop back to get(ctyy) and my amount above 10000000 than total will show x.xxe+00x a...
[3 replies] Last: Not sure how to solve that problem. I guess you could input the number... (by Yanson)
Finite State Machine
 
Okay, I am making a finite state machine for a lab. I have here a 2 files with the code for the FSM...
[1 reply] : ChangeState is inaccessible because it isn't inherited - the access mo... (by MrHutch)
help wanted
 
Hello, I need to make a program that will calculate minimal polynomial of the nxn matrix. I really s...
[1 reply] : post your non-working code . (by writetonsharma)
Need help with struct of vectors
 
I'm sorry not quite sure how this site works yet so please don't scold me to bad on my post. I am wr...
[8 replies] Last: Thanks guys!! The average part is still not working properly because i... (by tcshowmore)
April 2013 Pages: 1... 1516171819... 53
  Archived months: [mar2013] [may2013]

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