Search Results

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: krnekhelesh ; Forum: C++ and child forums
Forum: C++ Feb 24th, 2008
Replies: 16
Views: 4,339
Posted By krnekhelesh
Yeah I agree with vijayan. File pointers like seekg(),tellg() work correctly only with Binary Files where the read() and write() functions are used.
Forum: C++ Jul 12th, 2007
Replies: 10
Views: 2,334
Posted By krnekhelesh
Can't you instead use gets() function?

#include<iostream.h>
#include<conio.h>

int main()
{
char name[25];
cout<<"Enter the name of the customer: ";
gets(name);
Showing results 1 to 2 of 2

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC