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...
May 1, 2007 2:41 pm
11547
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
May 1, 2007 2:41 pm
11548
File : Annoncement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
May 6, 2007 1:58 pm
11549
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...
May 6, 2007 1:58 pm
11550
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...
May 6, 2007 1:58 pm
11551
first of all the program has not a ending value . so this statement will result in infinite loop. fjor(i=0.0;missing;i=i+o.1)...
I am facing a problem relating to memory optimization I have a file system in which maximum depth of folders is 8 i.e. folders can contain sub-folders up to...
Hi, I need help in borland C++ builder 6 regarding the following 1. Creating a form placing two text boxes where i can give the base length and height of a...
hello this is my first mail to this program i have a problem in my project i want to validate date weather given date is valid or not means i want to check...
Hi, I have a 128 bit binary number. I want to find the decimal value of that binary number. The output can be just a string. I have a datastructure which...
hiii everyone.... this is my first question on C++.. how to make a program for supermark to read,save,count and delete products..im not soo good on C++ so plz...
Hi folks, I have 3 questions about socket programming: 1) Does anybody know a good book/link/website on TCP/IP socket programming in C for windows (and UNIX)? ...
Try barbara johnstons c++ programmin today. Sharvani ... From: sanofsans <sanofsans@...> To: Programmers-Town@yahoogroups.com Sent: Monday, 9 April, 2007...
harshal, I do item "2)" but unsure of item "1)". double Powers_of_n(double x, double n) { if(n ==1) return x; else { int num = x; for(i = 1; i <= n; i++) num...
Hi . . . If you are a beginning C++ programmer, I suggest you first get some good book of C++ and work on it. Ofcourse you can directly switch to Visual C++ ...
this is the solution for 2 question int main() { float x,y,z; int i; cout<<"enter x"<<endl; cin>>x; cout<<"enter n"<<endl; cin>>n; z=x; for (i=1;i<n;i++) ...
We are having a lot of exciting changes here at VMware and it is a perfect time to make the move to work with us! We are a great group of very bright Engineers...
Dear, some times that the DOS WINDOW does not stay open.. it's because u should BUILD & EXECUTE the program, press ctrl+f5 to run your application! inform me...
Dear, it's pretty visible that you've just started programming, the program you have written contains a LOOP that has no end!this application will never end!...
Here is a code : #include<stdio.h> int main() { i = 20; printf("%d", i); } int i; Does the above code compile or will give an error. #include<stdio.h> extern...
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 Drivers"...
Hello you must need following code on the ok button click : ShellExecute( NULL, "open", "name of Perl script EXE", File name, "Path of he Perl exe", SW_SHOW )...
This loop should be run by 99 times : krishna_sicsr <krishna_sicsr@...> wrote: Deal All, I have a code can any one tell me how many time this code will...
Hi ; you can use the " getch() " function to stop the DOS window untill the user press any key; you will find it in the " conio.h " header file I hope this...