???
-
Nibu thomas wrote:
Is it little toxie?:~
Don't say that, now little Toxie is CodeProject MVP.
Nibu thomas wrote:
If so what has he got to do with this!!:~
I can't quote that in public:), every body that common to forum knows, what i intended to say!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
ThatsAlok wrote:
I can't quote that in public, every body that common to forum knows, what i intended to say!
:~ :~ :~
Nibu thomas Software Developer Faqs by Michael dunn
-
A_Laxman wrote:
even C# also provides Garbage Collecto
yeap, but C++ don't have one:)
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
Due to that C++ developers have to take care of Memory mangement/Leaks ;) Knock out 'T' from CAN'T , You 'CAN' if you think you 'CAN' :cool:
-
VuNic, Have you have simple common sense? Just write something sensible relevant to the matter of your post in the subject line than just "???" May be thats why you are just stuck with "C" :)) ppatel
-
-
Due to that C++ developers have to take care of Memory mangement/Leaks ;) Knock out 'T' from CAN'T , You 'CAN' if you think you 'CAN' :cool:
A_Laxman wrote:
Due to that C++ developers have to take care of Memory mangement/Leaks
Yeap, but its month I have used new and delete, instead of that i use STL and wrapper classes as it increase Development speed and you don't need to worry about Memory leak due to same!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
VuNic wrote:
I give it back to you. ;P. LOL :-D
When::)
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
ThatsAlok wrote:
When
Still I haven't given him, You wanna have it?? :-D :-D
--[V]--
-
ThatsAlok wrote:
When
Still I haven't given him, You wanna have it?? :-D :-D
--[V]--
-
VuNic wrote:
You wanna have it?
your Wish, Sir! :)
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
I tried but it said,
_"You cannot vote to yourself"_
.. that certainly means putting it on my own head!. But still I dont forgot how you got the fear out of me about MFC/ATL. I'll never forget that ;). thanksI know you dont like "thanks". :-D
--[V]--
-
A_Laxman wrote:
Due to that C++ developers have to take care of Memory mangement/Leaks
Yeap, but its month I have used new and delete, instead of that i use STL and wrapper classes as it increase Development speed and you don't need to worry about Memory leak due to same!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
Cool, its all depends on developer's Choice what he/she prefer As well its regarding development where we have to use dynamic allocation for efficient programing and memory utilization Knock out 'T' from CAN'T , You 'CAN' if you think you 'CAN' :cool:
-
ThatsAlok wrote:
I can't quote that in public, every body that common to forum knows, what i intended to say!
:~ :~ :~
Nibu thomas Software Developer Faqs by Michael dunn
-
I tried but it said,
_"You cannot vote to yourself"_
.. that certainly means putting it on my own head!. But still I dont forgot how you got the fear out of me about MFC/ATL. I'll never forget that ;). thanksI know you dont like "thanks". :-D
--[V]--
VuNic wrote:
that certainly means putting it on my own head!. But still I dont forgot how you got the fear out of me about MFC/ATL
leave it man, Thats your Hardwork and your Desire to Learn,i have done nothing!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
Cool, its all depends on developer's Choice what he/she prefer As well its regarding development where we have to use dynamic allocation for efficient programing and memory utilization Knock out 'T' from CAN'T , You 'CAN' if you think you 'CAN' :cool:
A_Laxman wrote:
As well its regarding development where we have to use dynamic allocation for efficient programing and memory utilization
Isn't STL is effcient?
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
A_Laxman wrote:
As well its regarding development where we have to use dynamic allocation for efficient programing and memory utilization
Isn't STL is effcient?
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
I have not used STL more , so don't know which one more efficient Knock out 'T' from CAN'T , You 'CAN' if you think you 'CAN' :cool:
-
VuNic wrote:
[silent]Tox is a gangster [/silent]
Watch out, but Movie is Nice:)
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
There used to be a C function that any programmer could use for allocating memory off the stack. The memory was automatically deallocated when the calling function returned. This was a dangerous function to call. it’s not available anymore. What is he possibly talking about??:~ AnyIdea? he=A C programmer.
--[V]--
Are you possibly refering to alloca? I don't think that it was ever in the C standard, but most compiler implmentations (including Visual Studio) do provide it. Given that VS (at least through 2003) does not support local array declaration with a variable number of elements, it is occasionally useful.
-
I have not used STL more , so don't know which one more efficient Knock out 'T' from CAN'T , You 'CAN' if you think you 'CAN' :cool:
A_Laxman wrote:
I have not used STL more , so don't know which one more efficient
then Have a try , you will love it!, try cppreference.com for reference on STL classes!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
A_Laxman wrote:
I have not used STL more , so don't know which one more efficient
then Have a try , you will love it!, try cppreference.com for reference on STL classes!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
Hi Alok, Thanks ,from now I love STL as well ;) very good information provided by the site. Thank a lot. Knock out 'T' from CAN'T , You 'CAN' if you think you 'CAN' :cool: