Beginners - December 2014 (Page 52)

C++ SDL 2.0.3 Very Basic Help STUMPED
 
Hello. As of recent, I am very very frustrated with SDL2. Out of options here, so looking from some ...
[1 reply] : As I had a feeling, it was some problem with Windows or Windows 8.1 ju... (by spark1313)
understanding template use
 
Currently I have three functions that individually add int+int, double+double/double+double/int+int,...
[5 replies] Last: Our instructor has decided against using C++11 (I find it odd) ... tha... (by hungrymouth)
Learn/code C/C++ on iOS
 
Hey folks. I'd like to announce CppCode - offline C/C++ IDE & Compiler that runs on iOS. Feat...
[no replies]
Time stamp from text file
 
Hello everyone and thank you for your time. I recently have been trying to create a C++ program that...
[13 replies] Last: Bingo, it works now. Appreciate it you two for your help. :D (by stoneybologna)
by mrob82
Newbie here!
 
Hello everyone, I am new to the coding world, taking an entry level C++ class. Trying to figure out...
[5 replies] Last: Hi mrob82, this code compares the number at the time the person puts ... (by MRangel)
Classes help please
 
Hello, i am working on something for school and have this much set up so far. I have completed the c...
[3 replies] Last: thanks for the help guys. that fixed it Ganado thank you very much. th... (by woodbecker18)
I'm trying to display a two-dimensional string array and only receive a weird string of letters and numbers?
 
So this is the table I am making #include <iostream> #include <string> using names...
[4 replies] Last: Ahhhh!!!!!!! thank you everyone I understand what I did wrong and can ... (by steamengines)
by Myna
Generate random number using array
 
I am new to C++ and I need help writing a code that show an array of 10 numbers and it need to gener...
[4 replies] Last: Can anyone do the simplest form because i still never learn about std:... (by Myna)
Help with defining function problem!
 
I need help with defining a function problem for my online assignment. The assignment was due weeks ...
[4 replies] Last: I have specific questions on how exactly to figure this function out. (by BoomWrx)
ATM program problem
 
Hi, I'm supposed to make a program that mimics an atm. In one part of the program, (if you enter ...
[5 replies] Last: Another error I found: if an invalid choice is selected, it displays t... (by PATBALM)
input files: with multiple data types
 
while attempting to write a mock database management program. i can not figure out how to sort a .da...
[no replies]
SDL error with - cstdlib library
 
So i'm working on a snake game for my final projected for school and having a little trouble i'm use...
[5 replies] Last: it worked thanks for the help @LB (by freecody24)
Dynamically allocating arrays questions
 
Why is this program only printing out 3s instead of 1 2 3? I was to create an array without knowing...
[no replies]
case change function is not working.
 
Im trying to reverse the case of each individual element in the array. The problem may be in the cas...
[no replies]
Checkerboard Game
 
hi, im having trouble with my checkerboard game. i need it to work for 2 players and vs computer. i...
[1 reply] : These functions don't know what board is since it isn't passed to th... (by wildblue)
by bender
Help with Exception Error
 
I have a program that completely works on one computer but when I attempted opened it on another com...
[1 reply] : We can't tell you how to fix your crashed car unless you let us see wh... (by LB)
value return function
 
How do you write a write a value return function computes the average of four scores and returns the...
[5 replies] Last: It's not as simple, but it is still very simple. Just multiply eac... (by LB)
Looking for a simple
 
My problem seems very simple - I have a string (a word), and I am supposed to copy all characters pr...
[3 replies] Last: Merged a couple of ideas and worked.. thanks for the answers:) (by alelagi)
by Auni38
How to make a basic save and load function?
 
Well, I have one heck of a problem here. I'm making this simple game (code of the game not included)...
[1 reply] : Sounds like you might want to save data to a text file and then read t... (by wildblue)
Problem with functions
 
I'm creating a program that converts Fahrenheit to Celsius using multiple functions. This is a proje...
[2 replies] Last: I had a typo in the formula there, its 9/5 not 5/9 And ah thanks for ... (by football52)
December 2014 Pages: 1... 505152535455
  Archived months: [nov2014] [jan2015]

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