Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Sep 1, 2004 12:53 pm
3122
This is non-portable, and possibly dangerous code. It works by searching on the function stack for the value 20 and modifying it to 10. There is no portable...
Hi Friends!!! Please find below the latest list of openings for Our CMMI Client is an IT services company with a focus on offshore outsourcing. Our Client has...
Hi guys, This is my 1st mail to the gp.. I want to know how to connect c++ with database like oracle.. Thanxx Regards, Dharmesh ... Do you Yahoo!? New and...
Hi friends, Please tell me the answer for the following question. At what time we use malloc and calloc why we need two memory allocation functions? ...
Hi Trilok, Thank you for enlightening my knowledge. The site is really helpful. Thanking you, Regards, Govind. ...
K.R.Govindan kutty
krgkutty@...
Sep 1, 2004 3:47 pm
3128
hi all, currently my company is in need for excellent C/C++, Unix Developers having 2+ years for experience(employee referral). company name : Harita Location...
You can find out this easily by checking long int size .. plz see following code snippet #include <stdio.h> static int wordsize = 0; int main(int argc, char...
Hi, I am not sure as to what 'str' is used for here. In the second fopen(), you are mentioning the file-name as 'str' and also you have held the first 10...
hello everyone plz clear my queries urgently..i need it tomm morning. 1.can we decrease or increase the size using realloc 2.Diff b/w Malloc n Calloc 3.Copy...
... Think about this - when you get a ptr back from malloc, what is there in the region returned by malloc? Can you trust that data? How about calloc? Can you...
Hi ... <snip> There are two problems with this answer. 1. The linkage between sizeof long int and system word size is not a hard linkage. It is more of a...
I'm maintaining a Win16 application (which will eventually be rewriten in Win32 - someday) that needs some sort of MessageBox that disappears after 'x' amount...
I hope you read the documentation and understand the fundamental difference between the two. calloc provides some conveniences over malloc: - you specify the...
Hi, Aseem u r right. But the size of a datatype depends on compiler(as u already shown). Then How u can find machine data size from 'c'??? I think its not...
ranjith
ranjith@...
Sep 2, 2004 4:08 am
3140
Hi I am writing one solution for C puz. Can u findout another solution. #include <stdio.h> void fun(void) { /*Do something here so that the main function ...
sir if you want to learn programming then you should not be habitual with rediment thing firstly leave it tell me what compiler you are using if you want to...
hi.......... 1.Diff between Calloc and Malloc Calloc allocate the desired memory and whole memory is cleared means, each element is initialize with 0. while...
No an array is not a datatype, but rather a kind of data structure, you can increase size using realloc, and the size of a pointer is usually same as the size ...
Hey nerds, We are making a DBMS in C/C++ and for that we are making a equation editor. Although people say evaluating Postfix is sasier, but in our case we...
i know djgpp compiler at http://www.delorie.com/djgpp go through the documentation carefully after downloading it. a bit big downloading (50MB) a sample...
R u sure that sencond fopen is returning NULL, it is possible to send non-const char* to fopen. Chk if ur current directory has file named read.txt, if it...
Trainee IAC, (IE10)
trainee.iac@...
Sep 3, 2004 5:48 pm
3149
I made program that needs a lot of integer like this int a[400000000] or a[100000][100000]; It can be compiled well, but when I tried to run it, it's error...
i'm using rhidew compiler in winxp the program ... #include <iostream> #include <string> using namespace std; struct Node { string name; Node *NEXT; Node...