DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology Inline function

1.  Inline function. Workings of Inline Why need of Inline. Implementation in C++ with code example. Advantage against Macros. Where can be implemented.…

Software C traps and pitfalls for C++ programmers

1. void *pointers  Loses all type information!  Should be avoided when possible  Make the C++ type system work for you, don’t subvert it  Interfaces to C libraries…

Technology Inline assembly language programs in c

1. INLINE ASSEMBLYLANGUAGE PROGRAMS INC/C++ 1SUBMITTED BY,9/3/2012 2. Introduction 2First of all, what does term "inline" mean? Generally the inline term is…

Engineering fg.workshop: Opensource licenses

1. October 3, 2013 Open Source Licenses 2. Disclaimer 3. ✤ licenses deal with copyright (not patents)! ✤ the creator of “a work” automatically has copyright! ✤…

Technology Kotlin @ Devoxx 2011

1. The KotlinProgramming Language Andrey Breslav 2. What is Kotlin?• Statically typed• JVM-targeted• general-purpose programming language• developed by JetBrains➡…

Technology Kotlin Slides from Devoxx 2011

1. The KotlinProgramming Language Andrey Breslav 2. What is Kotlin?• Statically typed• JVM-targeted• general-purpose programming language• developed by JetBrains➡…

Documents Javascript Performance

1. JavaScript OptimizationDos and Don’ts Florian Loitsch July 14, 2010 Florian Loitsch JavaScript Optimization July 14, 2010 1 / 51 2. 1 IntroductionJavaScript2…

Technology Js unit testing

1. JavaScript Unit-Testing Mihail Irintchev SiteGround.com 2. How do you test your JS? 1. Write your JavaScript code 2. See if it works in your favourite browser 3. Change…

Technology C

1. Brief Introduction to the C Programming Language Fred Kuhns [email_address] Applied Research Laboratory, Department of Computer Science and Engineering, Washington University…

Documents 1 C++Tutorial Rob Jagnow This tutorial will be best for students who have at least had some exposure...

Slide 11 C++Tutorial Rob Jagnow This tutorial will be best for students who have at least had some exposure to Java or another comparable programming language. Slide 2 2…