Dear members , Our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. Please follow the following...
Programmers-Town@yaho...
Apr 1, 2006 12:38 pm
10348
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Apr 1, 2006 12:38 pm
10349
Hi friends Im afraid this might be a silly question but please do clarify my doubts *int a;* Is this a declaration or a definition? I initially thought of it...
Hi Group, I want to know whether class itself can be made static or not. If its so then what will be the scope of the objects created from that class. Thank u,...
Static Functions are used so as to make the function have only file scope ( the linker will not look for its definition outside that translation unit ,it...
it printed -127.....32512 on my turbo C compiler so what i said still holds . do try it your self and let me know . Try some other machine or comiler ...
Hi how are you?? i need your help i have a question that tried to slove it and still i do not know what is the problem in it can you help me arrays of pointers...
Please elaborate..... darkman1329 <darkman1329@...> wrote: I am having some problems with trying to implement code for a persistent red and black tree...
Hi This is Sachin , working with Kraftware as Resource Manager , Pl add me in your mailing list and do send your hotlists and reks thanks Sachin P Kraftware...
hi there i am an avid C,C++ and Visual Basic progammer along with some SQL Queries knowledge.I am doing my Computer engineering. i would love to answer any of...
Hi i am using GCC compiler, i couldnt find itoa() in it, and is there any thing similar to it in linux. what is the alternative for this..if u r avare of this...
Hi, In which enviornment u ran this code? It gives no difference in VC++ enviornment. san Shyan Lam <sflam@...> wrote: Reply embedded... ... There is...
BUMP Hi, So I quickly wrote some basic single link list function. Nothing too complex. I am watching the memory while running this thing and I am expecting ...
... The stack is empty? stack is not seperate from the memory, once the stack is empty and you want to pop out a value, i reads from the memory just below the...
Sarvex Jatasra
sarvexjc@...
Apr 5, 2006 6:09 am
10364
You may be able to reverse engineer by looking at the symbol tables etc.. only if the library is not stripped of its symbols. use: nm libexample.so, also try...
hi All, How can I get callbacks/notification when user navigate with the up/down arrows in a listbox in a palette? Regards, Sharad ... Yahoo! Messenger with...
... Er., what?? too bad buddy., I did not see your message fully before approving. Grr.. Keep your socializing off the mailing list. This is not a 'singles ...
hi u can use g_strdup_printf() for that.... Regards krishna ... -- Rgds KRISHNAPRASAD.K R&D Engineer HCL INFOSYSTEMS LTD PONDICHERRY Mob: 09894530948...
Hi Sujith, This is Definition only. Yes you are right in Concept that whenever you allocate memory for the Variable it must be Definition. In General You just...
... Spammer. From http://www.truthorfiction.com/rumors/s/spam.htm # This email message attempts to say that there has been federal legislation that # addresses...
... It's both. I initially thought of it as a declaration since no memory is allocated to ... Space for the object is put aside. for it is yet to be...
IN a Fn Frame 1st the fn arg are pushed then return add and then local variable ( this the order that is followed in most of the compilers) thats why the o/p...
Reply embedded... ... A definition! ... There is no allocation here. The word "allocate" has a very specific meaning in the language concepts. It means...
My two cents embedded... ... For a well-respected interviewer, you shouldn't mention the word "stack" for this problem either. Not every implementation has...