Newthinktank - newthinktank.com - New Think Tank
General Information:
Latest News:
C Video Tutorial 10 21 Aug 2013 | 04:53 am
I show you how to search through a Linked List. I'll also cover how to delete structs and remove them not only from the Linked List, but also from memory
C Video Tutorial 9 20 Aug 2013 | 04:23 am
I focus on creating the structs, adding them to a linked list and then how to display or retrieve them.
C Video Tutorial 8 18 Aug 2013 | 12:10 am
In this C Malloc Tutorial I show how Malloc() ( Memory Allocator ) is used to dynamically set aside memory at run time
How To Install GCC 15 Aug 2013 | 06:11 am
I show you how to install GCC on Windows as well as on a Mac
C Video Tutorial 7 11 Aug 2013 | 06:03 am
Welcome to part 7 of my C Video Tutorial! In this tutorial, I’m going to cover a bunch of topics that you have requested and that I have skipped. I cover the following: strchr(), strrchr(), tolower(),...
C Video Tutorial 6 8 Aug 2013 | 05:55 am
I cover Unions, Enumerated Types, the Designated Initializer, Using unions in Structs, Recursive Structures, Linked Lists and much more.
C Video Tutorial 5 5 Aug 2013 | 05:01 am
Create a Struct, Get data from a Struct, Initialize a Struct, Pass a Struct to a Function, Use Typedef, Change Value in a Struct, Use a Struct in a Function
Android Development 17 3 Aug 2013 | 06:46 am
Fragments are used to create different interfaces per device and how to get the fragments to communicate with each other and the main activity
Android Development 16 30 Jul 2013 | 06:29 am
There has been a ton of demand for an Android fragments tutorial, so I wanted to try and do it right.
C Video Tutorial 4 27 Jul 2013 | 03:27 am
Welcome to part 4 of my C Video Tutorial! Today I’m going to try something a little different to try and make the videos feel more like a classroom atmosphere. We’ll be looking at pointers in c. I’ll ...