Beginners - December 2010 (Page 24)

Simple pirate ship game problem
 
Hey guys, i have my project here that im working on and i have hit a roadblock. I have been trying t...
[17 replies] Last: Just felt like breaking in to here to clarify a few things: system(x... (by Kyon)
Draw a simple connected directed graph
 
solved
[4 replies] Last: Thank you so much!!! (by swalton)
I don't understand
 
I am trying to work on this program for class and have been stuck for weeks. This is what I am supp...
[3 replies] Last: Thanks, I will call it for each number and to hasula I was thanks for ... (by twentfiveu)
Virtual Function
 
Hi everyone. I'm at my wits end for an assignment I need to do for my c++ class. We've had to cr...
[2 replies] Last: Hi, http://www.cplusplus.com/doc/tutorial/polymorphism/ (by firix)
String Calculator
 
I'm working on a string calculator which will be able to solve questions like 14-7+(3/2)= but the wh...
[3 replies] Last: http://www.cplusplus.com/reference/string/string/ (by firix)
by hasula
what is this codes mean ?
 
// function template #include <iostream> using namespace std; template <class T> T GetMax (...
[2 replies] Last: thanks , its verry usefull (by hasula)
encoder problem
 
hey, im trying to make a simple encoder program that encodes text. here's what i have done already ...
[4 replies] Last: thanks! i was searching for such a function! thanks very much! (by award982)
I need an algorithm/code
 
My informatics teacher told me to do an algorithm/program which has to check if the number describes...
[8 replies] Last: Thanks a lot! And sorry if I annoyed you :D (by Monitox)
Getting an error i can't understand
 
I'm doing this program for a class, and i'm getting the error expected `;' before ')' token on...
[2 replies] Last: Oh, thanks. . (by pantsbandit)
by wowkid
problem with tictactoe
 
I have my whole program and its works fine in human v. human. however i am having trouble with human...
[1 reply] : there is no way to stop rand() from returning some specific value. The... (by hamsterman)
c++ for dummies
 
hi, can anybody give me a link for free pdf book of c++ for dummies.
[2 replies] Last: I would have gone with http://tinyurl.com/2gyer4b (by slicedpan)
Inheration and Iteration
 
I need to create 2 programs that have the same function, the first one use inheration, and the secon...
[5 replies] Last: Recursion is when a function contains calling itself under some circum... (by Kyon)
link list segmentation fault
 
I know this will be a simple and stupid error that I'm missing. Line 75 ends up pointing to somethin...
[1 reply] : A description of what you're trying to do along with a sample from the... (by kbw)
error LNK2019: unresolved external symbol
 
please help me ,a Link problem happened to me ,and it takes me as long as twe night without result !...
[no replies]
by sbyres
User Interface
 
Hi, im creating a program with Bloodshed c++ on windows. I am looking to enhance the user interface ...
[5 replies] Last: I think he's talking about a text mode application, is not clear to me... (by ernestus)
If + is overloaded, += will be automatically overloaded?
 
We know we can overload the operator + when defining a new class, but if the + is overloaded, the +=...
[4 replies] Last: Overloading + does not overload += for the simple reason they ... (by ernestus)
by murva
Sending pointer to function
 
Hello, I have an object with three pointers to another three objects.On my main, I am trying to s...
[2 replies] Last: Great, it is working!!Thanks!! (by murva)
fibonacci
 
Well im sorry to post yet another question about fibonacci... But I could not find out on the other...
[4 replies] Last: I wrote for(integer a = 1, b = 0, c, i = 0; i < 10000; i += 1, c = a,... (by hamsterman)
What is a Resource Compiler?
 
In CodeBlocks under the project build options there is a tab to add search directories to a resource...
[2 replies] Last: I normally use Linux, but this question started to bother me when I wa... (by HooklessFastener)
Array Programming Problems
 
I am new to programming and have no background or anything in c++. Any help on the following problem...
[7 replies] Last: #include <iostream> #include <fstream> using namespace std; vo... (by sohguanh)
December 2010 Pages: 1... 2223242526... 35
  Archived months: [nov2010] [jan2011]

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