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 statements to me? my statements are all being printed no matter w...
[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 600851475143. but when i do something like. long unsigned int number...
[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=new int ; int get(int *temp); void display(int *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 found anyone that i can follow easily. right now it is the ...
[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 problem. I have spent even more hours trying to solve the probl...
[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 constructive criticism would be much appreciated: #include<iost...
[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 very simple calculator which could run computations like "sev...
[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 (cin, mystring); The line gets ignored and it just skips to...
[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 no aval. Could someone explain what I am doing wrong? #...
[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 instance of the program cannot access specified user directory. t...
[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 "qualification" program to be able to enter the class, however, from...
[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. This is on line 28. I'm not sure if this works or not since ...
[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 rig can anyone teach me or help me to learn to program?
[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 some well-earned levity to this site. http://xkcd.com/34...
[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 it in a certain amount of time it makes another thing inste...
[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 coordinates are based on user input. I keep getting errors that revol...
[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, but rather what my IDE is doing. Basically I have main.cpp...
[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; cout << "Enter 5 numbers to get average: "; for...
[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.