Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: krnekhelesh
Forum: Getting Started and Choosing a Distro Jun 10th, 2009
Replies: 19
Views: 3,160
Posted By krnekhelesh
Ubuntu is currently the best linux distribution after Mandriva and OpenSuse. It is suited for users new to linux, and are thinking of migrating from windows to linux.

Ubuntu releases a new version...
Forum: C++ Feb 24th, 2008
Replies: 16
Views: 4,331
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,332
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 3 of 3

 


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

©2003 - 2009 DaniWeb® LLC