November 27th, 2012 08:55 PM
Eri523 Thank U very mush. For my program I used this class.
I was trying Parse(), TryParse() and ToString(). The compiler gave out a mistake(
November 27th, 2012 06:14 PM
cilu , I want to do calculator for very large numbers. textBox1 - for first number. textBox2 - for second number. And richTextBox1 for output answer.
November 27th, 2012 06:08 PM
Eri523, it was just an example. I don't need to equate
textBox2->Text = textBox1->Text;
First. I need to convert a variable, type string. And output it in a richTextBox1.
Second. And I need to...
November 27th, 2012 05:59 PM
Hi. Help me, please! Why this class doesn't work for Subtraction, Division and Square Root. When I try to get results for Subtraction, it output right answer, but with any trash. And When I try to...
November 25th, 2012 03:55 PM
Thank U. I decided this problem
std::string str;
const char* temp = (const...
November 25th, 2012 07:05 AM
Hi, all. Please, Help me. Its very important for me. I try to output a variable, type string, in TextBox. I tried everything that I could. But always the mistake. And i show you a file Form1.h in...
November 22nd, 2012 04:30 AM
Hi,all. Looking at this task, please!
The program committee must be able to correctly estimate the level of teams that will participate in the forthcoming contest and choose the problems according...
September 3rd, 2012 03:19 PM
Hi, all. I have written a game called pipes. You can see this game here http://home.earthlin...rn/pipegame.htm.I did a check for a connection between the pipes. The line of pipes coming from the...
September 2nd, 2012 06:14 AM
September 2nd, 2012 06:03 AM
I did that...
field [i, j].down = 1;
field [i, j].top = 1;
field [i, j].right = 0;
field [i, j].left = 0;
if ((field [i, j - 1].down == 1 && field [i, j].top == 1) && ((field [i, j - 1].flag...
August 28th, 2012 11:44 AM
Can you show me, what I need, in your code ?
August 28th, 2012 11:43 AM
I'm sorry, but it seems to me, that you not correctly understand me. I will try to explain again. So, For Example, if some square has not line-up to centre square, but has line-up to others square,...
August 28th, 2012 10:14 AM
August 28th, 2012 10:13 AM
Thanks! You really helped me. But can you help me last time, if it not hard for you ?! I don't know how to do line-up of the pipes from centre (like in example). I show, what I mean, on the picture.
August 27th, 2012 08:50 AM
August 27th, 2012 08:46 AM
mrgr8avil, Thank U very mush. I want to build this in Console Application ... on C#.NET. But I don't understand, how we can to compare pipes. For example, if we to compare two objects [| and |]...
August 26th, 2012 08:18 AM
Thats right link http://home.earthlink.net/~tdglenn/unicorn/pipegame.htm
August 25th, 2012 01:41 PM
I'm sorry... http://home.earthlink.net/~tdglenn/unicorn/pipegame.htm
August 25th, 2012 10:35 AM
Hi, all. I try to write a game "Pipes". It will be a console game. I have got two questions.
First question: The program must check - Is this placing of pipes possible on the field ? i.e. Will a...