Search results

  1. Lesson 11: Typecasting in C and C++

    Typecasting is making a variable of one type, such as an int, act like another type, a char, for one single operation. To typecast something, simply put the type of variable you want the actual variable to act as inside parentheses in front of the actual variable. (char)a will make 'a' function...
  2. Lesson 10: C++ File I/O

    This is a slightly more advanced topic than what I have covered so far, but I think that it is useful. File I/O is reading from and writing to files. This lesson will only cover text files, that is, files that are composed only of ASCII text. C++ has two basic classes to handle files...
  3. Lesson 7: Structures

    thnx u tu for readin this topic i will keep postin about C & C++
  4. Lesson 9: C Strings

    In C++ there are two types of strings, C-style strings, and C++-style strings. This lesson will discuss C-style strings. C-style strings are really arrays, but there are some different functions that are used for strings, like adding to strings, finding the length of strings, and also of...
  5. Lesson 8: Arrays in C and C++

    Arrays are useful critters because they can be used in many ways to store large amounts of data in a structured way. For example, a tic-tac-toe board can be held in an array. Arrays are essentially a way to store many values under the same name. You can make an array out of any data-type...
  6. Lesson 7: Structures

    Before discussing classes, this lesson will be an introduction to data structures similar to classes. Structures are a way of storing many different values in variables of potentially different types under the same name. This makes it a more modular program, which is easier to modify because its...
  7. Lesson 6: An introduction to pointers

    Pointers are an extremely powerful programming tool. They can make some things much easier, help improve your program's efficiency, and even allow you to handle unlimited amounts of data. For example, using pointers is one way to have a function modify a variable passed to it. It is also...
  8. Lesson 5: switch case in C and C++

    Switch case statements are a substitute for long if statements that compare a variable to several "integral" values ("integral" values are simply values that can be expressed as an integer, such as the value of a char). The basic format for using switch case is outlined below. The value of the...
  9. Lesson 4: If statements

    The ability to control the flow of your program, letting it make decisions on what code to execute, is valuable to the programmer. The if statement allows you to control if a program enters a section of code or not based on whether a given condition is true or false. One of the important...
  10. Lesson 3: Functions

    Now that you should have learned about variables, loops, and conditional statements it is time to learn about functions. You should have an idea of their uses as we have already used them and defined one in the guise of main. cin.get() is an example of a function. In general, functions are...
  11. Lesson 2: Loops

    Loops are used to repeat a block of code. Being able to have your program repeatedly execute a block of code is one of the most basic but useful tasks in programming -- many programs or websites that produce extremely complex output (such as a message board) are really only executing a single...
  12. Lesson 1: The basics of C++

    This tutorial series is designed for everyone: even if you've never programmed before or if you have extensive experience programming in other languages and want to expand into C++! It is for everyone who wants the feeling of accomplishment from a working program. What do I mean? C++ is a...
  13. What is C, What is C++, and What is the Difference?

    What is C, What is C++, and What is the Difference? C is a programming language originally developed for developing the Unix operating system. It is a low-level and powerful language, but it lacks many modern and useful constructs. C++ is a newer language, based on C, that adds many more modern...
  14. Test Drive Unlimited 2 (2010)

    Test Drive ® Unlimited 2 © 2010 Atari, Inc. All rights reserved. Test Drive ®,M.O.O.R. ® and the M.O.O.R. ® logo are trademarks owned by Atari, Inc. Designed and developed by Eden Games. Published by Atari, Inc., New York, NY. Atari and the Atari logo are trademarks owned by Atari...
  15. 5 Days of War (2011)

    5 Days of War (2011) BRRip x264 A Release-Lounge IMDB info [rate:5.6] 2,018 votes Language: English 113 Min | 1280 x 528 | x264 – 1794Kbps | 23.976fps | AAC – 124Kbps | 1.76 GiB Genre: Action | Drama | War A drama set centered around the war between Russia and Georgia, and focused...
  16. 5 Days of War (2011)

    5 Days of War (2011) BRRip x264 A Release-Lounge IMDB info [rate:5.6] 2,018 votes Language: English 113 Min | 1280 x 528 | x264 – 1794Kbps | 23.976fps | AAC – 124Kbps | 1.76 GiB Genre: Action | Drama | War A drama set centered around the war between Russia and Georgia, and focused...
  17. Mega Python vs Gatoroid (2011)

    Mega Python vs Gatoroid (2011) 480p BRRip XviD Ac3 Feel-Free Language: English AVI | XviD 1952 Kbps | 640 x 360 24fps | AC3 448 Kbps | 1hr 31min | 1.24 GB Genre: Action | Horror | Sci-Fi IMDb Info [rate:3.3] 464 votes There’s a crisis in the Florida Everglades as giant pythons are...
  18. Mega Python vs Gatoroid (2011)

    Mega Python vs Gatoroid (2011) 480p BRRip XviD Ac3 Feel-Free Language: English AVI | XviD 1952 Kbps | 640 x 360 24fps | AC3 448 Kbps | 1hr 31min | 1.24 GB Genre: Action | Horror | Sci-Fi IMDb Info [rate:3.3] 464 votes There’s a crisis in the Florida Everglades as giant pythons are...
  19. Rio (2011)

    Rio (2011) DVDRip | AVI | English | 1h 35 min | 640×272 | XVID – 1010 kbps | MP3 – 128 kbps | 693 MB Release Date: 8 April 2011 Stars: George Lopez, Anne Hathaway and Jesse Eisenberg Writer: Earl Richey Jones, Carlos Saldanha Director: Carlos Saldanha Rating: 7.2/10 from 17,084 IMDb...
  20. Rio (2011)

    Rio (2011) DVDRip | AVI | English | 1h 35 min | 640×272 | XVID – 1010 kbps | MP3 – 128 kbps | 693 MB Release Date: 8 April 2011 Stars: George Lopez, Anne Hathaway and Jesse Eisenberg Writer: Earl Richey Jones, Carlos Saldanha Director: Carlos Saldanha Rating: 7.2/10 from 17,084 IMDb...
Back
Top