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...
Mar 1, 2009 3:25 pm
12462
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Mar 1, 2009 3:25 pm
12463
Hi Programmers, Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â I am first year engineering student. In one of our lab we have to implement state machine. I...
Hello All, With a growing demand for Windows System Professionals, we are pleased to announce a new weekend batch of "Windows Internals and Device Drivers" for...
hi guyz! i wanna ask that how to claculate the square root of a number without using <maths.h> in C. i'm in very need of this plzzzzzzzzz.... [mod - Did you...
... Hi, Try this refined for loop: int number = number_of_square_root; int i; int answer; for(i = 1; i <= number; i++) { if((number % (i * i)) == 0) break; } ...
Hello, We're currently seeking a C++ programmer who is proficient in C++ with 3+ years professional experience. For details please drop me an email / resume....
google.com, just like was pointed out on c-prog. Thanks, Tyler Littlefield Web: tysdomain.com email: tyler@... My programs don't have bugs, they're...
Tyler Littlefield
tyler@...
Mar 7, 2009 10:56 pm
12472
... Dear Tajbir, I don't know what level of matriculation that you have achieve or what your major is, but what you are asking for is extremely complex....
Actually I can not understand your problem.Plz specify problem clearly ... From: tajbir2000 <tajbir2000@...> Subject: (PT) programming AI using c To:...
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...
Mar 8, 2009 3:41 pm
12475
File : Annoucement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
Mar 8, 2009 3:41 pm
12476
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...
Mar 8, 2009 3:41 pm
12477
Hi I want to write a macro something like this #define AddPrefix(flag) X_##flag This is simple but it should behave in such a way if input is AddPrefix (flag1...
... You can't. You're supplying one argument, and expecting the macro to modify it twice. ... Use a second macro for when there are two flags, another for 3...
Hai ans for ur question is as follows: File Handling in C We frequently use files for storing information which can be processed by our programs. In order to...
Hello All, Linux System and Kernel Programming are an intensive hands-on course designed by Concepts Systems to provide a detailed examination of each topic. ...
1st y we need function ?? In practical apllication there are very large praogarms & to handle it with efficieancy we need function u can call it as sub...
Here is MINI-BASIC: http://tech.groups.yahoo.com/group/minibasic/ Can this be converted easily on over to C? It includes assembly source code (compiled using...
C Programmer Job Description Responsible to work in 'C' Programme as a Developer Trainee. Desired Candidate Profile Exp with Min of 1 yr can also apply. ...
Please help me get this function right /*let list1=(x1, x2,..., xn) and list2=(y1, y2,..., ym). Write a function to merge the two lists together to obtain the...
Hey to all, My question is what is virtual constructor? and why we not write the virtual constructor? plz give me detail about it if any one known. regards ...