| |

| WinApi tutorial Posted in C and Cpp > Miscellaneous by tutorialgrub on Nov 17, 2011
Alright lets make our first empty useless widow xDDD Now to do the windows stuff we must include the windows header file windows. |
| |

| Trees 101 Posted in C and Cpp > Miscellaneous by tutorialgrub on Nov 17, 2011
In the last tutorial, I compared the efficiency of searches and inserting elements for arrays and linked lists. While arrays offer better efficiency on searches, linked lists offer better efficiency for inserting elements. What would be nice is to have the best of both worlds. |
| |

| some ebooks Posted in C and Cpp > Miscellaneous by tutorialgrub on Nov 11, 2011
"[C]Sams Teach Yourself C in 24 Hours |
| |

| Tail recursion Posted in C and Cpp > Miscellaneous by tutorialgrub on Nov 05, 2011
A recursive function is said to be tail recursive if all recursive calls within it are tail recursive. |
| |

| scanf woes Posted in C and Cpp > Miscellaneous by tutorialgrub on Jun 24, 2011
now we are all familiar with the function scanf.so lets see.. |
| |

| Operating XML Data in C# Posted in C and Cpp > Miscellaneous by tutorialgrub on Mar 25, 2011
XML,databases, C#, Visual Studio, xml data, ASP.NET |
| |

| ADO.NET Fundamentals Posted in C and Cpp > Miscellaneous by tutorialgrub on Mar 25, 2011
This lesson introduces you to database connection using ADO.NET classes. It will show you how to connect to a SQL Server and access its records. |
| |

| 5 Top Mistakes Software Developers Make Posted in C and Cpp > Miscellaneous by tutorialgrub on Mar 14, 2011
Five mistakes all developers and programmers most commonly make. Inserting programs into startup, having no pause button. |
| |

| malloc(); in C [Short tutorial] Posted in C and Cpp > Miscellaneous by tutorialgrub on Mar 13, 2011
Hey! Guyz.. Welcome to my very short tutorial explaining basic uses of "malloc" function in C language. |
| |

| C Tutorial - XOR Encryption Posted in C and Cpp > Miscellaneous by tutorialgrub on Jan 23, 2011
XOR stands for exclusive-or, it is a logical operand. XOR returns true if one and only one of the two arguments is true. |
1 2 >> |