in Eclipse I regularly use ctrl-shift-g to look for where a method is being called. Eclipse then starts looking and displays the results in the search window. I then have to R...
hm... so if companies could just compile their codebase with the new version, why do they choose not to? Is it to enforce coding standards, e.g. not wanting to have vars poppi...
hi, anyone got an opinion on what the word length is on 32 bit and 64 bit systems respectively?
hi guys, anyone got a short explanation for delegates. Any useful examples?
so it isnt backwards compatible then?
is this good style or will people think I'm stupid?
any of you guys know of a way to have the visual studio intellisense aut complete method calls with brackets?
Can I have a partial class spread over different project (but in the same namespace)?
also, is there a way to prevent the github preview pic from getting displayed? its kind of annoying, isnt it
//return (a = (a > b ? a : b)) > c ? a : c; return a > b ? (a > c ? a : c) : (b > c ? b : c);
do you know what pointers and character arrays are and how they relate to each other?
whats the name of this operator?
sir, any good benchmarking tool for comparing simple sorting algorithms?
why are you posting screenshots of your google search?
I am now installing 4.7.1 "Zielpaket" (targeting package?) on top of it
>>including Windows.h is neither old or bad but in cpp though?
anyone interested in a beginner level collaborative c++ project?
do any of you have experience with using git from visual studio?
why do people still use java 8 then?
is it a stupid question? 😅