Beginners - January 2012 (Page 48)

What are hits?
 
what are hits in graphics. Especialy in opengl. OpenGL uses the name stack to differentiate betwee...
[2 replies] Last: sure: http://www.unknownroad.com/rtfm/graphics/glselection.html what ... (by biplav17)
by Arcand
cin and how much I hate it... =+)
 
im trying to write a basic program based of a game loop, it calls function setup, says something, wa...
[6 replies] Last: why dont you use scanf if you hate ciin so much ? (by biplav17)
by Talon
C++ Learning :)
 
iv been reading this tutorial and am on Operators atm http://www.cplusplus.com/doc/tutorial/ So...
[2 replies] Last: make a quiz program. Just needs if structure. (by biplav17)
Clarifying some points
 
Hi, I started learning C++ a couple of days ago as I hear it is a superior language to C for general...
[5 replies] Last: ok thanks (by Aramil of Elixia)
Passing ostream into a function
 
happy New Year everyone! I just had a question about passing an ostream into a function. My main ...
[3 replies] Last: its ok, sorted just had to do std::ostream in header file - whoop, now... (by redrubia)
How do you make a game do this?
 
I wanna make a game where the window grows and shrinks to throw the user off. But it has to grow ...
[2 replies] Last: Why make the game window do that? You could just put the game in full ... (by Mats)
Program that looks for repetitive numbers in a file
 
I don't even know where to begin on this at the moment. I have some large text files that have 9 di...
[4 replies] Last: @ James2250 You are doing a couple of dangerous things there. @ daly... (by Duthomhas)
Data type selection for mathematical calculation
 
#include <iostream> #include <string> #include <cmath> using namespace std; int main () { double a,...
[2 replies] Last: Wow, this cleared up a lot. Thanks. About the remark on the bottom of... (by krakenbul)
by b2meer
dynamic memory allocation
 
Hello everyone, I have a simple question If make a char pointer and then create dynamically a ch...
[2 replies] Last: Unless your array is allocated element by element, I mean by that that... (by eypros)
problem with variables and multiple classes
 
Hello I have a class called Player and have two function SetGold() and GetGold(). I also have a clas...
[9 replies] Last: wow thank you very much its working. that looks so very complicated. I... (by Fantasy)
by woogi
code::blocks and wxSmith
 
My issue is that I have a Button set on a page. Default is "No". Simply put, all I want is for the b...
[3 replies] Last: Thank you, Andy. I made a couple changes, including keeping the macro ... (by woogi)
how long can a variable of clock_t be?
 
is it a long int? Also, if I wait for a 10 seconds, and then ask 2 different threads to store clock(...
[2 replies] Last: In time.h of my compiler (VS2010) I have the following: typedef long... (by Stewbond)
Coutning Primes
 
Hi, I am new to c++ and while I have seemed to have tackled the Prime Number program, I want to expa...
[2 replies] Last: int main() { int x; // input int y; // divisor int z; // prime i... (by Null)
Simple password checker
 
Ok, so i started learning c++ this morning and decided to create a program that checks a password th...
[10 replies] Last: Change "=" to "==" and you're on your way. (by Spoon Licker)
Question About Dying
 
Ok, so I am making an RPG game of sorts and I have ran into only one problem. I am using a void for...
[7 replies] Last: Make a "bool" that holds a value of being dead or alive(0 or 1). When... (by Spoon Licker)
Computer Guess My Number
 
Allright,, To begin with, I'm just a total beginner. I've started programming a week ago, and I've s...
[7 replies] Last: Yeah I could definitely try that.. After I've tried that I'll just co... (by NutHoofd)
Assignment - Find Character in Character Array
 
Hi there, as part of my assignment a program has to take in string of characters (using characte...
[5 replies] Last: You may not start counting at 0, but I do. At least whenever I am pla... (by Stewbond)
January 2012 Pages: 1... 464748
  Archived months: [dec2011] [feb2012]

This is an archived page. To post a new message, go to the current page.