I am writing a turtle graphics program and I need help with 2 characters to show when the direction of my turtle is up or down. I am using
…
Memory Loss? Not always a problem
Have you ever wondered why after spending some time working on your computer, that the more programs you open and close, the less …
Intro
PHP-Nuke comes preloaded with a lot of metatag information, however the keywords pre-installed are not likely to be very useful for your site. The keywords are keywords that are …
Hi everyone, im really stuck! I need to create a front end web site with a back end access database for my module at university. i have no idea how …
hi everybody.
i am trying to develop a program that will be able to read and export informations (hw, sw, kernel, netstats..ecc) from a linux computer.
my idea …
please explain in detail how computer work.in term of computer processing cycle.for example when we start compuer how comper parts(ram,processor,hard disk,busses,etc )perform task or work.and how windows work. …
you can shut down your pc from dos prompt like this :
type .... shutdown -s ( it'll give you 30 secs to save your work and then it'll …
[qoute]
If you have a folder called Data in your C drive, in Data folder there are day_01.txt, day_02.txt ,……………………day_30.txt . you need to build a program that called …
i am totally stumped on what to do here. basically whats goin on is i have a 3D dynamic array and i need to have a cursor inside of it …
:confused:
Hello i am a newbie in programming in c++ and in linux. I hav knoppix in cdrom and i want to start programming in c++ with
the …
Alright... first off I hate fgets with a passion :)
Anyway, I am wanting to read a file into a 2 dimensional array and then randomly select one of …
Write a C-Program that swaps the elements of 1-D array (10 elements) :
Example:
If the given array is:
5 8 9 2 3 1 11 17 …
The following code finds the square root of a number, it runs fine unless you compile with MinGW gcc:
#include<stdio.h>
#include<stdlib.h>
int main(void)
{
double x0,x1,a;
int i;
x1 …
Hey, i just got alil problem. Im trying to create a 2d array with a size of [1000][1000]...
double variable[1000][1000] = { 0 };
its compiles fine but when …
I've looked and looked. Changed hostname files, nodename, played with init.d/network, sys-unconfig etc...
I'm using Solaris 9 on an x86 laptop. Here it goes:
I had booted Knoppix …
Hi:
I am beginning to develop a project (game) that will be using graphics: I am trying to implement a view that is an image onto where other images …
This is a program I wrote for my x86 assembly class which bounces an ASCII ball across the screen. It uses Irvine32.inc which came with the textbook.
Tim Berners-Lee has a blog that is, more often than not, worth reading. Certainly that has been the case over the weekend as the inventor of the World …
I am doing a little research on which forums are usually used by the average Joe. :o
hi,
will someone point me the reasons why a call to malloc fails even if we have enough memory ?
Hi.
I'd like to ask you another question. I read a lot of articles about the topic but I'm still not very sure how to deal with the following …
Hi everyone
I am relearning to use VB after taking classes almost 10 years ago. I am stumped on remebering how to open a file using a command button.
…Hey
I was wondering if there was anyway, when installing software from the packet manager, how can I choose the installation path directory?
Thanks
Hai...
How to Usercontrols with Shortcut Keys[F1,F2,F3,CTRL+O]...
I am creating one windows apllication..
the apllication contain many form..
in one form i am used one usercontrol(parent …
hi to all
how to obtain the date and time of server from client by vb coding
anyone plz tell me
is it possible in vb
…
One of my friends sent me a message on msn messenger about pictures. Then he sent me a file called PictureAlbum2007.zip. After i downloaded it, I unzipped it and found …
hi to everyone,
Im creating an application which it can show all records of the two tables in single form. its like costumerTable and OrderList. how can i show …
g'day new friends,
we have the following pop up warning window:
<Could not load File or Assembly 'MOM.Implementation, Version=2.0.2736.38608, Culture=neutral, PublicKeyToken=90ba0c70f846762e' or one of its Dependencies, The system …
Hello all,
I've tried reading back threads and the various posted tutorials, etc that here and I've not stumbled upon the answer I'm looking for.
I am attempting …
Hi
I am working on a payroll program which have 3 forms.
First form has three text box (First name, Surname, Total Hour) and one command button Calculate.
This week, developers for the Ubuntu operating system are meeting in Seville, Spain to begin work on a new version of the distribution, Mobile Ubuntu. Designed to work with Intel's …
In the customer service game, perception is everything. It can spell the difference between a company recording its annual revenues in black ink or red.
I read a story …
The new version of the GNU Affero General Public License has been published by the Free Software Foundation, based upon the existing GNU GPLv3 license but with one …
Has anyone code for a registration procedure in ASP. I will registrate the users in my database before they can use the database facilities.
Users can ask services and …
Greetings!
I designed a simple program in VB6 with a background picture in my main menu form. but when i try to install this program to other computer having …
I am writing a C++ program to convert feet and inches to meters and centimeters and vice versa. I am having a problem figuring out the conversions. What I have …
I have a asp.net c# web form, when the page load I want to display client computer date and time.I used DateTime.Now.Date() for this. it works well in …
hi guys, I just wanna learn how to convert from ASCII character to the value e.g. input X then the output is 10 etc.
anyone know please help
…
PLEASE GIVE ME ANY C++ PROJECT FOR CLASS 11, WHICH SHOULD INCLUDE IOSTREAM, CONIO, STDIO, STRING, PROCESS, STDLIB. GRAFICS ARE NOT ALLOWED IN THE PROJECT. IT'S URGENT PLEASE SEND ME …
hi,
i want to develop a application....
where the user can enter the no of text boxes he wants..in the next page based on the user input it …
hi,
i am runnning a php script where i try to decompress a file and the untar it.
the file in suppose x.tar.gz. so in my php script …
ssh: Permission denied, please try again. #1 14 Hours Ago
Hello guys:
I am trying to ssh from box1 to box2. The user is user1 and IPbox2 is …
I follow the instruction from the book i bought which says insert the fedora dvd in the dvd drve, however, it seems like my pc is not booting from dvd …
Modify the Payroll Program so that it uses a class to store and retrieve the employee's
name, the hourly rate, and the number of hours worked. Use a constructor …
The following piece of code is supposed to add html spaces in place of leading spaces.
/**
* Finds all leading spaces on each line and replaces it with …
Hey, I am currently trying to read a text file, which looks something like this:
1
2
3
4
.
.
a
…
I have created an application in VS 2005 pulling reports created in Crystal Reports XI Release 2. My problem is I have a couple of reports that have linked subreports …
Right i have made a rather nice little background and ocean type thing in 3d max. I am now trying to animate the ocean using this tutorial.
i can write to the file with no issues, but cant read. i have defined the file to append so as not to overwrite data. then i write to it
…