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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 4381 - 4410 of 10700   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4381
... Only part of the problem is solved, the other parts are conformance of compilation standards for the whole project and also placement of the binaries being...
Amit Rao
amit_camel
Offline Send Email
Mar 1, 2004
8:17 am
4382
... Wrong is too strong a word. This will work according to the C++ standards. (Maybe checking inequality with end() might be scary on a few implementations) ...
Amit Rao
amit_camel
Offline Send Email
Mar 1, 2004
8:32 am
4383
... Would you like to use 'incorrect', instead? :-) Anyway, can you provide the section numbers of the C++ standard, so that I can cross check it? I am not...
Annamalai Gurusami
anna7sept
Offline Send Email
Mar 1, 2004
9:15 am
4384
Hi, I remember some PGDST people at NCST Juhu working on NachOS as part of their COOS module. OS nes has covered it here. ...
vinayak_hegde@...
vincrazy
Offline Send Email
Mar 1, 2004
9:45 am
4385
http://molecularexpressions.com/creatures/index.html...
Shabbir Badshah(Softh...
shabbirsb
Online Now Send Email
Mar 1, 2004
10:26 am
4386
... Not in standard c++. Which compiler are you using? Amit ===== Amit Rao Computer Graphics Dept., National Center For Software Technology, Juhu Chaos, panic,...
Amit Rao
amit_camel
Offline Send Email
Mar 1, 2004
10:44 am
4387
Hi, My 2 cents. 1. The instance would also be usually private. say private static MyClass myinstance; Example: 1) Usually we need to connect to the DB. So I...
Nadiyana, Nilesh
nilesh.nadiyana@...
Send Email
Mar 1, 2004
11:04 am
4388
... Vectors occupy contiguous locations in memory and if storage capacity becomes inadequate then the vector relocates and recopies itself to another...
Harsh Baste (Intl Ven...
harshbaste
Offline Send Email
Mar 1, 2004
12:07 pm
4389
Hi I am having a query. I was trying writing a c++ program using template (not STL). Here is a very small piece of code. My header file looks like this ...
shraddha
shraddhabajaj
Offline Send Email
Mar 1, 2004
12:17 pm
4390
... No attribution! And the subject has been changed. And the message has created a new thread, when it should have continued the original thread. This is a...
Annamalai Gurusami
anna7sept
Offline Send Email
Mar 1, 2004
2:54 pm
4391
... Harsh caught off guard....:-D Do you have any defence......(you can use your 2MB worth of 2-bits) ;-) lol... CT....
Chetan Thakkar
cthakkar
Offline Send Email
Mar 1, 2004
3:01 pm
4392
hi, the template declaration and the member function code should be in the same file. it cannot be in different files to have it in different files C++...
kapil more
kapilmore
Offline Send Email
Mar 1, 2004
3:17 pm
4393
... when the size of vector is going to change during the scope in which the pointer is used ... is there variations on which datatype of a vector can be used...
kapil more
kapilmore
Offline Send Email
Mar 1, 2004
3:19 pm
4394
... But then the code provided by Shraddha compiles fine on Sun WorkShop 6 update 2 C++ 5.3. Will it be possible to explain why that is so? For your...
Annamalai Gurusami
anna7sept
Offline Send Email
Mar 1, 2004
3:35 pm
4395
Annamalai Gurusami <annamalai.gurusami@...> writes: (snip) ... data 3 (forgot to mention the output) Rgds, anna ... -- Time-stamp: <2004-03-01...
Annamalai Gurusami
anna7sept
Offline Send Email
Mar 1, 2004
3:41 pm
4396
... Hi, ... I m not sure why you think its a bad usage of 'static', care to elaborate ? with static we get class-level state v/s object/instance level...
rishikeshshetty
Online Now Send Email
Mar 1, 2004
9:12 pm
4397
... "treated" ... choice of words a bit ambigous uhh ? 1) vector<bool> 2) when the operator new[] () is overloaded for that class. BTW, what are you hinting at...
rishikeshshetty
Online Now Send Email
Mar 2, 2004
3:35 am
4398
Sue me ;-) ....point noted. I was using my Microsoft OWA remotely to access my mail and it was shit slow on a dialup connection. So every time I used to hit...
Harsh Baste (Intl Ven...
harshbaste
Offline Send Email
Mar 2, 2004
4:41 am
4399
... Vector.end() ... Even if the function is inlined, it doesnt make the function any faster. For complex data structures end() is not a very fast call....
Amit Rao
amit_camel
Offline Send Email
Mar 2, 2004
5:52 am
4400
... Not quite, the intialisation of the singleton might depend on a lot of things including the availability of some features/packages. In that case the...
Amit Rao
amit_camel
Offline Send Email
Mar 2, 2004
6:01 am
4401
... Inlining a function _will_ have performance benefits (that was the whole point of your previous post.) And yes, begin() and end() can be inlined. And I...
Annamalai Gurusami
anna7sept
Offline Send Email
Mar 2, 2004
6:18 am
4402
... You have got a valid reason there. When I use anything other than Gnus on GNU/Emacs as my mail client, I too can get a little sloppy. But its nice to know...
Annamalai Gurusami
anna7sept
Offline Send Email
Mar 2, 2004
6:18 am
4403
Hi All, Recently Mani asked me this question - "Why do we need process group leaders in UNIX?" When I think about it more and more, I don't see the point of...
Annamalai Gurusami
anna7sept
Offline Send Email
Mar 2, 2004
6:30 am
4404
... Since no one was taking a swing at this one I thought I'd have a go at it :-) I feel that this example can best be equated with something like this - if a...
Harsh Baste (Intl Ven...
harshbaste
Offline Send Email
Mar 2, 2004
6:51 am
4405
hi we can access static members only with class name so if evrything is static, we dont need to instantiate even single object maybe you can write small code...
ameyas7
Offline Send Email
Mar 2, 2004
1:11 pm
4406
... Yes, you are right, this approach doesnt work in all senarios, dint quite consider when the singleton needs to have polymorphic behavior. -rishi...
rishikeshshetty
Online Now Send Email
Mar 2, 2004
6:35 pm
4407
... It does make it faster, atleast in certain senarios. 1) the meth is going to be called a lot of times, like in a loop. 2) the function being inlined doesnt...
rishikeshshetty
Online Now Send Email
Mar 2, 2004
6:56 pm
4408
... AFAIK, static meths can be invoked via the object *or* class. ... model "everything" ... think of a server, there can be only one instance of the server,...
rishikeshshetty
Online Now Send Email
Mar 2, 2004
7:13 pm
4409
... size() is not a constant complexity call for all the containers, hence not neccesarily as simple. The inlining ofcourse reduces the calling cost but the...
Amit Rao
amit_camel
Offline Send Email
Mar 3, 2004
5:16 am
4410
... How did you come to that conclusion? The C++ standard says that [ X is a container type and a is an object of X ] a.begin(), a.end() and a.size() are of...
Annamalai Gurusami
anna7sept
Offline Send Email
Mar 3, 2004
6:16 am
Messages 4381 - 4410 of 10700   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