Search the web
Sign In
New User? Sign Up
NCST · National Centre for Software Technology
? 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 10262 - 10291 of 10703   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10262
All, I am facing a problem related to C++ and need help!!!! I have a base class (blackbox, cannot be modified): class B { public: virtual void onEvent() = 0 ...
Tonk, Ritesh Singh (R...
riteshtonk
Offline Send Email
Nov 1, 2007
7:52 am
10263
you are looking for a "final" method declaration in C++... alas it does not exist :-( Possibly you can come up with a workaround using RTTI ? ...
Badshah, Shabbir
shabbirsb
Online Now Send Email
Nov 1, 2007
8:19 am
10264
Does any specific query or transaction cause this dump ? ________________________________ From: NCST@yahoogroups.com [mailto:NCST@yahoogroups.com] On Behalf Of...
Badshah, Shabbir
shabbirsb
Online Now Send Email
Nov 1, 2007
8:28 am
10265
http://tech.groups.yahoo.com/group/NCST/message/9127 this topic had been discussed around a yr back. not sure if there was some conclusion. nonetheless follow...
amey samant
ameyas7
Offline Send Email
Nov 1, 2007
8:30 am
10266
Hi Ritesh, Just inherit class D as private (class D : private B). So the functions in class B will be private in class D and class E won't be able to use it ...
Netra Mirajkar
netra_mirajkar
Offline Send Email
Nov 1, 2007
8:43 am
10267
Thanks for the quick replies. Looks like there is no straightforward way it can be done: ...
Tonk, Ritesh Singh (R...
riteshtonk
Offline Send Email
Nov 1, 2007
12:00 pm
10268
this would apply the restriction to all the members right so may not always be applicable. regards amey Be the change you wish to see in others. - Mahatma...
amey samant
ameyas7
Offline Send Email
Nov 2, 2007
9:38 am
10269
Hi, "Tonk, Ritesh Singh (Ritesh)" <tonk@...> wrote: Thanks for the quick replies. Looks like there is no straightforward way it can be done: ...
Chetan S
cshring
Offline Send Email
Nov 2, 2007
10:15 am
10270
in fact not only that but you will also accidentally hamper next generation ;) regards amey ... From: amey samant <ameyas7@...> To: NCST@yahoogroups.com ...
amey samant
ameyas7
Offline Send Email
Nov 2, 2007
12:14 pm
10271
Today is the day for your dream This is the hour to do the right Now is the time to live upto it Past regrets.. Future fears.. Live life in this moment in top...
Mahesh
totalamahesh
Offline Send Email
Nov 8, 2007
3:26 am
10272
Hi All, I am facing a problem related to java and need help from your side. Problem is that, I am having a text file on the server. And having 2 different...
manali wadhawane
manali_wadha...
Offline Send Email
Nov 12, 2007
12:03 pm
10273
Hi, You should use the syncronized method calls. Synchronize the method which will open the file, esentially entry point to the file and hence can be accessed...
sachin shah
s_v_shah
Offline Send Email
Nov 12, 2007
12:16 pm
10274
Hi All, Can someone give me information about Manhattan Associates company? About work nature, environment et al. Any information is helpful. Thanks. Regards, ...
Manikandan Jayaraman
mailmanihere
Offline Send Email
Nov 12, 2007
1:22 pm
10275
Hi, thank you for the reply. I had tried Synchronized method with the Singleton class but it was not working. See the piece of the code.... public class...
manali wadhawane
manali_wadha...
Offline Send Email
Nov 12, 2007
2:24 pm
10276
You are accessing the file across 2 diff apps so thread synchronisation will not help. Try using a file monitor. ... From: NCST@yahoogroups.com...
Badshah, Shabbir
shabbirsb
Online Now Send Email
Nov 12, 2007
2:36 pm
10277
you have mentioned using 2 different apps. you can also use jcache (i dont remember the name) but a library which provides a cache across multiple jvms in...
amey samant
ameyas7
Offline Send Email
Nov 13, 2007
4:48 am
10278
Just have a look at FileChannel class. JDK1.4 onwards.....
Pankaj Tiwari
tiwari.pankaj
Offline Send Email
Nov 13, 2007
5:24 am
10279
If your applications are running on same JVM, then use java.io.RandomAccessFile with read/write mode. When one application is accessing file and other tries to...
Ravi Bhosale
bhosale_ravi
Offline Send Email
Nov 13, 2007
7:48 am
10280
Hello, I believe 1.4 supports the File Locking API. Read: http://java.sun.com/developer/JDCTechTips/2002/tt0924.html Sample: ...
Prakash, Ashwin
prakash_ashwin
Offline Send Email
Nov 14, 2007
5:22 am
10281
Hi, ya it is. For that it needs two classes FileChannel and FileLock. Thank you for the reply. "Prakash, Ashwin" <ashwin.prakash@...> wrote: Hello, I...
manali wadhawane
manali_wadha...
Offline Send Email
Nov 14, 2007
7:49 am
10282
Hi, We are considering converting a PCI based Linux networking driver to USB. We will be using the NET2282 chip from PLX. In case one of you has worked on...
K.C. Rao
kcrao_79
Offline Send Email
Nov 15, 2007
11:11 am
10283
Thanx Pankaj, it's working for different JVMs also. Thank you all for the replies. Pankaj Tiwari <tiwari.pankaj@...> wrote: Just have a look at...
manali wadhawane
manali_wadha...
Offline Send Email
Nov 15, 2007
4:20 pm
10284
Hadoop implements a map-reduce framework which companies like Google have used extensively. But it is used not only for search but also lot of other large...
Vinayak Hegde
vincrazy
Offline Send Email
Nov 16, 2007
12:51 pm
10285
I forgot to add that this talk is open to all and does not require registration. -- Vinayak ... -- http://vinayakh.livejournal.com...
Vinayak Hegde
vincrazy
Offline Send Email
Nov 16, 2007
6:22 pm
10286
hi everyone, right now i'm working on one old vb6.0 i need to modify that project to multi-language i already able to entry data in multi language but the...
jiten_nv
Offline Send Email
Nov 20, 2007
4:16 pm
10287
Date: 24th November, '07 Time: 10:00am - 4:30pm Venue: Hyderabad Job Location: Hyderabad Requirement: Hands on experience in Java/J2EE(Server side),...
dinakar
dinakar31
Offline Send Email
Nov 21, 2007
5:38 am
10288
Hi All, Will any one please help me for this.... I want to prevent a particular Postdata when refresh button get clicked. Following is scenario where i am...
Navaneet Kumar
nav_cdac
Offline Send Email
Nov 22, 2007
6:44 am
10289
I presume there are 2 parts in step 4 ... 4.1) Parsing a.xml according to submitted value & 4.2) Sending that data to the client. You can put a redirect...
RD
rdadbhawala
Offline Send Email
Nov 22, 2007
7:04 am
10290
Thanks ... From: RD <rushabh@...> To: NCST@yahoogroups.com Sent: Thursday, November 22, 2007 12:34:26 PM Subject: Re: [NCST] [Visual Studio 2003]How...
Navaneet Kumar
nav_cdac
Offline Send Email
Nov 22, 2007
3:49 pm
10291
Hi All, Have the following reqs in my group. If anyone is interested please send the resume to me. Thanks, Sriram Device Management - 2 reqs ... Design,...
sriram sankar
srichatin
Offline Send Email
Nov 22, 2007
5:35 pm
Messages 10262 - 10291 of 10703   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