Click here to Skip to main content
15,891,431 members

Comments by John Bandela (Top 1 by date)

John Bandela 4-Nov-13 8:18am View    
Reason for my vote of 1 \n Before you state in your difficulties what features C lacks, at least know what is already available. C now has std::function which covers practically everything for which you would need a delegate. In addition, take a look at std::thread, std::mutex, std::atomic, that cover multithreading and synchronization.