Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for Stein102

I'm new to Javascript but need to write a script to enter some text into a form, hit submit and then copy an image to a word document. I'll post the website I'm trying to do this with and maybe you guys can give me some points. Note: I'm a …

Member Avatar for DJBirdi
0
254
Member Avatar for Stein102

Can anyone recommend me a good Data Structure and Algorithm book for java programmers? Possibly intended for game development, but not required to be. Thanks.

Member Avatar for prakash.seetharaman
0
112
Member Avatar for Stein102

I'm just starting to get into c++ development and am experimenting with different IDEs. I was curious about what everyone's favorite IDE is and why that made that decision. I've tried: Visual C++ 2012 express Code::Blocks Eclipse CDT So far, my favorite has to be Eclipse CDT. That may be …

Member Avatar for Stefano Mtangoo
1
192
Member Avatar for Stein102

I'm currently a Java programmer, but I was wanting to play around in scripting languages because I've never really used them. I don't really have a use for them right now, but I have some free time and I'd like to learn. My picks were Lua, Python, Perl and Ruby. …

Member Avatar for <M/>
0
118
Member Avatar for Stein102

I've been off of programming for about a year now and am thinking about starting up again. I used to be really into it and was considering it for a career choice. Now I'm in my final year of highschool and realized that I have no plans for university and …

Member Avatar for Stein102
0
102
Member Avatar for Stein102

What I'm doing is making a game and I need to do this for my items: - Have an "Item" Class - Have other superclasses such as:Weapon,Armor,Food - Read XML file with items on it. - Create appropriate Item classes with the correct extended class. - Fill the fields with …

Member Avatar for JamesCherrill
0
195
Member Avatar for Stein102

I want to start C++, and I already know a fair amount of Java. So I ordered the book Accelerated C++ because I've read that it's a good book. But I was told that It's not a very good first c++ book? The only other c++ book I have access …

Member Avatar for Senovit
0
66
Member Avatar for Stein102

I'm trying to take a text file with 20x15 numbers(or characters, doesn't matter) into a 2d array. I just can't seem to get it to work. Can you help me fix it? Thanks [CODE]FileInputStream fis = new FileInputStream("MapFile.txt"); while (fis.available() > 0) { for (int x = 0; x < …

Member Avatar for dmanw100
0
132
Member Avatar for Stein102

Okay, so i need help getting a value from a variable in one class's method. I want to use that data in another Class's method. Heres what i mean... [code=java] public class RoomType{ public String N(String[] args){ Scanner scan = new Scanner(System.in); String opt = ""; int x=1; do{ opt …

Member Avatar for coil
0
155