c++ Programming Glossary: teaching
Array overflow (why does this work?) http://stackoverflow.com/questions/10051782/array-overflow-why-does-this-work overflow why does this work Okay so I was teaching my girlfriend some c and she wrote a program that I thought..
Java: Guide to write a custom video codec http://stackoverflow.com/questions/10114413/java-guide-to-write-a-custom-video-codec fram work tutorial http wwwinfo.deis.unical.it fortino teaching gdmi0708 materiale jmf2_0 guide.pdf maybe helps you share..
compile and run c++ code runtime http://stackoverflow.com/questions/11523023/compile-and-run-c-code-runtime game probably doable with llvm components but... Also for teaching programming C probably isn't the best language share improve..
Is writing “this.” before instance variable and methods good or bad style? http://stackoverflow.com/questions/146989/is-writing-this-before-instance-variable-and-methods-good-or-bad-style of my students commented on this and I'm wondering if I am teaching bad habits. My rationale is Makes code more readable Easier..
What is the best way to go from Java/C# to C++? [closed] http://stackoverflow.com/questions/19347/what-is-the-best-way-to-go-from-java-c-to-c an Intro to Computer Graphics class and the grad student teaching the class prefers us to use C to access the OpenGL bindings..
Is .NET “all COM underneath”? http://stackoverflow.com/questions/2280639/is-net-all-com-underneath COM underneath&rdquo I've been an admirer of Juval Lowy's teaching and guidance in .NET development for a number of years. He's..
How do I code and pass a (reference to a std::vector)? http://stackoverflow.com/questions/3434534/how-do-i-code-and-pass-a-reference-to-a-stdvector Node constructor I know this stuff is pretty basic. I'm teaching myself c . Thanks c vector share improve this question ..
codingbat-like site for C++ [closed] http://stackoverflow.com/questions/3479731/codingbat-like-site-for-c which can't be praised enough for the way it changed teaching C but it comes with quite a steep learning curve. Also with.. standard isn't yet finished there are no books available teaching it. It's all spread out in articles and in online discussions.. . There is unfortunately not a single text out there teaching C 1x to C newbies And I'm afraid it might take years before..
C++ Builder or Visual Studio for native C++ development? http://stackoverflow.com/questions/437416/c-builder-or-visual-studio-for-native-c-development that rely on the .NET Framework because I'm partly teaching myself native development. Is MFC still king for Windows C Or..
How to teach a crash course on C++? [closed] http://stackoverflow.com/questions/48496/how-to-teach-a-crash-course-on-c teach a crash course on C closed In a few weeks we'll be teaching a crash course on C for Java programmers straight out of college... C . I've had quite good experiences with this order of teaching in the past. EDIT If you happen to know any German take a look..
C/C++: How to do AES decryption using OpenSSL http://stackoverflow.com/questions/5132939/c-c-how-to-do-aes-decryption-using-openssl which isn't suitable for direct use except as a teaching tool . ECB CBC CFB128 etc are all short names for the modes..
Simple object detection using OpenCV and machine learning http://stackoverflow.com/questions/6416117/simple-object-detection-using-opencv-and-machine-learning calculating the histogram of samples ball only images and teaching it to the ML could be useful but my main concern here is that..
Are operator overloadings in C++ more trouble than they're worth? http://stackoverflow.com/questions/707081/are-operator-overloadings-in-c-more-trouble-than-theyre-worth in C more trouble than they're worth In my experience teaching C operator overloading is one of those topics that causes the..
C++ namespaces advice http://stackoverflow.com/questions/713698/c-namespaces-advice namespaces advice I'm just teaching myself C namespaces coming from a C# background and I'm really..
Static libraries, dynamic libraries, DLLs, entry points, headers … how to get out of this alive? http://stackoverflow.com/questions/784781/static-libraries-dynamic-libraries-dlls-entry-points-headers-how-to-get
Which is the best Linux C/C++ debugger (or front-end to gdb) to help teaching programming? [closed] http://stackoverflow.com/questions/79537/which-is-the-best-linux-c-c-debugger-or-front-end-to-gdb-to-help-teaching-pr is the best Linux C C debugger or front end to gdb to help teaching programming closed I teach a sort of lite C programming course..
|