General C++ Programming - March 2012 (Page 42)

my game didnt work
 
hello. can somebody help me? i want to make puzzle, i do. but after the game over and the player win...
[2 replies] Last: std::endl; should flush the buffer, it is the main reason I use it o... (by Zephilinox)
Solved
 
Topic solved in another thread ,thank you very much
[no replies]
Hello I need help for a friend C++
 
Hallo ich brauche Hilfe für einen freund / Hello I need help for a friend hier die Infos /Angabe...
[3 replies] Last: //Rechte printf( (S_IRUSR & sb.st_mode) ? "lesen/" : "nix/"); printf( ... (by Bogomil512)
Trouble with non-recursive AVL tree insert
 
I have the following code for the recursive version: //inserts item x (in this case a string), w...
[no replies]
Need some help Matching grouping symbols in file
 
Fixed My Own Code
[3 replies] Last: Fixed my own code. (by Subzero030201)
by enes
How to make a calculator that calculates the given math equation automatically and types in the answer??
 
i am trying to find a calculator that automaticly calculates the simple equation on screen and type...
[1 reply] : http://www.cplusplus.com/forum/beginner/1/#msg6680 (by ciphermagi)
Help required on infile problem
 
May i know how to write a function readFile that reads customer records from a text file and stores ...
[1 reply] : http://www.cplusplus.com/doc/tutorial/files/ (by Moschops)
by mar11
Generic member variables
 
Hi all, consider the following code class c0{}; class c1: public c0 { int m; }; class c2: public...
[1 reply] : template<typename T> class MyTemplateClass { T MyTemplateObject; ... (by LB)
What's wrong with my code??
 
#include<iostream> using namespace std; class RectangleType { private : int length;...
[6 replies] Last: done,thank you very very much :)) (by Silvia 22)
by jbatz
I NEED YOUR HELP PLEASE!!!
 
THIS IS MY PROJECT ANYONE PLEASE HELP ME!! This is what to do.. 1. 5-6 functions. 2. One or...
[1 reply] : Those are requirements, not an assignment. You can do whatever you wan... (by Gaminic)
Best implementation for complex and huge shared arrays of struct ?
 
Hi all, I need to build a shared memory with the following specifications : 1) It contains sev...
[6 replies] Last: For information, here is the test I have managed to setup - at least, ... (by lalebarde)
PLEASE HELP! D:
 
CAN ANYONE HELP ME PLEASE I REALLY DONT KNOW WHAT TO DO comments below instruction #include <iost...
[1 reply] : This is what I did. This is actually a program similar to a tic tac to... (by rj chua14)
by soranz
basic Socket connection using tutorial...
 
Hello, I'm following the tutorial found on: http://www.codeproject.com/Articles/13071/Programmin...
[11 replies] Last: I'm connected to a public router You'll need an external address that... (by kbw)
Function Returns?!
 
Hi there relatively new C++ Programmer and during the construction of a Text-Based adventure games I...
[1 reply] : You are using functions as if they were gotos. This is a bad idea. R... (by Disch)
by cppzz
About operator new() ......
 
class MyAx{ .... }; int main() { void *p = reinterpret_cast<void *>(0xf1234); MyAx *mxx = ne...
[1 reply] : There are 3 news: 1) "operator new" allocates memory, but does not c... (by Disch)
declaring 64bit unsigned int
 
I know there is a way to declare an 8byte unsigned int, but i've forgotten the syntex. Please help! ...
[2 replies] Last: You can use cstdint which declares uint64_t, not sure if microsoft's c... (by closed account o1vk4iN6)
ceaser cypher
 
i'm having trouble with this homework assignment. it's not compiling and it's also having other issu...
[4 replies] Last: I didn't even see that. I zeroed in on the first syntax error and skip... (by roberts)
by aryu
HELP pleasee. Why doesnt my program run?
 
I just added the outfile and it won't run anymore. Anyone please help. #include <limits> #includ...
[1 reply] : You'll get more help if you post your code within the proper bb tags a... (by roberts)
Boost MSM -
 
newbi question pleasee bare with me as Im struggling with this. I want to use boost msm state mac...
[no replies]
by Greyze
Access Violation on STL Vector.clear()
 
Hey all, I'm using a C++ vector for storing C++ strings, unfortunately when I delete the strings...
[3 replies] Last: Problem solved, it was a silly typo in my skyBox variable. I had; ... (by Greyze)
March 2012 Pages: 1... 4041424344... 49
  Archived months: [feb2012] [apr2012]

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