Search the web
Sign In
New User? Sign Up
Programmers-Town
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3121 - 3151 of 12634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3121
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Send Email
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...
Lenson Andrade
lenson18
Offline Send Email
Sep 1, 2004
3:45 pm
3123
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...
itjobsforever
Offline Send Email
Sep 1, 2004
3:46 pm
3124
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...
dharmesh patel
djp_patel_198
Offline Send Email
Sep 1, 2004
3:46 pm
3125
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? ...
gururaj bo
guru_bo
Offline Send Email
Sep 1, 2004
3:46 pm
3126
hi sandeep please clear me your statement that "global variables are stored in the stack". i feel statement may be wrong. thanks, regards, Alex ...
Alex
alexpally
Offline Send Email
Sep 1, 2004
3:47 pm
3127
Hi Trilok, Thank you for enlightening my knowledge. The site is really helpful. Thanking you, Regards, Govind. ...
K.R.Govindan kutty
krgkutty@...
Send Email
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...
Arun Kumar.V
arun_softtech
Offline Send Email
Sep 1, 2004
3:47 pm
3129
hello Kaustubh Heres a sample that might Help you. test.c #include<stdio.h> #include<stdlib.h> #include<string.h> main() { char command[10]="ls -l"; char...
hashir n.a
hashipoo3
Offline Send Email
Sep 1, 2004
3:49 pm
3130
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...
Yashwant
yashvpatil
Offline Send Email
Sep 1, 2004
3:49 pm
3131
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...
Sreeram B S
sreeramabsc
Offline Send Email
Sep 1, 2004
3:50 pm
3132
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...
AMRITA GOEL
niceamrita
Offline Send Email
Sep 1, 2004
3:50 pm
3134
... 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...
Aseem Asthana
aseem_asthana
Online Now Send Email
Sep 2, 2004
12:14 am
3135
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...
Aseem Asthana
aseem_asthana
Online Now Send Email
Sep 2, 2004
12:35 am
3136
Hi, Anyone has any idea how to create a polynomial ADT? Thanks. Regards, lpohlun...
lpohlun
Offline Send Email
Sep 2, 2004
4:06 am
3137
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...
Dave A. Law
dega_studios
Offline Send Email
Sep 2, 2004
4:06 am
3138
I hope you read the documentation and understand the fundamental difference between the two. calloc provides some conveniences over malloc: - you specify the...
Shyan Lam
sflam108
Offline Send Email
Sep 2, 2004
4:07 am
3139
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@...
Send Email
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 ...
sambit patra
sambit_sai
Offline Send Email
Sep 3, 2004
5:41 pm
3141
void fun(void) { #define printf(x,a) printf(x,a+10) } void main() { int i = 20; fun(); printf("%d\n", i); } sambit patra <sambit_sai@...> wrote: Friends,...
Vijayakumar R
vijay_itman
Offline Send Email
Sep 3, 2004
5:42 pm
3142
how can we access private static variable in c++ ... Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage!...
deo sharma
deo31
Offline Send Email
Sep 3, 2004
5:44 pm
3143
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...
rahul bhatt
myfeelings1982
Offline Send Email
Sep 3, 2004
5:44 pm
3144
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...
anoop mourya
anoop_gbpec
Offline Send Email
Sep 3, 2004
5:44 pm
3145
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 ...
Debarshi Ray
debarshi2001in
Offline Send Email
Sep 3, 2004
5:45 pm
3146
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...
Debarshi Ray
debarshi2001in
Offline Send Email
Sep 3, 2004
5:45 pm
3147
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...
Pradyut bhattacharya
program_pr
Offline Send Email
Sep 3, 2004
5:46 pm
3148
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@...
Send Email
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...
ehsan987
Offline Send Email
Sep 3, 2004
5:48 pm
3150
Hi all, Can anyone plz tell me how can we import classes from dll. Thanks...
sdew24
Offline
Sep 3, 2004
5:48 pm
3151
i'm using rhidew compiler in winxp the program ... #include <iostream> #include <string> using namespace std; struct Node { string name; Node *NEXT; Node...
Pradyut bhattacharya
program_pr
Offline Send Email
Sep 3, 2004
5:49 pm
Messages 3121 - 3151 of 12634   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help