Beginners - December 2013 (Page 12)

expected ; or , before }, but at the beginning of declaration?
 
This will look like homework, but it's not. I'm teaching myself C++, and also college Algebra. For t...
[2 replies] Last: Thank you. I had forgotten that you need to declare type almost everyw... (by roguemouser)
in C 'rand()' dose not seem to want to spit out the numbers i'd like it to.
 
Im trying to make a basic game just to test my skills. I googled a function that would generate a ra...
[17 replies] Last: Thank you very much! That seems to have worked greatly! Haha and thank... (by Pmiccich1)
IOMANIP Help! Alligning character symbols
 
I have a function here that is suppose to output the character sign "*" in a perfectly aligned manne...
[4 replies] Last: Thank you Catfish :) (by fahmankhan75)
Quick question about storing values.
 
I'm writing this drill program to store differences between cities. For some reason the greatest di...
[3 replies] Last: Thanks for the help. This new code is kind of difficult to understand ... (by BlueBomberXTJ)
Help with allegro.
 
I just need to know how to use time in allegro... // code /* Time code */ // next code...
[4 replies] Last: First off it's probably a good idea to load the images ahead of time i... (by Albatross)
by Garion
Passing an object to itself.
 
Is there any pitfalls or negative consequences to doing something like this. Any ways to safeguar...
[2 replies] Last: This example was contrived as a simple way to convey the question. I ... (by Garion)
New version
 
hey so tell me what's the newest version of borland c++ for windows? thank you.
[11 replies] Last: woah thank you guys. and i'm a she @Catfish666 (by AidaVed)
help code c++
 
please can anyone code this program for me Question: We call the matrix where there is a matrix of ...
[6 replies] Last: this is my try but in pascal Program test; Const nmax=50; Type ... (by z4all2011)
help convert from pascal to c++
 
Program test; Const nmax=50; Type Pemat = ^emat; emat=record c...
[no replies]
by mlehto
Simple Question Regarding Functions
 
I'm just starting to learn c++, and I'm having trouble understanding why this doesnt work. This prin...
[2 replies] Last: #include <iostream> using namespace std; int volume (int l, int w, ... (by Chriscpp)
pointers
 
what does x stand for here ? does it matter if I did it this way , or declared then used = ? ...
[10 replies] Last: What Cfz did isn't that bad. Double posting is obnoxious when it t... (by Duthomhas)
by Ionos
Min x
 
Hello everyone!I need help for something that is more a maths exercise than a programming.So i need ...
[6 replies] Last: Please condor type in google numerical analysis and computer epsilon.f... (by Ionos)
fstream project
 
The program should write and than read it does not read so it can not write i don't understand whats...
[no replies]
Vectors
 
Hi there, I just wanted to know what vectors are used for and when they come in handy. Thanks
[2 replies] Last: Oh, that's neat. Thanks (by closed account EwCjE3v7)
enum type
 
Hey guys , so I've been reading about enum , but I never got what's the point from it ? does program...
[4 replies] Last: Thank you guys , you helped a lot ^^ (by Cutefriendzoned)
Template Template trouble
 
How can I write a function that takes as argument a object of a template class ? For example: tem...
[2 replies] Last: Thanks dude :) Wouldn't it work to do this ? : template<template<clas... (by Guzfraba)
Optional user data members?
 
Hello, I'm trying to write a game engine as a library that another application can link to. In th...
[4 replies] Last: > In the application that links to the library, > it might be useful ... (by ne555)
Weird characters when printing a char-array
 
I am making a program that takes in a word and reverses it. When the word is small say for e.g: Hell...
[2 replies] Last: Thanks dude. What a silly mistake of mine ;o. (by Stormboy)
kbhit()- it's use and alternatives, and input buffer lag
 
Hello fellow coders, I've been working within the console on the logic of plotting positions, ...
[no replies]
Quick Allegro/C++ Question.
 
I Just want to know why my program (in windows) sometimes Crashes, well i know the reason: its becau...
[3 replies] Last: You are not checking to make sure those bitmaps loaded properly. load... (by Disch)
December 2013 Pages: 1... 1011121314... 69
  Archived months: [nov2013] [jan2014]

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