Hi, I'm using MS Visual C++ 6.0, and I need help with the program I'm writing. I written the whole thing, but it doesn't really work right, so I need someone ...
MessageHello, Can anyone give idea about how to ftp to a remote proc with given IP addr & port number in 'c' for a given user name & password. Thanks in...
Ranjith T
ranjith@...
Aug 4, 2003 11:37 am
168
MessageHai, more info regarding ftp. can anyone give how to pass data for the ftp> prompt from 'c' code. I am using solaris os. This will solve the problem. ...
Ranjith T
ranjith@...
Aug 4, 2003 11:38 am
169
hi... may be i can help u out... but need to know more details what exactly u wanna do... are u willing to write a ftp code for your personel use? regards, ...
Thank, but i got some other way to do it. let me try it. the ftp will look into default file .netrc for data if any, hence i can use it. Thanks ... From:...
Ranjith T
ranjith@...
Aug 5, 2003 9:03 am
172
1. Find out if there's already any FTP library on your OS you can link your program to. This will make life easier, saving you fr5om writing an FTP...
Thanks, but i got some other way to do it. let me try it. the ftp will look into default file .netrc for data if any, hence i can use it. Thanks ... From:...
Ranjith T
ranjith@...
Aug 5, 2003 9:03 am
174
I'm working in sun/linux environment. The compilers I'm using are CC5.0/gcc2.95.2 on sun platform and gcc2.96 on linux. Using "pstack" system call I'm getting...
Hai, Can anyone tell how to control the bit rate while ftp to remote??. I am using 'C' in solaris o.s. Thanks....
ranjith
ranjith@...
Aug 8, 2003 2:43 pm
176
dear friends, i am writing a program which has connectivity to oracle. it is some sort of search program. What i am trying to do is Suppose i have following...
... Maybe putting a sufficiently long sleep() inside the bit-transfer loop! To slow the bit-rate down. ;-) Regards, Shantanu __________________________________...
hai.. can some one give me a link from where i could get a cpp compiler. bye ________________________________________________________________________ Send free...
What you want it ofcourse possible. I presume you intend to do this in C/C++. Please also mention which GUI platform you want to use. If it is GTK+, I may be...
... Depends on your need which compiler will be good enough. If you are using GNU/Linux or some version of UNIX, almost certainly you'd have a C/C++ compiler...
On Fri, 8 Aug 2003 20:06:20 +0100 (BST), nancy india ... visit www.gnu.org and search for g++ in the projects section. The GNU Development suite is widely...
... I came across the site http://thefreecountry.com where they have listed quite some compilers for C/C++. The following link may be of some help. ...
Does anyone know how to create web pages using C/C++ ? I would like to practice creating web pages C/C++.So far i using PHP to build web pages. Thanks -- ...
Muhammad Farhan
farhan@...
Aug 15, 2003 8:03 pm
184
... CGI/C has been used in the past to do just that. You may like to google on them to find the details. Or, there's an interesting option if you like --...
hi can any one expln the below code in brief main() { int a[2][3][2]={{ {2,4},{7,8},{3,4} }, { {2,2},{2,3},{3,4}}}; printf("%u %u %u %d\n",a,*a, **a,***a); ...
HI ALL, in the below code int main() { char s[5]; strcpy(s,"ABC"); printf("%d %d\n",strlen(s),sizeof(s)); o/p 3 5 } int main() { char s="ABC"; printf("%d...
Dear All, The details of the requirement are as follows: Qualification: BE /BTech /MCA 1. Position: " SE0049 - Bluetooth " Minimum Experience in years: 3-5...
... Trying to obtain strlen(s) when s is a char (not char[], mind you), should give you a runtime (pointer) error. Maybe a segmentation fault. strlen() is a...
Hi, To create a web-page using C/C++ or let be any language you will have to first send an appropriate header to the client ( BROWSER ). The header format for...
Hi There are cgi libraries to design web-page using c,or c++. You have to use cgi.c and flat.c to get advantage of template. You can generate dynamic html...
Hi suganthi, Buy "POINTERS IN C" by Y.C. Kanetkar you will understand the funda of double, triple and more than triple pointers relation with array. jateen ...
In first case it is taking the size of arrray which is 5, whereas in second case it is taking the size of String which always terminates with a "\n" character...
Pankaj Panchal , Gurg...
PankajP@...
Aug 19, 2003 3:58 pm
195
See comments embedded. ... From: Pankaj Panchal , Gurgaon [mailto:PankajP@...] Sent: Tuesday, August 19, 2003 07:41 To:...