Recent Queries:--
programming categories - 37.70 hr back. (2)
-
dialogbox bitmap devc - 55.89 hr back. (1)
Similar Topics
Keywords : misc applicable programming categories- Runuo Programming
- (4)
there is someone that know programming on runuo and ultima online? I was trying to make so that he
could himself be created account through web but the script that I have for the game server (that he
update the account stored in database and synchronize them with the database) gives an error to me:
( if someone is even than it helps me, it says to me that it does not find the data origin (i think
the database that i specified) given that I have specified: ( perhaps mistake driver -. -...
Programming In Glut (lesson 1)
- The first of a series of tutorials on how to use the OpenGL Utility To (3)
Hello, I'm starting a series on how to program in OpenGL using the OpenGL Utility Toolkit,
a.k.a. GLUT. I chose GLUT because it is quick and easy to write, and very easy to learn. In this
tutorial I am going to teach you how to create a basic window which we will build off of in later
tutorials. Throughout the tutorial I will leave notes to let you know what each command does, and
how you can modify it to fit your needs. Everything in the code section can be copied and pasted
into your compiler and it should compile proporly, if it does not, please let me know, a...
Introduction To Programming
- (1)
Programming In Glut (lesson 4)
- Making 3D objects (7)
Hello, in this tutorial we will be creating a 3D pyramid. We are building this tutorial from Lesson
3, but I took out the 2D objects and placed a 3D pyramid in there instead. The 3rd axis for drawing
can be a litle confusing, but after you get the hand of it you'll do fine. Now when you are
setting a 3D vertex just remember that the camera is on the positive end of the z axis. So things
that have a more positive z axis value are closer than verteces with a more negative value. Well
let's get started We always start by including the glut library CODE #i...
[tutorial] Basics Of C Programming - Part 1
- (11)
Well, I was going through a few posts on C / C++ on asta .. and found a very less C related
subjects. I went through the entire tutorial of mastercomputers >>HERE .. It was a nice
tutorial for guys who have a little knowledge of programming basics and want to go into hardcore
programming. Since there was no Basic overview of what C was, i thought of writing one /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />. I wil make shure that what i
write will be 100% accurate, but its human to error so please correct me if i am wrong. Let...
How To Save A Image In Pdf File And Download It?
- Programming script need hepl. (10)
Can anyone tell how to save an image into a PDF file and download it without need to save it on the
server? Thanks. All sugesstions are welcome! Wrong section. Topic moved to Software >
Graphics & Web Design. ...
Help A Beginner Start On With Game Programming
- (8)
I would like to make some game- no matter what but I have NO idea about programming. I only know php
a bit, html, java script and css, but I'd like to have game not in the internet but let's
say a real one... any idea, or progamm which might help?...
Starting Programming
- Where to begin? (15)
I am new to programing and I am confused about where to start. I would like to learn how to make
programs but i hav no clue how to. Thanx...
C# Tutorial : Lesson 3 - Programming Constructs
- (1)
Conditional Branching By branching we imply, having different paths for execution.
Conditions are used to determine which statements need to be executed. Suppose, you have a program
to store the details of employees. Depending upon the post of the employee, there would be various
fields associated with it. A department head, for example, would have a property denoting the
department he heads, etc. We use conditional branching in such a scenario. C# provides the
following conditional constructs:- if .. else Syntax:- if ( ) { statements } else { statement...
Does Anyone Code Using Turing
- A student programming language (2)
Does anyone use Turing here? It's a Delphi/Pascal based programming language developed by
University of Toronto and is now owned by Holt Software in Toronto. Sample: var name:string var
input:string put "Please enter your name" get name:* cls put "Please enter your message: " ..,
input cls put "Your name is: ", name put "Your message : ", input It should accept your name and
show your name and message. xboxrulz...
A Few Thoughts On Freelance Programming
- Some things I've learned along the way. (9)
I've been freelancing my PHP / Web skills for about 8 months now. It seems like every job I
have taken is always much larger than I planned on. About 4 months ago, I answered an ad for Joomla
Tutoring! I get to the website, take a look around and realize that something is very wrong...
The individual that hired me to be a tutor had hired another developer to set up the new Joomla
based site and create a new template for it. Generally speaking, if you are really good at HTML and
CSS, you can create a Joomla template with very little PHP knowledge. At first I...
Need Help Programming With Databases (VB.NET)
- Need some help please! (9)
Hi all, I have decided to do a major IT project on Visual Basic .Net 2005. I know some of the basics
and know what i'm doing. But i have come asking for some help in how to program with databases.
I was wondering if there was anyone out there that knows what they are doing and if they can help.
All I really need to do is to make the program read several different fields and open the as one
entry to be edited. and also to find a value in one of the entry's (like a search) and use other
entry's in that field to input into the program. Even if you could point...
What Shall I Learn First In Programming ?
- How to begin programming ? (11)
Hey guys i'm posting here because i've a doubt, about 1 year ago i started to develop a
certain taste for programming, at first i tryed code Websites using Html ,then with php, then Mysql,
and at last all together. Now i alreday finished my hardware Reparation course, but that old taste
for programming is calling me to do other thing else besides repair hardware. Meanwhile i've
develop taste for other several kinds of languages and i'm a bit confused because i dont know
whitch programming language bring me future. So i wonder what programming language sha...
C# Tutorial : Lesson 4 - Object Oriented Programming
- (2)
Object Oriented Programming Object Oriented Programming is a methodology modeled on real
life. It comprises of the basic unit, an object, being used in implementing a program. Think of all
the objects around you - cars, buses, birds, trees, etc. You will find countless ones of them,
everywhere you go. In order to tackle this huge number, we started classifying them, thus came the
term Class. Class A class is a composition of the theoretic characteristics (attributes and
properties) of an object and the things it can do - behaviors, methods and features. Tak...
Rpg Maker Xp Rgss - Ruby Discursions
- Talk about programming techniques used in the RGSS (1)
What are the methods from the "Time" class in the RPG Maker XP. Is it native from Ruby? Since
it's not open for editing, I don't now what are the methods I can use with it. What are the
options I have for "comparing dates" there? ...
Programming Games With C/c++ And Sdl
- Great tutorials (1)
Hello, I post a link to some great tutorials at C/C++ programming with SDL. You can easily learn
how to make a 2D cross-platform game. They're really easy-to-comprehend and well-explained.
Link PS: I'm not an author of those! kaziorvb...
Where to start Programming ?
- (7)
I want to learn how to crate new programs but i dont know where to begin. Please tell me the best or
easy to use program that will help me create new programs. /biggrin.gif"
style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> Thanks...
Poll / Debate: Is Php A Programming Language Or A Scripting Language?
- (12)
There is an ongoing discussion about the nature of PHP that is taking place in the shoutbox, and I
think it should be moved into a topic in its own right. People seem to be divided into 3 camps.
Some people are saying things like: "but php is a programming language..." "it is a full-fledged
programming language; it's actually quite similar to c++, and also offers classes, which I
consider a powerful feature" Then again others are saying: "by official definition I would imagine,
I don't like thinking of it as one" "someone i know is making a php bnc, but in all...
Where To Start Learning Programming
- Please advise me on which language to (16)
I am a beginer to programming i wish to know from which language should i start programming C, C++
Is there any problem if i jump directly to vb or like please respond where can i find good beginer
tutorials Thank you...
Programming C In Windows
- 2 questions (8)
Ok I usually would use Linux to program because there is a compiler (gcc), but I need to use Windows
to program for now because of a few unexplained reasons. I need to find a compiler for Windows that
will compile the C language. I have tried Microsoft Visual C++ Express 2008 but I find it to be way
too bulky and hard to use. The command-line compiler is similar to gcc I guess, and it creates
executable files for Windows, but the compiler in the actual program compiles C++ but not C for some
reason. And it will only compile files in projects, not standalone files. In my...
Programming In Glut (lesson 6)
- Texture filters and lighting (1)
This tutorial demonstrates how to use texture filters and will let you see the differences of each
filter. I will also be introducing lighting into this tutorial. We first have to create our
"bitmap.h" header file with the functions we use to load our bitmaps, this is changed from the last
tutorial to fit the needs of this one. The first thing to do is to link all of our OpenGL libraries
and include our needed headers for the functions we will call. CODE #pragma comment(lib,
"opengl32.lib")//Link to the OpenGL libraries #pragma comment(lib, ...
Programming In Glut (lesson 3)
- How to animate objects in GLUT (1)
In this tutorial I am going to talk about how to get animation in your program. I will be working
directly off of Lesson 2 and will now take out the notes left behind from Lesson 1, but I will leave
the notes from Lesson 2. CODE #include<glut.h>//include our glut library First we
are going to initialize a variable called "time" which will record how much time has passed so we
can use it to determine how to animate the objects. Then we have our init function that initializes
some stuff in GLUT CODE float time = 0;//(NEW) variable to recor...
Win32 Api: Modal Dialog Box Problem
- C++ Win32 API Programming (1)
Here is my problem, I want to create a modal dialog box (application modal) that has a keyboard
accelerator assign to it. I just don't know where to put the TranslateAccelerator() function
with regards to modal dialog box since the message loop is inside the function DialogBox(). So how
to I make a modal dialog box which has a keyboard accelerator assign to it?...
How Long Have You Been Programming ?
- (99)
Lets start this thread and find out more about our coding roadmap! The first code I ever wrote
was on a BBC Micro Computer that came with its on embedded ROM-OS and ROM-BASIC - this was when I
was in my 5th grade (1990-91). It was pretty powerful for those times, offering decent 16-color
graphics and a powerful sound engine behind it (using normal computer speakers) - that PCs never
achieved. In about an year or so, I shifted over to PCs coz the lack of applications for the BBC
Micro was getting to me (all appz for it had to be either written in Assembly or that ...
Programming In Vb .net, Vista Compatible ?
- (15)
I am at the start of my end year project, and i have decided that my front end would be in VB .NET
2003/2005 (havent decided the versions yet). Couldent really decide on the versions because i still
havent worked on 2005 so i wouldent know. But if anyone can point out the positive and negative
points, it could save me some search energy /smile.gif" style="vertical-align:middle" emoid=":)"
border="0" alt="smile.gif" /> Anyways, back to topic. I was wondering if the application i make in
VB .NET would be compatible with Windows Vista ? The reason i am asking this is beca...
Something To Start With...
- I want to start programming (3)
Ok, I would like to start learning programming but I do not know where to start. For web designing,
I used to use Microsoft FrontPage 2000, that generated somewhat usable pages, but my first
experiences with HTML was learning from a book that I got from the library, then I ended up at
W3Schools , where I finished learning HTML and started other stuff, like CSS and PHP. For
programming however, my first experience was using Microsoft Visual Basic 2005 Express edition,
creating a "Hello World!" program (the simplest thing), and then trying to use some free
tutorial b...
Perl Programming Language
- (1)
Hi, I want to use a big number in perl programming language. Unfortunately, my perl software does
not support "BIGNUM". Is there another way to replace "BIGNUM" to solve my problem. Thank you for
your feedback. ...
If Programming Languages Were Cars...
- (4)
This is a very funny article about computer languages being like cars:
http://www.cs.caltech.edu/~mvanier/hacking/rants/cars.html ...
What Are Some Good Game Programming Books ?
- (3)
Can sombody tells me some good books for game programming with C++? /wink.gif' border='0'
style='vertical-align:middle' alt='wink.gif' /> ...
Anyone Here With Experience In Graphics Programming?
- (2)
Hey all, I'm looking for someone who's got good experience in Graphics Programming
(Algorithmic Graphics as opposed to PhotoShop and the likes). I require someone who'd work with
me in a joint venture in running a graphics oriented site - that'd involve a lot of coding using
PHP's GD/Imagemagick libraries. However, experience in any other language (C++/C#/VB.NET with
GDI+) would do just fine... coz the same algorithms can be implemented in any given language with
just minor modifications. Cheers, m^e ...
Looking for MISC, (not, applicable, to, above, Programming, Categories)
|
|
Searching Video's for MISC, (not, applicable, to, above, Programming, Categories)
|
advertisement
|
|