Discussion at C4Swimmers@YahooGroups.Com

Syndicate content
India's First C/C++ Programming Portal
Updated: 4 hours 40 min ago

Game of The Tower of Hanoi

Fri, 2008-11-21 05:32
here i am posting the source code.Its too lengthy..-------------------------Source Code-----------------------------#include #include

Re: Book on computer graphics.

Fri, 2008-11-21 05:31
 Hi, Heran and Baker is a book on computer graphics. With Regards, Panchal Rajan rajan.panchal@...  ++++++++ I Dont Fear Computers, I Fear Lack 0f Them

Re: Then Tower of Hanoi Game

Tue, 2008-11-18 17:57
I don't think attachments are supported in this mailing list. Try to upload the file or send the source code in mail itself (not attached) so that we can check

Re: Strange Behavior

Tue, 2008-11-18 09:15
Yes, Even i observed such cases where it didnot get into infinite loop and sometimes i'm getting a segmentation fault. I think that its an atypical behavior.

Re: Book on computer graphics.

Tue, 2008-11-18 09:13
Any replies .. ??   Warm regards, Prayas Mohanty ________________________________ From: Prayas Mohanty To: c4swimmers@yahoogroups.com

Re: Then Tower of Hanoi Game

Tue, 2008-11-18 09:11
i have at tached it. u must have turbo cpp to run it.With Regards, Panchal Rajan rajan.panchal@...  ++++++++ I Dont Fear Computers, I Fear Lack 0f

Re: Then Tower of Hanoi Game

Mon, 2008-11-17 12:16
Hi, Where can I see this? ... Ashish Patil ... [Non-text portions of this message have been removed]

Re: Strange Behavior

Mon, 2008-11-17 12:16
Hi, It goes to infinite loop because you are using the for loop wrong. when you have done s[30], you have allocated s[0] to s[29]. Now if you try to write

Re :[c4swimmers.net] Then Tower of Hanoi Game

Mon, 2008-11-17 12:16
HI CAN U SEND THAT EXE TO ME;;On Fri, 14 Nov 2008 19:56:01 -0800 (PST) c4swimmers@yahoogroups.com wrote

Then Tower of Hanoi Game

Mon, 2008-11-17 07:56
  Hello, friends,                       I am new to this group.Just joined. I wish to share with you my creation in c/c++. i have coded

Then Tower of Hanoi Game

Mon, 2008-11-17 07:55
With Regards, Panchal Rajan rajan.panchal@...  ++++++++ I Dont Fear Computers, I Fear Lack 0f Them ++++++++   Hello, friends, ... [Non-text

Re: Strange Behavior

Mon, 2008-11-17 07:55
... statement b is present as below, the for loop is executing infinitely. But when statement b is replaced with statement a as ... Below is my gcc version

Book on computer graphics.

Mon, 2008-11-17 07:54
Hi, Can anyone help me with an ebook for computer graphics and animation ?   Warm regards, Prayas Mohanty [Non-text portions of this message have been

File - MustRead-Important-C4Swimmers.txt

Sun, 2008-11-16 10:16
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to

File - c4s_net.html

Sun, 2008-11-16 10:16
Hi C/C++ enthusiasts Who am I: C For Swimmers - India's First C/C++ Programming Portal Where am I: www.c4swimmers.net What we do: Discover the depth of C Who

Re: Strange Behavior

Thu, 2008-11-13 13:57
Try doin it like this: #define SIZE 30 int c [SIZE], s[SIZE]; // statement b #include void change (int a[], int, int); int main () { int d[3]; d[0] =

Re: C++ Sets

Thu, 2008-11-13 13:57
... It's not difficult as much you think. For Union, combine all values of sets. For Intersection, combine dissimilar values of all sets.

Re: Strange Behavior

Thu, 2008-11-13 13:57
That is because you are overwriting on memory location of variable p. If you print address of p and c, you'll find that memory for variable p is allocated

Re: C++ Sets

Thu, 2008-11-13 13:56
hi my name is Rahmat i'm not an expert, just try to share my idea.. maybe u can try using some equations such as circle functions to define the boundary of the

Strange Behavior

Sun, 2008-11-09 16:23
Hi All, Could you please help me out in analysing this issue: I really find strange behavior with the following code. If the statement b is present as below,

Google