Click here to Skip to main content
15,895,746 members

Comments by temchik_ggg (Top 8 by date)

temchik_ggg 6-Jun-23 8:56am View    
Thanks a lot!
temchik_ggg 6-Jun-23 8:54am View    
I want to get the answer about articles \ books that covers my questions) Thanks for your answer
temchik_ggg 25-Sep-21 8:46am View    
Thx
temchik_ggg 3-Jan-21 11:25am View    
Yep I know that in C++ the new operator is being used more often than malloc function, but I found prototype malloc function
(void *malloc(size_t size))
and I can't realise why malloc is pointer on void type?
temchik_ggg 3-Jan-21 5:31am View    
So using pointers for point on int, str etc... Is a more useless than really necessary? And using pointers for dynimic arrrays is more useful? Anyway thx for answer.