Beginners - May 2012 (Page 39)

Help with outputting arrays
 
We were asked to write a program that will stimulate a high low game. User has 10 chances to get the...
[no replies]
Turning a single letter into a different color using the console
 
Im trying to make my "characters" in my console game stand out more, these characters move through a...
[4 replies] Last: Er, no, this makes a permanent change to the text foreground color. Yo... (by Duthomhas)
"RPG Frontend" IE A M.u.d.
 
Hello my name is james and this is my first post on this forum... I am currently working on a pr...
[no replies]
by ozone
loop iteration
 
#include "StdAfx.h" #include <iostream> using namespace std; int main() { int use...
[4 replies] Last: @codekiddy you are the bomb. thanks alot. you just relieve me of ma st... (by ozone)
SDL OOP problem
 
Hello. This is my first try to make my SDL program object oriented. it runs and render the backgroun...
[1 reply] : The keys array is too small to store all possible key values. Either m... (by Peter87)
Function to convert string to uppercase
 
I need a function that takes a reference to a string object and that converts the contents of the st...
[8 replies] Last: @codekiddy Thanks a ton! (by Thomas Kurian)
casting or function prototype problem
 
Hi all, I have defined a class which constructor is : TableInFile(const std::string &aFileNam...
[4 replies] Last: After putting traces everywhere, I could localise the corruption at th... (by lalebarde)
need help (loop with switch)
 
hey ! (sorry my english is not good enough) i need ur help in my project.it's about airplane reserva...
[4 replies] Last: thanx Alot ! (by Rana Fahad)
Program to do simple fraction math...reduce function won't reduce.
 
Hey guys, I'm having a bit of trouble getting my reduce function to work on this. It's a homewor...
[no replies]
little issue
 
Hey guys I'm working on this last program that I have to make for my class and I'm one small issue. ...
[16 replies] Last: // ... // unary predicate for std::find_if struct student_info_compa... (by cire)
linking c++ with python via Makefile
 
im trying to link python to c++. i am a beginner in programming both c++ and python. im trying t...
[no replies]
polynomial class constructor
 
This is my first post and I am a beginner in programming. For my final project I have to implement t...
[1 reply] : Look at the error you get, it usually (but not always) will point you ... (by rollie)
by atjm88
Debug/Release?
 
Hi, anyone know what's the different between debug version and release version in MsVS 2010? And als...
[11 replies] Last: Thanks codekiddy, I can only find the "Release" button on the top ba... (by atjm88)
by Ajay11
While loop executes one too many times (I believe)
 
#include <iostream> #include <iomanip> #include <fstream> #include <string> using namespace std; ...
[5 replies] Last: I dont think you even need the != EOF in line 3 there, peek() fails, ... (by cire)
binary predication
 
I know basic binary predicate logic. Such as x > y . x or y . x and y . I've been asked for a cl...
[no replies]
A problem with c++ program
 
I have a problem. I want to make a programm what counts words and then shows how many word there are...
[1 reply] : I wouldn' stuff all into one function: you shoud have: - a function ... (by dadabe)
Can someone post an example of how to use pointers?
 
I have been looking up pointers and what they do and I do not understand them at all. Can you post a...
[5 replies] Last: Thanks guys. I kind of get it now after running and modifying a few of... (by Gregory Sakas)
Inserting into Binary search trees
 
The program that i have to create asks us to insert words from a file.txt into the tree and to keep ...
[4 replies] Last: http://cplusplus.com/reference/stl/map/ (by ne555)
Passing by reference vs. Pointing to data?
 
When i am writing functions that require the original address/variable i always end up using referen...
[4 replies] Last: Use references in function parameters and return types to define att... (by Joshcschool)
Serial Ports
 
Alright, I am very much in foreign territory with this one, so lets start with the make or break que...
[1 reply] : http://www.cplusplus.com/forum/beginner/6914/ maybe this can be of so... (by Joshcschool)
May 2012 Pages: 1... 3738394041... 59
  Archived months: [apr2012] [jun2012]

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