Beginners - August 2012 (Page 16)

by NWNINA
Output Alignment
 
how can i put a table with colums using c++
[4 replies] Last: Highly Formating Table a short cutting from my, mysql type program hea... (by Akshit)
by tone
If/else
 
Hey there I'm new to this forum is anyone able to explain the brackets in the if/else statemen...
[2 replies] Last: When the if statement is true, the next line will be printed eg: if ... (by Maniax)
integer overflow.
 
hello i am making a program (project euler #3) that should find the biggest prime factor of 60085147...
[3 replies] Last: got it now. i have just removed the % and made my own. (by gelatine)
by hu7sy
helpp me m begiineer how pas pointer type array to function
 
#include<iostream> #include<conio.h> using namespace std; void main() { int *temp; temp=...
[7 replies] Last: #include<iostream> #include<conio.h> using namespace std; void get... (by vlad from moscow)
by samrux
MciSendString to open zip files
 
How can i make it so it opens files or plays sound located inside zip files?
[2 replies] Last: good post http://www.amazingalex.name http://www.amazingalex-games.c... (by thiendep)
Good game programming math tutorial
 
Hello, i am looking for a math tutorial focused on game programming, ive googled around and i havent...
[2 replies] Last: Looks really good thanks! (by stoffe1100)
Libraries not being found by ld.exe
 
Hi All, I have been spending hours scavenging the web and these forums to find a solution to my prob...
[3 replies] Last: Also the official mingw site does not offer a daily build, the most re... (by windripper)
Pathfinding algorithm questions (not A*, oops)
 
Just had a go at the A* path-finding algorithm and although I think I've got it working, any constru...
[10 replies] Last: Hey, BlackSheep, just wondering: So if I were to use a vector instead... (by georgep)
by gta100
Value Assignment Problem in switch cases?
 
Hi everyone! I have some problems with value assignment in my following code, which is to create a v...
[13 replies] Last: Oh, so Code::Blocks is like an IDE? I am pretty new in C++ so sorry ab... (by gta100)
Getline is ignored by compiler
 
Looking at the tutorial, and trying out the code. Found that whenever I try using the: getline (c...
[9 replies] Last: You're 100% right that parsing is the best way to do it, especially if... (by Volatile Pulse)
Undeclared Identifier
 
I am confused, I thought I declared c with <string> . I tried to int c before an after { to n...
[2 replies] Last: To make your code work, all you need is: #include <iostream> #includ... (by Volatile Pulse)
cannot access directory... netbeans 7.2
 
just installed netbeans 7.2 when i attempt to load the program, i get this message... "an instan...
[2 replies] Last: i created it, same error... i noticed that my "Documents and Settings"... (by greenspy008)
point me in the right direction?
 
Hello, I am just starting computer science 2 at my college, and we are required to submit a "qualifi...
[5 replies] Last: lnk i think you have the right idea, how can i create an array with ea... (by robbhud121)
error: expected identifier... / project euler 4
 
I am trying to do project euler # 4. My code gets an error: expected identifier before '(' token. Th...
[4 replies] Last: As you wish. #include <iostream> /* A palindromic number reads the s... (by eagleman)
I'm new and need someone to teach me
 
I'm new to c++ like completely new i don't even know how to use it and i wanna make a mother style r...
[10 replies] Last: http://www.cplusplus.com/articles/28hv0pDG/ If you're still intereste... (by Need4Sleep)
Comic relief
 
So I am tired of nothing but sob stories about compilers here--no pun intended--and so I am bringing...
[3 replies] Last: short int to count sheep? No wonder the overflow error... (by ModShop)
by samrux
Is this possible? [Long to explain]
 
Is it possible to wait for the user to input an specific value to do something, and if it does'nt do...
[8 replies] Last: Thanks. I think i will check the time library. (by samrux)
DarkGDK project problem
 
Hey guys, I'm making a program that draws a red X on a loaded image of a treasure map. The coordinat...
[no replies]
Problem using multiple .cpp and .h files in one project
 
Here's an issue that I've found incredibly irritating since it has nothing to do with coding errors,...
[3 replies] Last: Thanks frame, for some reason all but one of the files were added. It ... (by WhiteWind)
for sum
 
look at this please: #include <iostream> using namespace std; int main() { int num1; ...
[7 replies] Last: @Madguy Sorry about that. I forgot to notice that the variables wer... (by whitenite1)
August 2012 Pages: 1... 1415161718... 45
  Archived months: [jul2012] [sep2012]

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