Search Results

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: rajenpandit ; Forum: C++ and child forums
Forum: C++ Nov 25th, 2008
Replies: 18
Views: 895
Posted By rajenpandit
just try this one...........................

ifstream fin;

cout << "Enter filename: ";
getline(cin, ifile);
fin.open(ifile.c_str());

if(fin.fail())
{
Forum: C++ Nov 25th, 2008
Replies: 6
Views: 28,199
Posted By rajenpandit
yes that is a correct way u can proceed.........
but the only thing u need to do is that u should use char array in place of char variable, and the function atoi is return an int value so u should...
Forum: C++ Nov 21st, 2008
Replies: 3
Views: 421
Posted By rajenpandit
struct node
{
int data;
struct node *link;
};


void delet(struct node **currNode,int location)
{
int i;
Showing results 1 to 3 of 3

 


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

©2003 - 2009 DaniWeb® LLC