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, i want to print congratulation for the player. but i don't...
[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 / here the details / information Thema: Systemzugriffe z...
[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), with a line number occurrence //keeps track of number of rot...
[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 types it in automaticly also. it should do this in 60 seconds. p...
[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 them, in ascending order according to the name, in a linked ...
[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 c0 { char m; }; class a { a(); template<typename T> voi...
[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; int width; int perimeter; int area; p...
[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 more functions must have conditions(s). a.if else b...
[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 several arrays of millions of elements of complex struct type...
[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 <iostream> using namespace std; void main() { //variable decl...
[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/Programming-Windows-TCP-Sockets-in-C-for-the-Begin I have compiled ...
[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 decided to handle movement by hard coding a bunch of comman...
[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 = new(p) MyAx;//the default construct is processed cout << mxx-...
[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! It is for my 32bit version of Heap Variable.
[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 issues. any help would be awesome #include <iostream> #in...
[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> #include <iostream> #include <cmath> #include <string> #include ...
[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 machine but i am having a hard time imagining how it works. Let...
[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 after use I get an access violation error. The code for ...
[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.