User TG - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T20:36:42Z http://stackoverflow.com/feeds/user/21045 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/200442/dos-and-donts-of-a-technical-presentation 39 DOs and DON'Ts of a technical presentation TG 2008-10-14T08:59:39Z 2009-10-17T07:52:48Z <p>I am preparing a technical presentation for my team. <br/> Audience : Our team <br/> Topic : Introduction to a new technology <br/> So I want to know about the primary necessary things for a good technical presentation and also DOs and DON'Ts for the same. </p> <p>some of my concerns are, <br/> 1. Whether to have slides or not (if needed then how many of them) <br/>2. Coding a sample during presentation or preparing it before going for the presentation <br/>3. Maximum duration of an technical presentation</p> <p>What is your thoughts on technical presentations from your past experience either as a presenter or as a listener.</p> http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books/211768#211768 50 Answer by TG for List of freely available programming books TG 2008-10-17T11:14:31Z 2009-08-02T12:04:55Z <p>Book : <a href="http://mitpress.mit.edu/sicp/full-text/book/book.html" rel="nofollow">Structure and Interpretation of computer programs</a><br/> Lectures are <a href="http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures" rel="nofollow">here</a>, smaller re-encoded versions from MIT OpenCourseWare are <a href="http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-001Spring-2005/VideoLectures/index.htm" rel="nofollow">here</a></p> http://stackoverflow.com/questions/208183/how-do-you-make-time-to-read-technical-books 46 How do you make time to read technical books? TG 2008-10-16T11:39:39Z 2009-07-30T01:12:02Z <p>I have always wondered how people make time to read technical books. Because after working for 8-10 hrs a day (sometimes even 12 hrs) first thing I want to do is to keep myself away from the technical details. Even if I try to read the technical books, I can't put my 100% in to it (with out that reading is of no use, I believe). I read a bit during weekends but most of the time I will be on some other personal work.</p> <p>So, Let me know how do you people manage time for reading technical books? </p> http://stackoverflow.com/questions/152436/do-you-recommend-native-c-to-c-cli-shift 6 Do you recommend Native C++ to C++\CLI shift? TG 2008-09-30T09:55:15Z 2009-03-26T11:11:55Z <p>I have been working as a native C++ programmer for last few years. Now we are starting a new project from the scratch. So what is your thoughts on shifting to C++\CLI at the cost of loosing platform independent code. Are there are any special advantages that one can gain by shifting to C++\CLI?</p> http://stackoverflow.com/questions/157697/best-ui-development-framework-on-windows 3 Best UI development framework on windows? TG 2008-10-01T13:52:38Z 2008-11-06T21:21:46Z <p>I have been developing UI in Win32/MFC, but developing cool UI in Win32/MFC is very difficult and time consuming. Please note, I always want my code to be platform independent, So I prefer programming back-end (Business logic) in C++. </p> <p>Which is the best framework for developing cool UI on windows platform? I heard of quite a few, like Qt, Flex, Delphi. What is your thoughts (Pros and Cons) on these UI development frameworks. Which one do you recommend ?</p> http://stackoverflow.com/questions/200237/where-can-i-learn-more-about-c0x/200369#200369 16 Answer by TG for Where can I learn more about C++0x? TG 2008-10-14T08:21:12Z 2008-10-29T05:12:50Z <p><a href="http://herbsutter.wordpress.com" rel="nofollow">Herb Sutter</a>'s blog, He posts new developments in C++0x and links to detailed references</p> <p><a href="http://www.research.att.com/~bs/" rel="nofollow">Bjarne Stroustrup</a>'s Website</p> <p>Both are ISO-C++ standards committee members. Herb Sutter will posts an update on each meeting that he attends.</p> <p><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2798.pdf" rel="nofollow">Working Draft, Standard for Programming Language C++</a></p> http://stackoverflow.com/questions/232489/how-do-you-keep-motivation-up-during-long-haul-programming-projects/232498#232498 0 Answer by TG for How do you keep motivation up during long haul programming projects? TG 2008-10-24T04:47:00Z 2008-10-24T04:47:00Z <p>Almost a duplicate <a href="http://stackoverflow.com/questions/147938/how-do-you-get-motivated-when-the-task-is-dull-or-is-dragging-on#147984">here</a></p> http://stackoverflow.com/questions/211686/what-do-you-miss-when-you-have-to-use-c-instead-of-c/211752#211752 4 Answer by TG for What do you miss when you have to use C instead of C++? TG 2008-10-17T11:09:10Z 2008-10-17T11:09:10Z <p>Classes and OOP <br> Overloading<br> Virtual Functions (We can achieve this, but lot more effort required)<br></p> http://stackoverflow.com/questions/201198/guide-to-new-vista-features/201363#201363 0 Answer by TG for Guide to New Vista Features TG 2008-10-14T14:24:11Z 2008-10-17T07:25:09Z <p>VIRTUALIZATION is also an interesting and necessary feature of vista.</p> http://stackoverflow.com/questions/204046/can-learning-a-new-language-human-not-programming-help-your-career/204063#204063 0 Answer by TG for Can learning a new language (Human not programming) help your career? TG 2008-10-15T08:43:30Z 2008-10-15T08:43:30Z <p>It is always good to learn and speak more languages in personal life. But I don't think learning other-than-english language helps a programmer, because for programmers any language is just a unicode-characters-set. </p> http://stackoverflow.com/questions/190135/open-source-random-number-generation-algorithm-in-c 3 Open source random number generation algorithm in C++? TG 2008-10-10T04:37:33Z 2008-10-14T12:01:14Z <p>I need to generate random numbers in the range 1 - 10000 continuously with out duplication. Any recommendations?</p> <p>Description: we are building a new version for our application, which maintains records in Sqlite DB. in the last version of our application, we did not had unique key for each record. But now with new upgraded version, we need to support the import facility from the last version's DB. So what we do is, we read each and every record from the old DB and generate a random number for the unique key and store it in new DB. Here we many need to import up to 10000 records continuously.</p> http://stackoverflow.com/questions/160379/improving-the-quality-of-code/161024#161024 2 Answer by TG for Improving the quality of code? TG 2008-10-02T05:43:04Z 2008-10-02T05:43:04Z <ul> <li>Reading good programming books</li> <li>Learning from other's code - Open source projects are the best place to start</li> <li>Read good blogs and forums regularly - Sutter mill, Coding Horror, Martin fowler etc</li> <li>Code reviews</li> <li>Unit tests</li> <li>Using good libraries like Boost, STL. Also understanding their implementation</li> </ul> http://stackoverflow.com/questions/155762/best-c-resource/156711#156711 1 Answer by TG for Best C++ Resource TG 2008-10-01T08:33:49Z 2008-10-01T08:33:49Z <p>Its difficult to name one here, I would prefer to have following in my work table.</p> <ul> <li>"The C++ Programming language" - Bjarne Stroustrup</li> <li>"C++ Primer" - Stanley B. Lippman</li> <li>"Effective C++" series by Scott mayers</li> <li>"Exceptional C++" series by Herb Sutter</li> <li>"BOOST Reference mannual"</li> </ul> http://stackoverflow.com/questions/156219/what-are-the-open-source-code-search-engines-you-know-about/156239#156239 0 Answer by TG for What are the open source code search engines you know about? TG 2008-10-01T04:28:30Z 2008-10-01T04:28:30Z <p><a href="http://sourceforge.net/" rel="nofollow">http://sourceforge.net/</a></p> http://stackoverflow.com/questions/152721/best-referece-to-learn-oop-independent-of-languages 6 Best Referece to learn OOP independent of languages? TG 2008-09-30T11:57:08Z 2008-09-30T13:52:33Z <p>I am looking for a good reference, which describes how to design and implement OO objects irrespective of OO language used. The things that programmer should consider in the initial stages of designing and implementing objects. things like, when to use inheritance/polymorphism and when to use composition. Please note, i am not looking for design pattern books.</p> <p>I had come across quite a few useful books like, [1] Object oriented programming by Grady booch. and C++ related [1] Effective c++ series by Scott mayers [2] C++ Coding standards by Herb sutter</p> <p>Any other good reference? </p> http://stackoverflow.com/questions/152387/what-technologies-do-c-programmers-need-to-know/152406#152406 1 Answer by TG for What technologies do C++ programmers need to know? TG 2008-09-30T09:44:06Z 2008-09-30T09:50:32Z <p>In no specific order</p> <ul> <li>COM/ATL</li> <li>DirectX</li> <li>MFC &amp; Win32</li> <li>STL</li> <li>GDI</li> <li>BOOST</li> </ul> http://stackoverflow.com/questions/152318/learning-c-templates/152385#152385 0 Answer by TG for Learning C++ Templates TG 2008-09-30T09:35:32Z 2008-09-30T09:35:32Z <p>"The C++ Programming language" by Bjarne Stroustrop</p> http://stackoverflow.com/questions/147938/how-do-you-get-motivated-when-the-task-is-dull-or-is-dragging-on/147984#147984 0 Answer by TG for How do you get motivated when the task is dull, or is dragging on? TG 2008-09-29T08:45:55Z 2008-09-29T08:45:55Z <p>Doing things differently.</p> <p>I read somewhere, "Great people do things differently than doing different things".</p> http://stackoverflow.com/questions/146670/hardest-concept-to-grasp-as-a-beginner/147696#147696 6 Answer by TG for Hardest concept to grasp as a beginner TG 2008-09-29T06:20:29Z 2008-09-29T06:20:29Z <p>Designing loosely coupled, maintainable, extendable, reusable objects(Interface) in OOP.</p> http://stackoverflow.com/questions/208183/how-do-you-make-time-to-read-technical-books/208209#208209 Comment by TG on How do you make time to read technical books? TG 2008-10-17T09:35:14Z 2008-10-17T09:35:14Z I don't have TV at my home. So no question of turning it off :-) http://stackoverflow.com/questions/208183/how-do-you-make-time-to-read-technical-books/208614#208614 Comment by TG on How do you make time to read technical books? TG 2008-10-16T13:59:58Z 2008-10-16T13:59:58Z Actually I read good novels at night. But it is difficult to concentrate on technical books after working for the whole day. http://stackoverflow.com/questions/203667/c-named-parameter-idiom-vs-boostparameter-library Comment by TG on C++ "Named Parameter Idiom" vs. Boost::Parameter library TG 2008-10-15T15:14:52Z 2008-10-15T15:14:52Z I had no idea about both of them. Just gone though both of them. Thanks Geek http://stackoverflow.com/questions/200442/dos-and-donts-of-a-technical-presentation/200465#200465 Comment by TG on DOs and DON'Ts of a technical presentation TG 2008-10-15T14:53:29Z 2008-10-15T14:53:29Z Does handouts make sense in a presentation for a small team? http://stackoverflow.com/questions/200442/dos-and-donts-of-a-technical-presentation Comment by TG on DOs and DON'Ts of a technical presentation TG 2008-10-15T14:50:20Z 2008-10-15T14:50:20Z Update is done. Thanks. http://stackoverflow.com/questions/200442/dos-and-donts-of-a-technical-presentation Comment by TG on DOs and DON'Ts of a technical presentation TG 2008-10-14T13:32:36Z 2008-10-14T13:32:36Z Sorry for not being specific, Its about Coding. introduction to a new technology for our development team. http://stackoverflow.com/questions/190135/open-source-random-number-generation-algorithm-in-c Comment by TG on Open source random number generation algorithm in C++? TG 2008-10-11T05:08:24Z 2008-10-11T05:08:24Z Actually the problem is, Previously application had MFC (Serialized) object DB and now we are moving it to SQLite, So for the compatibility reason, we are providing both DBs in this version. Also we need to import the old DBs(doesn't contains unique key) and new DB files (contains unique key) http://stackoverflow.com/questions/156701/dealing-with-global-data-structures-in-an-object-oriented-world/156714#156714 Comment by TG on Dealing with "global" data structures in an object-oriented world TG 2008-10-01T08:49:22Z 2008-10-01T08:49:22Z Is it worth passing the objects in its constructor for all the classes? for eg if you have 20 classes to manipulate the same data structure, do you prefer passing the same to each and every class? what will happen if you come across a change in the datastructure?