Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 500
Search took 2.30 seconds.
Search: Posts Made By: DELOCH
Forum: Computer Programming 12-21-2012, 08:29 AM
Replies: 10
Views: 3,682
Posted By DELOCH
Does anybody know how to go around making basic...

Does anybody know how to go around making basic monitor/mouse/keyboard control program that runs off a floppy/CD at startup on BIOS before the higher level OS is loaded? It sounds pretty...
Forum: Computer Programming 12-20-2012, 10:18 AM
Replies: 1
Views: 912
Posted By DELOCH
I have the same problem, there are many...

I have the same problem, there are many libraries, namely
OpenGL (C)
DirectX (C)
SDL (C)
Allegro (C)
SFML (C++)
and more

OpenGL and DirectX are really efficient but they are so low level...
Forum: Computer Programming 12-20-2012, 10:09 AM
Replies: 0
Views: 316
Posted By DELOCH
Unhappy Library HELL, please help

Dear Veteran Coders.

For many years now, I have wanted to practice C++ and C outside the scope of the "standard libraries", I want to play around with OpenGL, cegui, SFML, Allegro, cairo,...
Forum: Computer Programming 11-10-2012, 11:20 PM
Replies: 2
Views: 2,167
Posted By DELOCH
Many ways to do that, but I would suggest looking...

Many ways to do that, but I would suggest looking into scripting.
some options are Python, Ruby, and Perl.

There could be more specialized tools to get this done, but scripting languages give...
Forum: Computer Programming 11-10-2012, 11:15 PM
Replies: 4
Views: 2,401
Posted By DELOCH
C++ is just a language, just like HTML, Java, or...

C++ is just a language, just like HTML, Java, or Visual Basic.

The things that you want to learn are not C++, but game programming concepts.
I believe gamedev has a forum of people who can...
Forum: Computer Programming 11-10-2012, 11:04 PM
Replies: 2
Views: 781
Posted By DELOCH
what do you mean by factory default programs? ...

what do you mean by factory default programs?

Do you mean fresh install?

Sadly, there are very few default scripting/coding utilities on a fresh windows and doing
such a thing in a command...
Forum: Computer Programming 11-10-2012, 10:56 PM
Replies: 0
Views: 388
Posted By DELOCH
C simple file IO

I want to do a few tests to check my understanding of file IO, they are as follows:

1) create a file with exactly 404 bytes, no more, no less
I accomplish this by

