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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 5489 - 5518 of 12634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5489
Hi all, Can anybody tell some 17 memory related Errors in C language. This one asked in one Written test. I know only some. I need others. like 1.Null pointer...
gururaj bo
guru_bo
Offline Send Email
Feb 1, 2005
5:01 pm
5490
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
Feb 1, 2005
6:53 pm
5491
HI! the problem code that u satated occurs when some dll files are missing from the stolen version of c, c++.... try it turbo c latest version. Kishore...
Dinesh Arora
dinesh_arora...
Offline Send Email
Feb 3, 2005
2:52 pm
5492
Hi, I tried what you said, but on compiling inthe way you said ... i got error cc1: error: unrecognized option `-i' I am using gcc version 3.3.3 20040412 (Red...
Ashish Gupta
ashish_gupta...
Offline Send Email
Feb 3, 2005
2:52 pm
5493
Hello Grp Members! i am facing some problem in understanding the concept of these thing.any help is grealt appreciated. 1.what are Virtual...
alok
cool_alok
Offline Send Email
Feb 3, 2005
2:53 pm
5494
I have been writing console programs for some time, and the black and white is getting boring. i was wondering what you all think is the best way to get...
sailor1660
Offline Send Email
Feb 3, 2005
2:53 pm
5495
HI ALL, I am using Linux 8 kernel version 2.4.18-14 and I am following Rubini Corebett (DEVICE DRIVER BOOK) which has been written for version 2.4.9-9. My...
sumit chawla
sumit_k_chawla
Offline Send Email
Feb 3, 2005
2:53 pm
5496
This was ur mail Hi. did a assignment for my course last year. now need help to get it working. it sort of works half way. you can open a previously saved...
Pradyut Bhattacharya
program_pr
Offline Send Email
Feb 3, 2005
2:53 pm
5497
... Hi , I think this link will give you different approaches for you singleton class problem ...
Raju Sholivedu
raju_chess_id
Offline Send Email
Feb 3, 2005
2:53 pm
5498
... Hi, You problem can be solved by inserting the new line character '\n' in the scanf function. Since you have not allocated memory for the two...
Raju Sholivedu
raju_chess_id
Offline Send Email
Feb 3, 2005
2:53 pm
5499
hello I want to draw a line . what is the graphical functions about drawing lines in C++ . thank you ....
usefi_abbas
Offline Send Email
Feb 3, 2005
2:53 pm
5500
hi frnds , can any body tell me how to create the new Data structures in the C/C++. eg pow(2000,1000); then it's value will be very large and if i want to...
harry potter
mummy_return...
Offline Send Email
Feb 3, 2005
2:53 pm
5501
hi all... Can anybody clarify the defference between following two? #define NODE struct node typedef struct node NODE; First one is compiled by preprocessor,...
h a iqbal
iqb_h_a
Offline Send Email
Feb 3, 2005
2:53 pm
5502
Reply embedded. ... From: madhavaram srilatha [mailto:srilatha_66@...] Sent: Thursday, January 27, 2005 12:30 AM To: programmers-town@yahoogroups.com ...
Naveen Khattar
nkhattar@...
Send Email
Feb 3, 2005
2:53 pm
5503
Hi, The error here is in class declaration. Change the class declaration as follows: class singleton { private: static singleton* classObj; singleton(); ...
Kiran lalchandani
mailfrmgroups
Offline Send Email
Feb 3, 2005
2:53 pm
5504
A snippet from msdn // This program illustrates how to write a singleton class (a class that // can have only one instance) in C++. The trick is to make the...
Manish Jaggi
jaggi_manish
Offline Send Email
Feb 3, 2005
2:53 pm
5505
hi , i have a problem,... i want to know when a file is opened in linux enviornment.ie.if someone opens a file to read or write using any application available...
jinoy
jinoykg
Offline Send Email
Feb 3, 2005
2:53 pm
5506
hi frnds , can any body tell me how to create the new Data structures in the C/C++. eg pow(2000,1000); then it's value will be very large and if i want to...
harry potter
mummy_return...
Offline Send Email
Feb 3, 2005
2:53 pm
5507
Hi, When objects in memory are to be passed across a network to another host or persisted to storage, their in-memory representation must be converted to a...
pnadgir nadgir
pnadgir2004
Offline Send Email
Feb 3, 2005
2:53 pm
5508
Note: forwarded message attached. __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. ...
harry potter
mummy_return...
Offline Send Email
Feb 3, 2005
2:53 pm
5509
WALK-IN-INTERVIEW on 5th , 6th Feb 2005 at BANGALORE (Those who cannot make it mail their resume) HEED Placements Division Pune - 411001 E-Mail:...
Kishore@HEED
heed_pune
Offline Send Email
Feb 3, 2005
2:53 pm
5510
From: sasi [mailto:sasi_tankappan@...] ... fflush() is used to flush *output* buffers. ... fflush(stdin) is not guaranteed to work for all...
Paul Herring
shabble
Offline Send Email
Feb 3, 2005
2:53 pm
5511
Hi, For the description given below how can I optimize the code. Consider the case where we have two threads A and B A calls function d() B calls function d() ...
Vineeta Chaube
vineeta_c9
Offline Send Email
Feb 3, 2005
2:53 pm
5512
... following ... written for ... linking the module ... giving kernel ... forcefully also ... did compile with including Kernel path??? as follows: cc -c...
Madhukar mythri
madhukar_linux
Offline Send Email
Feb 3, 2005
2:53 pm
5513
Hi Frends, Am one of you C++ developers. The favour i want here is that please name some very good books like "effective C++" and "More effective C++", which...
Anjan Deb
anjandeb
Offline Send Email
Feb 3, 2005
2:53 pm
5514
My project contains about 147 .obj files that i need to link together. I made a .bat file that contained the following command.. tlink /m/v/s a.obj b.obj ...
1011 10
one_zero_one...
Offline Send Email
Feb 3, 2005
2:53 pm
5515
Hi, Macros are preprocessor directives that replace a piece of code with something else.To avoid deadlocks you can use semaphore or mutex.I have reframed your...
Vineeta Chaube
vineeta_c9
Offline Send Email
Feb 3, 2005
2:53 pm
5516
Hi, Use system("clear"); instead of clrscr();. clrscr() & getch() are part of the header file "conio.h" which is mostly DOS-specific(non-standard as well). ...
Ravi Pandit
ravi_blr82
Offline Send Email
Feb 3, 2005
2:53 pm
5517
Hi Everyone, This is my first mail to the group. I had a problem with the following program to convert a string to uppercase using the transform algorithm. ...
mahesh s
smahesh555
Offline Send Email
Feb 3, 2005
2:53 pm
5518
hi friends, Can any one can provide me MS-Powerpoint presentation material on computer viruses for semminar.pleazzzzzzzzzzz Help.Its Urgent...
anuj
anuj_1985_gupta
Offline Send Email
Feb 3, 2005
2:53 pm
Messages 5489 - 5518 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