Dear members , Our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. Please follow the following...
Programmers-Town@yaho...
Jun 1, 2007 2:16 pm
11616
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Jun 1, 2007 2:16 pm
11617
Hello All, With a growing demand for Windows System trainings, we are pleased to announce a new weekend batch of “Windows Internals and Windows Device...
Hello All, Linux System and Device Driver Programming training is one of flagship training solutions offered by Concepts Systems. This training has become...
File : Annoncement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
Jun 3, 2007 2:19 pm
11620
Friends, If you are/were geting too many mails, you can change your membership to one of the following. 1. Daily Digest : you l get only one mail per day (no...
Programmers-Town@yaho...
Jun 3, 2007 2:19 pm
11621
Dear members , Our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. Please follow the following...
Programmers-Town@yaho...
Jun 3, 2007 2:19 pm
11622
What is priority queue?How to create a priority queue in C language?...
Why are some functions defined in more than one header file? Like malloc() is defined in malloc.h and alloc.h,why? And exit(0) is defined in stdlib.h and...
We are in immediate need of experienced C++ programmers to handle writing the SIAC CQS/CTS line handler for a migration. This is a long term project with our...
... Some headers are defined by The Standard, and must exist to define Standard functions - others are compiler/system specific and need not be present in...
On 6/6/07, n3840_batra <n3840_batra@...> wrote: Please reply on-list rather than personally - others may benifit from the question/answer, and some may...
When we implement a stack using pointer we do in the following way: whatever the new node comes ,it points to the previous node and top becomes the new node....
It is totally depends upon you how you want to implement stack . The way suggested by you is also good , ie, 1000->1500->2000 But Think when you are going to...
I am just a XIIth grader. I have to present an assignment on a long program on any topic. I tried writing a program on 'ticketing in travel agency' in...
Hai friends... I have attended Interview for 2+ Experienced candidates before 3 weeks but I didn't clear. Feel ashamed for my performance. I had a doubt in...
""There are restrictions to the use of register variables. You cannot take or compute the address of a register variable. A register variable can be declared...
Steephen George Kalla...
Steephen.Kallarakkal@...
Jun 12, 2007 7:49 am
11636
I feel we can't get register address .. Please let me if I am wrong .. Jayaram R <jayaram000@...> wrote: Hai...
hi everybody, i hope this topic is of great interest for many buddy programers... so please respond to this if you have some experience on applied c++....
hi jayram, u can use access the variable....and get to know the reg address and get the value...u r answer is also right u just have to justify u r self thats...
hi jayram, u can use access the variable....and get to know the reg address and get the value...u r answer is also right u just have to justify u r self thats...
Greetings, friends!! I'm Sandip Patel, a FOSS enthusiast based in Bangalore. A few of my colleagues in DeepRoot Linux (www.deeproot.in - I am proud to be a ...
I just new in this group but I really need your help. I currently taking a programming course this term in Mapua Institute of Technology, Phil. We have a...
Hello Dear, You can not take the address of the register variable. means register int a; int *p=NULL; p=&a; //Not allowed So you should simply said to the...
C standard says as follows : "The implementation may treat any register declaration simply as an auto declaration. However, whether or not addressable storage...