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, 2008 3:52 pm
12012
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, 2008 3:52 pm
12013
Hi programers-town i am bs computer science student i have joined this group to resolove my problens related to c++ progrming . i hope this group will be...
Hello All, With a growing demand for System Professionals, we are pleased to announce a new weekend batch of Advance C for working professionals, Engineers &...
Seeking candidates for a Senior Software Engineer position. See job description below. Senior Software Engineer Location: Waltham, MA The largest provider of...
Im working on a program for a college class I am taking. I've got the basics down, but am having a problem with unexpected input. This is how I have it setup...
Hi . . . . . instead of * scanf("%c", &cChoice);* use the following *Choice = getche();* this would not allow teh user to input more than one character. ...
... Here when a user enters more than one character for cChoice, only one character is scanned from the input stream buffer and remaining characters will be in...
Hi Guys . . . . . The simplest solution to all this is what I have suggested before in my earlier mail that is use of getche() or getch(). As these two...
Thank you so much, it worked like a charm. :-) I will have to add this to my ever-growing notepad of usefull functions. ... in my ... functions ... worry ... ...
Hi ! Anyone has idea how to implement our own grep command in C ? ... Never miss a thing. Make Yahoo your homepage. [Non-text portions of this message have...
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 9, 2008 3:58 pm
12027
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 9, 2008 3:58 pm
12028
File : Annoucement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
Mar 9, 2008 3:58 pm
12029
hi, i m btech final year student. iwant help about timetable generation algorithm. if any having idea about that plz. help me. ... Unlimited freedom, unlimited...
I am using doubly linked list to read data from another file using C++, but it seems difficult to sort the nodes according to years (ascending). can someone...
I am having a problem when a user enters character data, when the program is expecting a float. I'm using the scanf("%f",fVariable) and when character data is...
Using LOOP;ARRAY: How to make a program wherein i have to input 100 numbers then using array , i think, it will be sorted (descending order) such as this...
... I prefer to use character strings for most user input information. Then after the input, I covert the value to the required type. This way you can...
Hi, please use int i = scanf("%f", &fVariable); if (i == 1) { // perform the desired task // the value fVaraible holds is valid } else { // error } Thanks for...
We will be happy to help. Please show us your code and where you are having the problem(s). If the code is not complete show us what you have done so far. ... ...
... I prefer to use character strings for most user input information. Then after the input, I covert the value to the required type. This way you can...
Top notch North California company creates games for PS3 and XBOX 360 in action, adventure, and RPG genres for the core gamer. YOU MUST HAVE THE FOLLOWING...
#include <iostream.h> #include <conio.h> #define o cout #define i cin float orig[100], j; int main() { for (j=0;j<100;j++) { o<<"Input number ["<<j++<<"] :...
Hi I am using getline to read line by line from a file. fin.getline(var, 100, " "); Since I have used a delimiter to get it word by word, I am not able to...