Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #4K
~14.9K People Reached

20 Posted Topics

Member Avatar for Dave Sinkula

Ivor Horton's Beginning Visual C++ 2008 is the best c++ book if you want to learn the c++ language with visual studio/clr improvements as it uses win32 c++ and clr (which is c++'++'). If you want to learn c++ so you can go on to another language or you don't …

Member Avatar for shahidali6
11
10K
Member Avatar for yup790

I am trying to read a random line from a file and if that line is null it will create a random string. It works with files with upto and including 5 lines. To test it I made a 2 line file: > 1-hello > 2-but However, when run it …

Member Avatar for stultuske
0
155
Member Avatar for yup790

Sorry for the long code. Here it loops through a text file with up to 5 lines and reads a random line. If the line it reads is null then it generates a random response. However when compiled with a test file of 2 lines it only has an output …

Member Avatar for yup790
0
185
Member Avatar for yup790

I have tried looping through the text file but all it does is read the first line. I tried linefilereader but it still only reads the first line. int word_chooser = (int) (Math.random()*300); LineNumberReader r = new LineNumberReader(new FileReader("words.txt")); r.setLineNumber(word_chooser); word = r.readLine();

Member Avatar for stultuske
0
415
Member Avatar for yup790

In the main class the user enters text trying to find the file in the same directory as the source file. The string gets passed into the constructer and a file object is made but the file isn't found. The print statements are just to find out what is happening. …

Member Avatar for yup790
0
388
Member Avatar for yup790

I am 2/3 thirds of sams teach yourself java in 21 days and I would like to know what to do to get proficient with programming. I heard I should look at source code, if so where can I find some. What kind of projects should I do. Should I …

Member Avatar for JamesCherrill
0
203
Member Avatar for MasterHacker110

What jgorard159 said about dark gdk is incorrect. It says on the website that it is for personal use only. Unity, cry engine and unreal are the only 3 professional game engines for making 3d games. I have never used cry engine but I know unreal is very powerful but …

Member Avatar for mihbd1207
0
485
Member Avatar for yup790

I have nearly finished teach yourself java in 21 days. What should I do now to get good at programming, especially java but other languages would be nice. BTW, java is my first programming language.

Member Avatar for godzab
0
100
Member Avatar for yup790

I am trying to make a program that displays the nth prime number. I don't get compiler errors but it doesn't display the prime number. I don't know where it stops, ive tried breakpoints but it stilll doesnt work :(. here is the code: package primenumberfinder; import java.util.Scanner; /** * …

Member Avatar for Taywin
0
274
Member Avatar for yup790

I am making a c# level editor and it is a bit out of my league but it should be good to learn oop algorithems. I have only just started and have already come across a problem. ** I need to load images as sprites and then create a button …

Member Avatar for yup790
0
326
Member Avatar for yup790

I have been using XNA recently and discoverd a major difficulty: when designing levels you have to spen ages pre planning exactly where sprites/objects will go. To solve This problem I had an idea for a game engine/level editor that just imports sprites, creates variables for the sprites and has …

Member Avatar for Akill10
0
187
Member Avatar for yup790

I am trying to make a Fibonacci sequence program to display up to the nth term(only positive numbers). For some reason it doesn't seem to work. [CODE]import java.util.Scanner; /** * * @author Toby */ public class Fabonnacci { /** * @param args the command line arguments */ public static void …

Member Avatar for JamesCherrill
0
244
Member Avatar for yup790

I was wondering which language should learn. I do not want to be a programmer for a job(at the moment I am a young teen) in the future, I would like to be a physicist. In the meantime though I would like to learn a programming language. I want to …

Member Avatar for JamesCherrill
0
256
Member Avatar for galiz05

Try the unity game engine. It is fast and works on all platforms(ps3, wii, pc, iphone etc). Look on the unity forums for good online tutorial series. I would recomend [URL="http://walkerboystudio.com/html/unity_course_start_here__free_.html"]walker boys tutorials[/URL] to start off and then wath the 3dbuzz tutorials to improve on certain areas of the engine. …

Member Avatar for yup790
-1
741
Member Avatar for yup790

Hello. I have decided to design and build an artificial intelligent chat room for the 2012 Google science fair. I will use java for it's ability to constantly expand without editing already written code. This chartroom will need to be able to distinguish verbs nouns adjectives ect, and from his …

Member Avatar for GreenDay2001
0
192
Member Avatar for yup790

Hello I'm trying to make a random number generator to work out probability and chance, although it keeps coming up with an ArrayIndexOutOfBoundsException on line 41(roughly). I would be really greatful if you could help! thx p.s.This is not for school[code]/* * To change this template, choose Tools | Templates …

Member Avatar for leiger
0
177
Member Avatar for yup790

I have noticed that there isn't a thread where you are given puzzles. So i going to change that! Your puzzle is to make an exacutable c++ program that outputs "hello world" 20 times (try to be exciting). Rules: it has to be c++ it has to work I look …

Member Avatar for mrnutty
0
220
Member Avatar for yup790
Member Avatar for MxDev
0
104
Member Avatar for yup790

Hi. I have for a while wanted to know how to make games. Please could someone say what is a good [B]free[/B] programming language/software to use. i am not a begginer as i know quite a bit of vb.net, HTML, css and a small amount of other laguages like python, …

Member Avatar for Wards
0
154
Member Avatar for yup790
Member Avatar for William Hemsworth
-2
79

The End.