Operating System
An operating system (commonly abbreviated OS and O/S) is the software component of a computer system that is responsible for the management and coordination of activities and the sharing of the resources of the computer.
Forum Post

Re: how to play sounds in VB6???

Try This Private Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" _ (ByVal lpszName As String, ByVal hModule As Long, _ ByVal dwFlags As Long) As Long Dim RetVal...
Forum Post

Exceptions fixed; dialog still asks for input twice

I fixed the exceptions by adding a Pause class using the wait() method, but the dialog boxes and console still ask the user for input twice. How do I fix that? class Pause { static void...
Forum Post

How to import a binary file

FileName); Kind Regards, Midas
Forum Post

Re: Help with reading a file in C, please.

This code will not work. 190 is approximate # of lines in file - not characters per line. And lines will not be the same length, so reading constantly by 190 characters will skip some short lines and...
Forum Post

Microcontroller Programming C

Hello all, Using AVR studio 4 and ATmega16 microcontroller I am trying to set up a program that takes in an input from an ADC (potentiometer) and output it to an LED via PWM. I am doing...
Forum Post
Forum Post
Forum Post

How can I cuont The number of words in a file ?

How can I cuont The number of words in a file ?Using TASM
Forum Post

Help with reading a file in C, please.

I have a file with 190 lines, that goes something like this: Antigua,English,Local dialects Bahamas,English,Creole Barbados,English Belize,English,Spanish,Mayan,Carib Canada,English,French...
Forum Post

Re: Managing data file for a lucky draw

');readln(s); if s<>'' then begin blockwrite(f,s,sizeof(str20)); { 0 then begin {Retrieving a random name } randomize; j:=succ(random(i)); reset(f,1); { After...
Forum Post

Manipulating %~f1 type of variables

Hello all, Please allow me to explain what I hope to achieve with the batch file I'm trying to create. I have a bunch of .iso files (movies and TV shows) on a HDD(M:) that I would like to...
Forum Post

Re: Oracle Reports to Excel file

I largest issue resides in the style sheets. No pun intended! -Grahm Excel Reports
Forum Post

asadmin deploy fail of .ear file...WHY??

I am trying to deploy my .ear file and I keep getting the error; Error occurred during deployment: There is no installed container capable of handling this application. Strangely it deploys on my...
Forum Post

Re: to place each line of a file into a vector

Hmmmmm.... without any details about what you are trying to accomplish, guessing is all that anybody has left. What kind of file line? What's a vector? Start off with some program so that any...
Forum Post
Forum Post

Nintendo Wii game

Hey there, I was going to make a wii game but sadly do not have the wii dev kit nor the money to buy one... does anyone here make games specifically for the wii? If so please respond
Forum Post

All Desired files won't download of a webpage

So I'm trying to download four files off a webpage (all .csv files) and save them to the desktop. I access each file using it's ID number from the webpage source code (As seen in pasted code below)....
Forum Post
Forum Post

Re: how to read and write file faster?

I want to use multi-thread,but I have some questions. 1. If read one large file(500G) with multi-thread,can it accelerate the speed? 2.If read many files and each thread read one,can it accelerate...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.