Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 20
1
2
3
11
>
Last
»
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
Usb drive game
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
Fastest/efficient library for (2D) graphical application in C++?
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
Library HELL, please help
Views:
316
Posted By
DELOCH
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
What Language Can Do This?
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
Getting started with C++
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
programming question
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
C simple file IO
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
c accept redirect file
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
Image drifting relative to background
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
Transform Html data into xml
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
Why I love programming
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
c accept redirect file
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
What is your favorite programming Language?
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
Simple c program-please explain output.
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
Java 2D Game Programming Level Design
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
Can somebody explain this error?
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
Can somebody explain this error?
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
Trie Trees
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
Antialiasing for Courier new in Windows 7
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
null layout
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
null layout
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
Modding Windows
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
Blackberry trackpoint for laptops.
Views:
990
Posted By
DELOCH
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
Radeon HD 5830 PCIE2.0
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
Radeon HD 5830 PCIE2.0
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
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
05:06 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.