General C++ Programming - November 2011 (Page 30)

Game engine for 2d game
 
Hello, I'm coding a platform-style possible puzzle game with some other elements to it in C++. I st...
[no replies]
by GAD
graphics.h
 
when I write any code using a functin in <garphics.h> ,compiler givs o error. But,following error ...
[4 replies] Last: Don't forget to mark as answer (by Dinesh subedi)
by kdog04
min. array with function..so close!
 
l; } system("pause"); return 0; }
[6 replies] Last: Some of your variable names aren't right. Your compiler should point t... (by mzimmers)
Very basic question please help !
 
#include <iostream> using namespace std; int main() { int poeni; cout << "Points: "; cin >...
[2 replies] Last: Put ';' after case statement ()ends. Also give case label before ':'.... (by GAD)
How to make certain numbers equal certain strings
 
I need this understanding because I am doing a slot machine exercise, and for whatever random number...
[5 replies] Last: We know nothing about the "Image" type. From the OPs posts, I presume ... (by Duthomhas)
C# DLL in C++, help please
 
hi, i having some problem here. I have a DLL written in C# but I need to re-write it in C++ using vi...
[no replies]
by borok
Calculator
 
i'm doing a program, having some issues with it. I did a previous calculator program, and now i have...
[12 replies] Last: A void function cannot return anything so you wanna change the variabl... (by cullenT)
by razia
stack
 
I wanna use stack for postfix expressions any one give me the source code for using postfix expressi...
[3 replies] Last: oh sorry I thought you are well known about stack.In above code templa... (by Dinesh subedi)
by bogdan
DAG to Strong-Connected Graph
 
Hello everyone! Here is my problem: I have a directed acyclic graph and I want a good way to find...
[no replies]
minimmum spanning tree
 
implementation of minimum spanning tree using binary heap in c or c++???????????please write code in...
[1 reply] : I've created code for you which you can use as a template. class B... (by shacktar)
Please Help Having issues with pseudocode
 
Now i am not asking anyone to "do my homework" I need help understanding what I am doing wrong. I a...
[4 replies] Last: A-1-3-074) DECLARE local string variable named defaultChargeLiteral ... (by dpsht316)
File I/O to linked list
 
Hi everyone!! Can anyone help me with my problem? I have a assignment to input values to a singly...
[4 replies] Last: I doubt that! sometimes complete solutions are fare better easier to ... (by Karajic)
Vector Problem By Pointers
 
hi every one. i have a struct which contains a vector<int>. when i define a pointer of that struct ...
[7 replies] Last: i should've used "new" instead of "malloc" *sigh* neither. MyStruct... (by ne555)
Problem with my Return Functions
 
So right now I have two big problems. I am trying to create a slot machine. There are 4 images I can...
[1 reply] : The code is quite long and without [cоde] tags. But one problem with... (by tfityo)
by borok
binary number
 
how can i check if the number that is entered is a binary number? i tried with code.find(), and code...
[11 replies] Last: #include <iostream> #include <string> using namespace std; i... (by borok)
Problem with my Code
 
The goal of this code is for the user to input the Book, chapter and verse of the bible and my progr...
[3 replies] Last: The problem is that you get no output and I get the output above. Once... (by Moschops)
Having problem with STACK
 
i know this question is very simple but i dont know how to write an easy C++ programm using Stack,i ...
[7 replies] Last: gimbilak in this programm i cant undrestand where we reversed the int... (by guitarherosix)
I need help with a program
 
I am stuck at trying to loop information of a file that includes cities and their latitude and longi...
[1 reply] : You should declare your structs earlier than the loop. So move Place ... (by guitarherosix)
Help with template class
 
Hello all, I have written the following templet class, but I am having trouble getting the + overlo...
[5 replies] Last: Thanks for good topic ! (by ledien)
Whats Wrong with my code?
 
#include<iostream> #include<windows.h> using namespace std; int main (void) { int passwor...
[10 replies] Last: Interesting. I will look into it thank you! (by redacted178923)
November 2011 Pages: 1... 2829303132... 47
  Archived months: [oct2011] [dec2011]

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