No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Re: I had the same problem playing Battlefield 3... what i did was... go to nvidia's driver download site.. Link :- [url]http://www.nvidia.com/Download/index.aspx?lang=en-us[/url] select the build of your graphic card and download the latest driver from there... after you install it hopefully your problem will be solved... | |
Re: You can try going for Dell XPS or a Alienware.. Alienware are the meanest gaming machines (From Dell) or you can go for the XPS series if you want pro. work and gaming. I own a XPS 15 with 1 GB NVIDIA graphics with Optimus 15" Full HD screen 4 … | |
Hello, I was having some trouble related to a code. I wanted to pass a 2-D array as argument to a function,but I'm getting an error saying 'Expression Syntax in function Main'. I am trying to do it like this :-> void input(int **a[][10],int b,int c) { int i,j; printf("\nEnter … | |
Hello, I was given a question a few few days back to write a program that lets a user enter a value for an angle and quadrant in which the angle lies is printed using switch statement. I was able to make this program using if-else very easily but making … | |
Hello friends, I need some help with my c++ hangman code.The code is below. [code] /*Game of Hangman Author - Chirag Mittal */ #include<iostream.h> // For input/output #include<fstream.h> // For file input/output #include<string.h> // For strcpy #include<time.h> // For time #include<stdlib.h> #include<ctype.h> //for toupper & tolower #define MAX_WORD_SIZE 15 // … | |
Hello, I am need of urgent help.I've made a program to generate bills (using goto statements) but my teacher has asked me to remove those and use something else in place of it.The problem is that I have tried using separate functions for that (It's not working properly) and I'm … |
The End.