
please wait
by spark1313
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 help from someone knowledgeable. I'm trying to get this darn... |
Dec 2, 2014 at 8:50am
[1 reply] : As I had a feeling, it was some problem with Windows or Windows 8.1 ju... (by spark1313)
|
by hungrymouth
understanding template use
|
Currently I have three functions that individually add int+int, double+double/double+double/int+int, and a fucntion that concatenates strings. Is there a way i... |
Dec 2, 2014 at 7:45am
[5 replies] Last: Our instructor has decided against using C++11 (I find it odd) ... tha... (by hungrymouth)
|
by Ant0ine
Learn/code C/C++ on iOS
|
Hey folks. I'd like to announce CppCode - offline C/C++ IDE & Compiler that runs on iOS. Features: * works on iPhones and iPads * compile C/C++ code of... |
Dec 2, 2014 at 7:34am
[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 can pull a information from a text file. The information be... |
Dec 2, 2014 at 6:05am
[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 an assignment, and at this point I am basically banging my ... |
Dec 2, 2014 at 5:35am
[5 replies] Last: Hi mrob82, this code compares the number at the time the person puts ... (by MRangel)
|
by woodbecker18
Classes help please
|
Hello, i am working on something for school and have this much set up so far. I have completed the code to find the perimeter of the triangle using a class. Whe... |
Dec 2, 2014 at 5:12am
[3 replies] Last: thanks for the help guys. that fixed it Ganado thank you very much. th... (by woodbecker18)
|
by steamengines
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 namespace std; int main() { string tables = ... |
Dec 2, 2014 at 5:08am
[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 generate 10 random numbers from 1 to 100. Below is what i have so... |
Dec 2, 2014 at 4:53am
[4 replies] Last: Can anyone do the simplest form because i still never learn about std:... (by Myna)
|
by BoomWrx
Help with defining function problem!
|
I need help with defining a function problem for my online assignment. The assignment was due weeks before, I just need the answer so I can help study for my up... |
Dec 2, 2014 at 3:55am
[4 replies] Last: I have specific questions on how exactly to figure this function out. (by BoomWrx)
|
by PATBALM
ATM program problem
|
Hi, I'm supposed to make a program that mimics an atm. In one part of the program, (if you enter you'd like to withdraw cash) you select to withdraw from che... |
Dec 2, 2014 at 3:54am
[5 replies] Last: Another error I found: if an invalid choice is selected, it displays t... (by PATBALM)
|
by rCarter
input files: with multiple data types
|
while attempting to write a mock database management program. i can not figure out how to sort a .dat file with multiple data types. i can not find anything on ... |
Dec 2, 2014 at 3:16am
[no replies]
|
by freecody24
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 used net-beans all year and bc im doing a SDL net-bean does not... |
Dec 2, 2014 at 3:03am
[5 replies] Last: it worked thanks for the help @LB (by freecody24)
|
by Sawrana
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 the initial size and i thought i did that but i can't seem ... |
Dec 2, 2014 at 2:47am
[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 case changing function but I included main just in case. I keep... |
Dec 2, 2014 at 2:34am
[no replies]
|
by Dgonzalez1
Checkerboard Game
|
hi, im having trouble with my checkerboard game. i need it to work for 2 players and vs computer. i need to use parameters. #include <iostream> #include... |
Dec 2, 2014 at 2:18am
[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 computer I got the following message: Unhandled exception a... |
Dec 2, 2014 at 1:52am
[1 reply] : We can't tell you how to fix your crashed car unless you let us see wh... (by LB)
|
by bigdaddydc
value return function
|
How do you write a write a value return function computes the average of four scores and returns the average? That score must then be sent to a function to dete... |
Dec 2, 2014 at 1:40am
[5 replies] Last: It's not as simple, but it is still very simple. Just multiply eac... (by LB)
|
by alelagi
Looking for a simple
|
My problem seems very simple - I have a string (a word), and I am supposed to copy all characters prior to the first vowel and paste them at the end of the word... |
Dec 2, 2014 at 1:01am
[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) where one manages a colony in space. I've planned to includ... |
Dec 2, 2014 at 12:44am
[1 reply] : Sounds like you might want to save data to a text file and then read t... (by wildblue)
|
by football52
Problem with functions
|
I'm creating a program that converts Fahrenheit to Celsius using multiple functions. This is a project for class so I do have to use the functions. I have it al... |
Dec 2, 2014 at 12:33am
[2 replies] Last: I had a typo in the formula there, its 9/5 not 5/9 And ah thanks for ... (by football52)
|