/* creates a file of exactly...
Forum: Computer Programming 10-20-2012, 10:07 PM
Replies: 1
Views: 1,387
Posted By DELOCH
Let me rephrase the problem. The program...

Let me rephrase the problem.

The program works under ssh, and linux, but doesn't give desirable output
in MINGW.

Is there a way to redirect a file to program in MinGW?
Eg:
filea.txt:
A B ...
Forum: HTML & CSS 10-15-2012, 04:58 PM
Replies: 12
Views: 708
Posted By DELOCH
You can somewhat accomplish this by using a fixed...

You can somewhat accomplish this by using a fixed size layout for the main section that you want centered, then place the elements inside this main section.

You have to consider the case when...
Forum: XML 10-15-2012, 04:47 PM
Replies: 5
Views: 1,731
Posted By DELOCH
While sun is right that the intuitive approach is...

While sun is right that the intuitive approach is by using server side scripting, you can
Use XML DOM to do this.

I have not looked into it, but hopefully looking over...
Forum: Geek News and Humour 10-14-2012, 12:24 AM
Replies: 0
Views: 948
Posted By DELOCH
Why I love programming

I was making a simple test program to do some simple things, and somewhy, I got a giggle out of this test program,
perhaps I am the only one, but I wanted to share it.


#include <assert.h>
...
Forum: Computer Programming 10-13-2012, 11:06 PM
Replies: 1
Views: 1,387
Posted By DELOCH
c accept redirect file

I am making a test program that is redirected a text file and the program
is required to store and display the redirected input in an string.

sample run:

given mytextfile.txt:
T
TE
TES
TEST
Forum: Computer Programming 09-26-2012, 06:36 AM
Replies: 21
Views: 8,721
Posted By DELOCH
I love Java because of its large base library and...

I love Java because of its large base library and huge amount of documentation.
Forum: Computer Programming 09-26-2012, 06:03 AM
Replies: 3
Views: 1,108
Posted By DELOCH
a=7 t=(--a)+(--a)+(a++)+a; =6 + 6 + 0 + 8 =...

a=7
t=(--a)+(--a)+(a++)+a;
=6 + 6 + 0 + 8 = 20

a++ becomes 0 in that situation for some reason which I do not understand
Forum: Java and JSP 08-27-2012, 04:01 PM
Replies: 1
Views: 1,215
Posted By DELOCH
I believe she is using tile editor to make them,...

I believe she is using tile editor to make them, similar to mappy http://www.tilemap.co.uk/mappy.php

Here's a similar topic on another forum, it got some decent responses you might want to look...
Forum: Java and JSP 08-27-2012, 03:53 PM
Replies: 3
Views: 911
Posted By DELOCH
So basically ME is associated with the inner...

So basically ME is associated with the inner class, while YOU is only an object of the inner class, and the actual instance exists outside of the scope of the inner/outer class, so by adding static,...
Forum: Java and JSP 08-26-2012, 06:17 PM
Replies: 3
Views: 911
Posted By DELOCH
Can somebody explain this error?

Illegal static declaration in inner class ShuPong.ShuPongPanel
meaning: modifier 'static' is only allowed in constant variable declarations
recreate:
public class Dummy {
...
Forum: Computer Programming 11-27-2011, 11:59 PM
Replies: 0
Views: 626
Posted By DELOCH
Trie Trees

I am making a Trie tree library which allows a dictionary to be parsed words and inserted into the trie.

THIS IS AN ASSIGNMENT, AS SUCH, I AM ALLOWED TO RECEIVE FULL HELP, BUT I WANT SMALL, VERY...
Forum: Computer/PC discussions 06-15-2011, 09:32 PM
Replies: 1
Views: 1,333
Posted By DELOCH
It's been awhile, can somebody help answer this...

It's been awhile, can somebody help answer this question?

It's been bothering me for a while, windows 7 is very sloppy in fully-non-aa mode. especially with Adobe Reader, Visual Studio, Internet...
Forum: Java and JSP 06-04-2011, 01:39 PM
Replies: 2
Views: 1,125
Posted By DELOCH
Perhaps you're right in the respect that it is...

Perhaps you're right in the respect that it is not illegal.
However surely there are alternatives to using a null layout.
Some sources say that I should implement my own layout manager to...
Forum: Java and JSP 06-02-2011, 02:17 AM
Replies: 2
Views: 1,125
Posted By DELOCH
null layout

if null layout is bad practice, how can code like the following be properly written.

/* Required imports */
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;

/**
* A class...
Forum: Computer Programming 05-30-2011, 12:12 AM
Replies: 2
Views: 927
Posted By DELOCH
Modding Windows

What can I use to modify windows to accomplish tasks such as ones below:
1) Folder description (mouse over folder shows text that is inside info.txt of that folder)
2) Widgets such as...
Forum: Computer/PC discussions 05-27-2011, 03:01 AM
Replies: 1
Views: 990
Posted By DELOCH
Question Blackberry trackpoint for laptops.

Why are there no laptops with blackberry phone's trackpoint? It's so much more comfortable than the old laptop trackpoints or the touchpads.
Forum: Computer/PC discussions 05-22-2011, 12:49 AM
Replies: 3
Views: 991
Posted By DELOCH
Nevermind, I made a really bad mistake of -- not...

Nevermind, I made a really bad mistake of -- not knowing what power pins were... it works now... thanks!

-----

500Watt

I only plugged it in and connected the monitor into the slot.

There...
Forum: Computer/PC discussions 05-21-2011, 06:16 AM
Replies: 3
Views: 991
Posted By DELOCH
Radeon HD 5830 PCIE2.0

Can I put a Radeon HD 5830 into a ASRock 4 CoreDual-VSTA motherboard?

If so, how, it beeps whenever I attempt to...

ASRock specs:
http://www.asrock.com/mb/overview.asp?model=4coredual-vsta
...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT +1. The time now is 05:06 AM.