Beginners - November 2013 (Page 70)

by Alfio
Adobe xfl dat files
 
Hi guys, this is my first post. I'm studying the dat files where adobe stores resources in the xfl open project. Surfing in the web I found some interesting exp...
[8 replies] Last: I cannot believe that. It is exactly what I was looking for! I searche... (by Alfio)
by dilver
strange
 
I found , in the past , a website . In the website page there are two links link1 link2 when I click on the first link (link1) a red sentence app...
[3 replies] Last: Thank you. I'm not very sure, but I think as the creator of the threa... (by JLBorges)
by Nata
HELP PLEASE counting random numbers until it reaches 58
 
I had to write a code for range [40,200] and random numbers should have printed until it printed 58. The code is right and it does that. However, the second par...
[6 replies] Last: Thank youu!!!!! I get everything now!!! thank you thank you!! :) (by Nata)
Sort Aphabetical (Saludo)
 
Hi! I'm having trouble with my program. It ddoesnt have error but It wont allow me to enter the first name. It always start asking in 2nd name. Help deeply appr...
[2 replies] Last: Thank you :D It worked! (by Vanessa101)
by kromn
Clear Keyboard buffer (cont. held key)
 
For a game I'm coding, I need to check for continuously held keys. I read the key pressed with bioskey. How can I clear the buffer in each iteration of the wh...
[4 replies] Last: No, I'm using graphics.h with turbo c++ because its the only thing al... (by kromn)
Hexidecimal to Decimal conversion via string.
 
I'm trying to write a function that takes a hexidecimal value in string-form as an argument and coverts it into a decimal value. I haven't started writing error...
[12 replies] Last: I think you don't need a function to parse from decimal to hexadecim... (by HEDO4EJIOBEK)
by dilver
web
 
ok , lets say that I enter a website which is for example http://www.example.com/index.php in this website I found three files *file1 *file2 *file3 when I c...
[2 replies] Last: 404 the file not found and as you said helios :"More likely, the file ... (by dilver)
help noob modify c++ game
 
Write your question here.I'm a noob, I wrote this code to play a little game with random numbers, but the code doesn't run properly, I want computer to be able...
[2 replies] Last: Thanks Bro, will test the modified code! (by veektorh)
Does 'fstream' always open files from the beginning?
 
HI! I was wondering if I open a file (for example "fstream myfile ("example.txt" , ios::in) ;") does it always go at the beginning of the file ? I mean doesn'...
[5 replies] Last: Do External apps affect it too ? Some do, yes. Some applications, s... (by Chervil)
Need help with Parallel array with strings and double
 
Hello, I was given the exercise below at school. I have read the chapter many times but I cannot find a way to gather string variables and double variables at t...
[7 replies] Last: I figured it out Only half of it. What if there are less then ARRA... (by coder777)
Why doesn't this code work
 
Can you please help me with why this code doesn't work. namespace date { int day; int month; int year; void setdate(int x, int y, int z) { day...
[2 replies] Last: Thank you :) (by solaclips)
by mattho
Error C2662, confusion on what is really being done wrong
 
Don't know why I keep getting e rror C2662: String1030:: getSize : cannot convert "this' pointer from const string1030 to string 1030& FILE I CAN CHAN...
[5 replies] Last: The issue i am having now is the redefinition of default parameter: pa... (by mattho)
by jwah03
Help with function
 
I keep getting an error that says hospital_JamesWah.cpp:4: error: expected initializer before "void" #include <iostream> using namespace std; void I...
[1 reply] : Remember to add semicolons after all statements and declarations! Also... (by J4ke)
by whoosh
BubbleSorting cards not working?
 
So I have to write a poker game program, and I have to sort the cards by value before checking them. I have the functions to deal the cards to each player. I ju...
[1 reply] : First of all, I see that you are new to the forum, so don't worry abou... (by J4ke)
While loop for student grage average
 
I'm trying to create a program using a while loop where the user can enter the number of students, and then enter then name, and 3 test grades for each student ...
[3 replies] Last: Thanks everyone! I think I fixed it, the program runs great now: #in... (by jstew07)
Can a default constructor initialize data members in c++?
 
Can a default constructor initialize data members in c++?
[1 reply] : yes; initializing data members is pretty much the main job of any cons... (by Cubbi)
Stack Code Help.
 
Having some issues with figuring out syntax. The assignment: Stack Homework: Write a stack program that can determine whether or not the following sym...
[5 replies] Last: Figured it out. Needed to put in breaks. break; Also, changed int... (by elite zero)
Help with functions
 
The professor wants us to create a program that displays the Average of 3 Grades. Each input of the grades must be stored with a function and then the Result of...
[18 replies] Last: no problem (by wwwiii)
Just stared
 
I just started learning c++ by using bucky's tutorial on youtube and while i was watching his tutorial a question popped up.In the void function i cout the answ...
[6 replies] Last: Ty all that cleared up a lot of questions i had. (by darkn3ss)
by nm516
Read files into linked list
 
Hello, I'm having trouble reading a cdv file into a linked list, I started writing the code but I'm not sure if on the right track and if I am i don't know how...
[no replies]
November 2013 Pages: 1... 6869707172... 80
  Archived months: [oct2013] [dec2013]

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