Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - jwalker

Pages: [1] 2
1
Miscellaneous / Girl and Calculator go to prom
« on: May 03, 2013, 06:59:41 pm »

2
Computer Programming / VS 2012 + SDL issue
« on: February 01, 2013, 11:01:26 pm »
I got all of the libs/includes/dll's set up correctly and the program compiles just fine, and runs, but the window that pops up doesn't display anything. What its supposed to do is display an image, after some debugging, I think it SDL_LoadBMP cant seem to find the image. The same code worked just fine on Ubuntu at school. I have the image in the same directory as the program and the project, and I have tried just placing the image in C:\, but it still dosen't work. Has anyone else had this problem?

I can upload the code if you really need it.

3
Computer Projects and Ideas / OS Disks
« on: September 05, 2012, 07:56:03 pm »
Ok, so at school today I was looking at some older computers in our Tech room, and found one of the computers didnt have an OS. So while searching I ran across a W2K disk and loaded it. Thats great and all except its an eval copy. At home I have 2 OS disks, one is Windows 98 SE that came with an old pavilion computer and the other is Windows ME that came with a gateway. My question is could I use those disks and load those OS's onto an old Compaq Evo. The reason Im asking is because the disks themselves have the brand names of HP and Gateway on them. Im not using XP because I dont have it and I couldnt find it.

4
Computer Programming / Help learning X86 Asm
« on: June 06, 2012, 12:44:57 am »
I was wondering if anyone knows of any good X86 Asm tutorials. I cant seem to find any.

5
Miscellaneous / I kind of had to post this
« on: May 30, 2012, 10:14:16 pm »

6
Computer Usage and Setup Help / odd network problem
« on: May 27, 2012, 05:29:08 pm »
Here is the issues:
1. when trying to access a website, most of the times i have to refresh my browser multiple times to get it to load, I get the standard "Internet Explorer cannot display the webpage"
2. I know it is not my computer because this happens on the other computer and my Ipod.

Could it be in my network or is it just some ISP thing and what should i do.

7
ASM / The User Program Variable
« on: April 28, 2012, 10:02:53 pm »
So, I have started learning Z80 ASM again and I have a question...
In a user program, I know that the first two bytes are size bites, are the next 8 or less the name?, if it is is it null terminated.
Then say I wanted to get the first "line" of the program how would I do that, I've been doing some testing and it hasnt worked out( I think because of something in the first two lines of what I wrote).

8
Other Calculators / WZGUILIB
« on: April 08, 2012, 11:20:32 pm »
WZGUILIB



http://www.omnimaga.org/index.php?action=downloads;sa=view;down=774


PICS INCLUDED

This is the Second new and improved WZGUILIB with new controls, a window manager and a new look for forms and dialog boxes. This has Forms, Dialog Boxes, Lables, Picture Boxes, Buttons, Radio Buttons, Check Boxes, Numeric Up Downs and Textboxes Textboxes now Scroll and dialog boxes and lables support multiline text, Look at the pictures and read the howthisworks file for more information

**NOTICE- i have fixed all bugs i have found, you may use fullscreen again. this is no beta this is full blown 2.1 with a tabcontrol.... OK, Ok, Tabcontrol beta but it works prety well
NEW windowing system(click anywhere on the forms body to activate it) Try it out... Look at the rest of the images too
UNICODE is comming in V3, read the readme to find out when V3 is comming and what else exciting is planned!!!

ALSO here are your terms of use:
If you mod it, put WZGUILIB--EXTENDED at the top of the source

9
Other Calculators / If only it were real
« on: April 02, 2012, 10:03:39 am »
I wish this was real:
http://www.techpoweredmath.com/apple-texas-instruments-form-alliance/
i mean realy, wouldnt that be awesome!

10
Computer Programming / will a list work for this
« on: March 28, 2012, 02:07:38 pm »
here is what i would like to know...
if i made a class would i be able to put them into a list and then access members if i were to loop through the list?

say i have a class called person and the members are int age, and string name;

i have a list list<Player> p;

could i loop throug it like this:
for (int i = 0; i < p.size(); i++)
{
        cout << somethingtodowithp.name;
}

11
Computer Programming / array help
« on: March 24, 2012, 11:26:50 am »
Ok, as the description says, im a newb to java.
im kinda a newb to arrays over 2 dims.
to learn java im making a small tic tac to game and here is what i want to do...

in a 3D array i want to store all of the possible win patterns, but i want to compare one of those patterns to a 2D array, how would i do that.

i know this might not be the best way to make a tic tac to game, but im trying to learn the language and work with diffrent sizes of arrays

12
Computer Programming / small C# question..
« on: March 10, 2012, 02:09:28 pm »
in vb.net it could be done like this:
Code: [Select]
CType(TabControl1.SelectedTab.Controls.Item(0), RichTextBox).Textthis is to change the text in a rich text box in a certain tab page.
since there is no such function in C#, how would i do this?

13
Miscellaneous / Wow...
« on: February 19, 2012, 09:22:12 pm »
this is something that i dont think is heard of often, at least not in this Century:
http://now.msn.com/now/0219-woman-burned-witchcraft.aspx

14
Other Calculators / WZGUILIB
« on: February 11, 2012, 12:45:53 am »
WZGUILIB



http://www.omnimaga.org/index.php?action=downloads;sa=view;down=774

New and improved version of the old one.
New Look, Dialogs and Lables now are multiline
includes: Forms, Dialog boxes, Text boxes, Lables, Buttons, Radio Buttons, Check Boxes Picture Boxes and Numeric Up Downs
read the howthisworks file for more information

15
Computer Programming / windows gadgets
« on: January 15, 2012, 08:43:33 pm »
im wondering about how to parse an xml file in one... i tried an example i saw on wc3 but it didnt seem to work for this

Pages: [1] 2