25 June 2012
04 March 2012
Max Payne 3(pc):Free Download
Max Payne 3 continues the tale of former New York City detective, Max Payne. Still haunted by the memories of his traumatic past, Max begins a new life working private security protecting a wealthy industrialist and his family in Sao Paulo, Brazil. When gangs target the family under his protection, Max is forced to fight to save his clients and clear his name, in a bid to, once and for all, rid himself of the demons that have tortured him for far too long.
This dark, gritty action game utilizes cutting edge technology for a seamless, cinematic action experience. The game boasts highly-refined gameplay with an extensive range of realistic weaponry, an intelligent cover system and sophisticated Bullet-Time mechanics.
In addition to an expansive single-player campaign, Max Payne 3 introduce to the series a multiplayer experience. This online mode dynamically alters maps and mode progression for all players in a match. Along with traditional multiplayer modes, Max Payne 3 also includes a deep reward and leveling system, persistent clans and multiple strategic load-out options.
System Requirements
CPU: - Intel i7 Quad Core 2.8Ghz or AMD equivalent (High) - Intel i7 3930K 6 Core x 3.06 GHZ or AMD FX8150 8 Core x 3.6 GHZ (Highest)
RAM: - 3GB System RAM (High) - 16GB System RAM (Highest)
VGA: - NVIDIA® GeForce 480 1GB RAM or AMD Radeon™ HD 5870 1GB RAM (High) - NVIDIA® GeForce® GTX 680 2GB RAM or AMD Radeon™ HD 7970 3GB RAM (Highest)
DX: DirectX 9.0 - DirectX 11
OS: Windows 7/Vista (32 or 64 bit)
HDD: 29 GB
Sound: Direct X 9.0 compatible supporting Dolby Digital Live
Note: Initial activation requires internet connection and a valid Rockstar Social Club account (13+ to register); Online play requires log-in to Rockstar Social Club (13+); software installation required including GameShield® IronWrap®; DirectX and Microsoft Visual C++ 2008 SP1 Redistributable Package (x86). Some system components such as mobile chipsets, integrated, and AGP graphics cards may be incompatible. Unlisted specifications may not be supported by publisher.
System Requirements
CPU: - Intel i7 Quad Core 2.8Ghz or AMD equivalent (High) - Intel i7 3930K 6 Core x 3.06 GHZ or AMD FX8150 8 Core x 3.6 GHZ (Highest)
RAM: - 3GB System RAM (High) - 16GB System RAM (Highest)
VGA: - NVIDIA® GeForce 480 1GB RAM or AMD Radeon™ HD 5870 1GB RAM (High) - NVIDIA® GeForce® GTX 680 2GB RAM or AMD Radeon™ HD 7970 3GB RAM (Highest)
DX: DirectX 9.0 - DirectX 11
OS: Windows 7/Vista (32 or 64 bit)
HDD: 29 GB
Sound: Direct X 9.0 compatible supporting Dolby Digital Live
Note: Initial activation requires internet connection and a valid Rockstar Social Club account (13+ to register); Online play requires log-in to Rockstar Social Club (13+); software installation required including GameShield® IronWrap®; DirectX and Microsoft Visual C++ 2008 SP1 Redistributable Package (x86). Some system components such as mobile chipsets, integrated, and AGP graphics cards may be incompatible. Unlisted specifications may not be supported by publisher.
Free Download Mass Effect 3
....
Summary
In Mass Effect 3, an ancient alien race known only as Reapers, has launched an all-out invasion of the galaxy, leaving nothing but a trail of destruction in their wake. Earth has been taken, the galaxy is on the verge of total annihilation, and you are the only one who can stop them. The price of failure is extinction. You, as Commander Shepard, must lead the counter assault to take it back. Only you can determine how events will play out, which planets you will save from annihilation and which alliances you will form or abandon as you rally the forces of the galaxy to eliminate the Reaper threat once and for all.
Battle with your comrades or even your own friends in this all-out galactic war to take Earth back. With co-op online multiplayer missions new to the Mass Effect universe , you can choose from a variety of classes and races, form an elite Special Forces squad, and combine weapons, powers and abilities to devastating effect as you all fight together to liberate key territories from enemy control in this third entry of the epic intergalactic RPG franchise.
DOWNLOAD :- click here
08 December 2011
C Programming Language
Getting Started with C
The C program is a set of functions and the program execution begins by executing the function main. Here you will write the first C program.
C Data Types
C data types are used to store various types of data that is processed by program.
C Variables
A variable is a meaningful name of data storage location in computer memory. When using a variable you refer to memory address of computer.
C Constants
In this tutorial, you will learn how use C constants in your code to make your code more readable and easy to maintain.
C Operators
In this section, you will find various C operators including arithmetic, assignment, bitwise, increment, logical, relational and ternary operators.
C Comments
In this tutorial, you will learn how to use C comments to document and make your code easier to maintain
C Control Flow
In this section, you will deal with common control flow in C programming language such as If, If-else, Do-while loop, While loop, For loop and Switch case.
C Function
C function is a block of source code which does one or some tasks with specified purpose. Here you will learn how to program function, passing arguments to function and recursive function in C.
C Pointer
C Pointer is a memory address of a variable or another pointer. Click here to read and master C Pointer just in few minutes.
C Array
C array by definition is a variable that hold multiple elements which has the same data type.
C Structure
C programming language supports structure which allows you to wrap one or more variables with different data types.
C String
C string is defined as an array of characters or a pointer to characters. Click here to learn how to use C string.
C File
In this section, we provide information on dealing with files in C.
C Dynamic Memory Allocation
C programming language provides you a powerful and flexible way to manage memory allocation at runtime. It is dynamic memory allocation.
Subscribe to:
Posts (Atom)