14,777 Unanswered Topics
Remove Filter ![]() | |
Okay in case anybody was wondering I solved the class call problem. Now I am trying to create a file for Enemy characters that will store appx 100 different Enemies and depending on the level of the main character apply different stats to those enemies along with a randomly selected … Software Development file-system first-post java storage | |
[url]http://www.cs.toronto.edu/~gfb/csc148/2003F/a2/[/url] is it that we've to make arraylists and then link them or ceate linkedlists nad in them create arraaylist and link linkedlists. please let me know if sample code just how to get started appareciate tht thanks a lot! Software Development java | |
I'm looking for a Table of Contents JAVA script that allows 3 different images. #1 the "off" image #2 the "hover" image and #3 the "selected or clicked" image. I have script that allows me to do rollovers, I'd like to expand it so when an image is clicked on … | |
I am currently trying to retrieve the text from a TreeView in another application. I can do this using a dll and GetProcess method. I can successfully retrieve data from a Treeview with single columns. However, I am having problems retrieving data from multi column TreeViews. I think these are … | |
Hi All, Can any one give me the code for closing a browser window. [code] function closewindow() { if (newwindow && !newwindow.closed) { newwindow.close() } } <input type="button" value="close" onclick="javascript: closewindow()"> [/code] this is what i have and it dont work. also, just a point, the first time i used … Software Development java javascript | |
Hi All, i am using a combination of php and javascript on a current project, but i have got stuck. bellow is a sudo code page to try and explain what i am doing <js> function = newwindow() </js> <form> <?php echo field1> <?php echo field2> <inputtype=checkbox> onclick = submit … Software Development java javascript | |
i found the code to read local ip but i was wondering could it be any smaller then this. #include <winsock.h> #include <wsipx.h> #include <wsnwlink.h> #include <stdio.h> int main() { //////////////// // Initialize windows sockets API. // WORD wVersionRequested = MAKEWORD(1, 1); WSADATA wsaData; if (WSAStartup(wVersionRequested, &wsaData)) { printf("WSAStartup failed … Software Development api c display windows-api | |
well i made this little program to help me check my algebra home work it was soppose to be a simple thing so it is badly coded and rushed but something has happened that i dont understand. i have spotted the problem but dont know why its doing this. for … Software Development c++ | |
ok.. here I am with a double pointer to a 2D array and I am copying the data from another struct in to this 2d struct array. It gives me an illegal opperand error. Code: data.rows=polar.rows; data.trace = (SQwPOL**)calloc(polar.width,sizeof (SQwPOL*)); for (int i=0; i<polar.width; i++) { data.trace[i]= (SQwPOL*)calloc(polar.width,sizeof (SQwPOL)); for … Software Development c | |
ok.. it seems like with every step in my program I stuble on more and more unconrprehendable errors.. this time it is with the printf function. When I am printing: fflush (stdout); puts ("\nOrganized data:"); for (int i=0; i<sdata.width; i++) printf ("'%s',",sdata.ar[i].name); puts ("\b"); for (int a=0; a<sdata.rows; a++) { … Software Development c | |
Hello C problem I am having problems saving a structure to a text file. My structure is below. What is the best way to save this to a file and open it from a file and display it on the screen. I have tried several ways but can't get it … Software Development c display file-system | |
Hi every one, I just want to do a interesting work. But I can't find any clue. Anyone there to help? We know in Destop there are some shortcuts to link a particular program. I want to retrive the information of the shortcut when I click on a particular item. … | |
Geetings, Microsoft had included in its Visual C++ .NET some APIs to extract data out of .PDB files. Microsoft had called this package "DIA SDK". I've looked into the documentation of it in the MSDN, but it ain't as simple as it sounds... If any one of you wise people … | |
I have to write an online dictionary software. I plan to use ATL Web Service, but I don't have any experience in it, and so is the dictionary programming. Can you show me some ideal? Thanks Software Development c | |
I am begginer at C++.I need some help with some parts of my program. Afeter I draw a table on the canvas propety of the forum I have to move a TShape over the table.The problem is whenever I move the Shape some parts of the table are getting erased.The … Software Development c++ | |
I kinda have a problem. What i'm tryin to do is read a couple or lines or so from a text file and then replace all the gender pronouns ie(he, she, him, her) and replace those with gender neutral ones. The problem i'm having is trying to find all the … Software Development c++ | |
Hi, How can I create a list in VB of all the computers connected on my network/domain? I'm (still) using VB6.0SP5. The application schould turn on W2K machines. Best regards, Salvator Software Development visual-basic | |
Hi all, I'm trying to locate information that would assist me in obtaining the BIOS boot order and hard drive parameters in DOS. The hard drive information I think I can extract from the FreeFdisk source code with a little more time, but the BIOS boot order has me stumped. … Software Development c++ hard-drive | |
HI, My project is due tommorrow, I am stuck at this error which i have no clue. I have tried all my best to understand what is its cause but couldn't. I really need help. All I am saying is if you can explain why its doing this. ***Problem*** We … Software Development c++ ios open-source | |
I am unable to open a file using the below code in c++. The code used to work before. I am running this program in unix (sun c++ v4.2 compilers). The file I am reading currently is now > 2GB. I am able to read files < 2GB using this … Software Development c++ file-system ios perl unix | |
Hi I'm trying to write a program that will work with kazaa dat files (ie the files where kazaa stores the downloaded file). Basically my problem is that i need to check if a 10MB chunk of the file has been downloaded, however kazaa stores what it has downloaded in … | |
Does anyone know where I can look at code for checkpinting Java applications? Any info would be very helpful. thanks. Software Development java | |
I'm still continuing on the coding of my chat bot, but I would like to add some other features to it, such as letting the using enter a word, and the program encrypts it and sends the result back. So it will make sending passwords or anything they want private … Software Development email encryption visual-basic | |
Can anyone explain to me how to create an ftp com object in VB Script. Thanks, Software Development visual-basic | |
using the following allocate process function i need a deallocate process function but i dont know how to do it. :unsure: Could anyone help? Here is the code: [code]sub allocateProcess() { my $found=0; my $sizeNeeded=0; my $spaceNotFound=0; my $ID=0; my $size=0; system("clear"); print "Process ID: "; $ID=<STDIN>; chomp($ID); for($i=0;$i<$processes;$i++) { … Software Development perl | |
Hi, I search to one programmer what help me to construction one spider. The spider add urls to one data base. Is for a new websearch. Thank you. Sorry by my english. For more information write me to: <EMAIL SNIPPED> | |
Hello fellow programmers, I have a problem that I have been trying to figure out for a while now. I am trying to use the GDIPLUS library but am having troubles. To test this code as it is meant to be used, open a new solution in MSVC6.0 or 7.0. … Software Development c display first-post image |
The End.