Show Contributions
|
|
Pages: [1] 2
|
|
2
|
General Discussion / Computer C and C++ Help / VS 2012 + SDL issue
|
on: 02 February, 2013, 06:01:26
|
|
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
|
General Discussion / Computer Projects and Ideas / OS Disks
|
on: 06 September, 2012, 01:56:03
|
|
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.
|
|
|
|
|
6
|
General Discussion / Computer Usage and Setup Help / odd network problem
|
on: 27 May, 2012, 23:29:08
|
|
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
|
Calculator Community / ASM Language / The User Program Variable
|
on: 29 April, 2012, 04:02:53
|
|
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
|
Calculator Community / Other Calculator Discussion and News / WZGUILIB
|
on: 09 April, 2012, 05:20:32
|
WZGUILIBhttp://www.omnimaga.org/index.php?action=downloads;sa=view;down=774PICS 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
|
|
|
|
|
10
|
General Discussion / Computer C and C++ Help / will a list work for this
|
on: 28 March, 2012, 20:07:38
|
|
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
|
General Discussion / Computer Java Programming Help / array help
|
on: 24 March, 2012, 17:26:50
|
|
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
|
General Discussion / Other Computer Languages Help / small C# question..
|
on: 10 March, 2012, 21:09:28
|
in vb.net it could be done like this: 1
| CType(TabControl1.SelectedTab.Controls.Item(0), RichTextBox).Text |
this 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?
|
|
|
|
|
|