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 to solve it for the past couple of hours but maybe you guys c...
[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 supposed to be doing Step 2: Processing Logic Using the pseu...
[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 create a bank application with various types of accounts. Eac...
[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 whole parsing thing is a lot more complicated than i expected....
[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 (T a, T b) { T result; result = (a>b)? a : b; //what is...
[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 #include <cstdlib> #include <iostream> #include <fstre...
[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 a hill shape(3681 is a hill; 24839 is not a hill)
[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 the line where the "for loop" begins cin >> judge; ...
[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 v. computer. I looked it up online but i can figure out how...
[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 second use iteration. can anyone help me? and also can anyone ...
[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 something that the debugger can't show me, and then I get a segmenta...
[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 !!! pls``````` Main function #include"utilit...
[no replies]
by sbyres
User Interface
 
Hi, im creating a program with Bloodshed c++ on windows. I am looking to enhance the user interface by adding different colours or anything else to make it look...
[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 += will be automatically overloaded or not? Do we need to spec...
[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 send a pointer to this object. The problem is that the intern...
[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 topics how to solve my problem. Im a beginner in c++ and...
[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 compiler. What is it and what does it do?
[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 would be greatly appreciated! I know the basics but not eno...
[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.