Community
Lessons
-
- Description
- <font face=Arial size=2>Here’s some unexpectedly good advice from the greatest composer who ever lived. <font face=Arial size=2>“Music is the only thing I do well. E...
-
- Description
- <font face=Arial size=2>There are only five secret strategies needed to have success in your life, why have you not perfected them? The secrets to success in any venture a...
-
- Description
- ABORT — abort the current transaction ALTER DATABASE — change a database ALTER GROUP — add users to a group or remove users from a group ALTER TABLE — ch...
-
- Lesson
-
The C language
- Description
- C is a professional programmer’s language. It was designed to get in one’s way as little as possible.Kernighan and Ritchie wrote the original language definition in ...
-
- Description
- This video helps you to understand the pronunciation of words and help you to get a high score in the speaking section.
-
- Video
-
TOEFL listening section
- Description
- This video gives certain very important tips on how to do well in TOEFL ibt speaking section..
-
- Lesson
-
TOEFL ibt speaking tips
- Description
- The first thing essential for improving your speaking skills is to speak the language as much as possible. If you can get some native speakers of English, it would be best for y...
-
- Description
- The Department of Computer Science at the university of Toronto is among the top ranked computer science departments in North America and offers a wide array of research opportu...
-
- Lesson
-
OUR TIME
- Description
- The paradox of our time in history is that we have taller buildings but shorter tempers, wider Freeways ,but narrower viewpoints. We spend more, but have less, we buy more, but ...
-
- Lesson
-
Determination
- Description
- In 1883, a creative engineer named John Roebling was inspired by an idea to build a spectacular bridge connecting New York with the Long Island. However bridge building experts ...
-
- Description
- If you have Windows XP, there are two methods to determine whether you are running a 32-bit or a 64-bit version. Method 1: View System Properties in Control PanelClick Start, an...
-
- Lesson
-
Business Analyst Training
- Description
- Business Analyst Training
-
- Lesson
-
Intro
- Description
- <A id=smartcoders name=smartcoders><FONT color=#000000 size=4>Business Analysts have some of the most exciting roles in the growing software development and informat...
-
- Lesson
-
ASP.NET Basics -1
- Description
- What methods are fired during the page load?Init() – when the page is instantiatedLoad() – when the page is loaded into server memoryPreRender() – the brief mo...
-
- Description
- Alan Turing Alan Mathison Turing (23 June,1912 – 7 June, 1954) was an English mathematician, logician and cryptographer.Turing is often considered to be the father of modern co...
-
- Lesson
-
electronics
- Description
-
- Presentation
-
C programming (From Basics to Advanced Concepts)
- Description
- Friends, this presentation of 50 slides will help you to quickly revise right from the basics to advanced concepts that you learned in you C programming course. Ideal for those ...
-
- Presentation
-
C programming (From Basics to Advanced Concepts)
- Description
- Friends, this presentation of 50 slides will help you to quickly revise right from the basics to advanced concepts that you learned in you C programming course. Ideal for those ...
-
- Lesson
-
Failure is not an option
- Description
- Few days back, I got stuck with a problem and was quite depressed at the inability to solve it. The deadline was approaching nearby and I lost all hope of getting that problem s...
-
- Presentation
-
How To Succed...
- Description
- Hi, this is a very nice presentation and the credit goes to the original author “KEAN WORLDZEN”
-
- Lesson
-
95 free learning tools
- Description
- Friends, in this lesson I am bringing to you various free online tools that will enhance your online teaching. Hey….. don’t run away! Just go through the next a...
-
- Description
-
- Presentation
-
C programming (From Basics to Advanced Concepts)
- Description
- Friends, this presentation will help you to quickly revise right from the basics to advanced concepts that you have learnt in you C programming course. Ideal for those preparing...
-
- Description
- Yes it’s possible to create a file of required size without writing a single word in it.Does that sound interesting?Let’s do this.First of go the start—>run...
-
- Lesson
-
Difference between c and c++
- Description
- Join Communities Enhance your Writing Skills Become a Photographer Handigifts Learn about Jazz & More Love the ArtC does not have any classes or...
-
- Lesson
-
More On Classes
- Description
- OOP encapsulates data(attributes) and functions(behaviors) into packages called classes.A class is a user-defined data type that acts as a blueprint for instantiating any number...
-
- Lesson
-
C++ As Better C
- Description
- Before moving on further in advanced C++, it is better to ensure us that C++ is nothing but an advanced form of C. Those of you who came from Pascal background may have not foun...
-
- Lesson
-
More On Functions
- Description
- Inline Functions Functions with small code can be declared as inline.Wherever an inline function is called, actual function code will be replacedSyntax: Put keyword inline bef...
-
- Lesson
-
Functions - Basic Concept
- Description
- Today, we will see yet another concept present in any programming language. Naturally, we will see why at all we need functions. How a function is declared and defined in C++? W...
-
- Lesson
-
Union, Typedef, Enums
- Description
- By now, you already know what is an array, what is a structure, and how to use bit-packaged structure. Today, we will see what are unions and when & how we can use them. How...