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: Files detect

you'r the man. thx a lot, this is all i needed. there's alot to learn about dos unit but i have no choice
Forum Post

Re: HTML to PDF automatic conversion

I recommend this converter to you. (PDF to HTML Converter) Convert your PDF files to HTML using the PDF to HTML converter and easily integrate resulting HTML files in your existing web site...
Forum Post

Re: writing custom files(with specific data structure)

why don't you use an xml instead to write the config file you want as i understand you wanna to keep it updated and only the fields that the user checked will be written so it so much easier in xml...
Forum Post

Files detect

Is there a way that Pascal can detect files of a particular extension in a directory and no given name? If it can be done can you give me some code?
Forum Post

Fatching Values from Property files

Hi I have a porperty file something like that download.section1.title=Section one download.section1.desc=Section one dec download.section1.item1.txt=Section one item 1 download.section1...
Forum Post

please help asap

Here is the assignment i need help with. the assignment (word doc) along with a main code and function file are in a .rar. thanks
Forum Post

Re: Text file manipulation problems /sigh

sorry, to clarify I am using VB 2010
Forum Post

Reading a text file in matab with first character %

Usually, matlab treats the code after % as comment when it reads a text or dat file. If my first character is % in a dat file, how to prevent it from recognized as comment in matlab when i read it?
Forum Post

Problems with other people's Vista!

Hi I have an application that runs fine in XP, and also in Vista on my laptop. However users are reporting problems in Vista, particularly concerning saving files and this message when they quit the...
Forum Post

Re: Using files in freepascal

Well to tell you the truth i'm not quite sure where to start... Im looking to write a program that takes in files and sorts them so the next time you go into a folder the files are ordered...
Forum Post

Re: FreePascal filenames to text files

thank you so much! Do you mind explaining your code, i'm kind of a beginner :D Thanks again
Forum Post

Re: Using files in freepascal

Sure we can help. Got some code for what you have so far?
Forum Post

Re: FreePascal filenames to text files

{ Compiler FPC v.2.4.0 } uses dos; var rec:searchrec; t:text; i:longword; begin assign(t,'Files in current folder.txt'); rewrite(t); i:=0; findfirst('*.*'...
Forum Post

Re: opening a file from the disk and putting it in a structure

Try this: 1. Get the full path to the program EXE file. In Win32 use GetModuleFileName() function. You get back a string with something like this: "C:\Dir1\Dir2\Dir3\Program.EXE" 2. Cut off...
Forum Post

Problem of entering 13 in database file

Data entered Name Marks Anil 35 Ram 43 Hari 13 (It is not accepted) #include #include int main(void) { FILE *stream; int handle; char ch,ch1;...
Forum Post

Running programs from command line in asm

Hi! I'm currently programming a os in asm, and currently I need help with one thing. How do I run binaries from my boot-floppy? I'm currently setting up the kernel to read fat16, and it reads the...
Forum Post

Re: Data file handling

I *think* you can use ifstream object.peek() to determine whether or not the EOF bit is next; however, I haven't used C++ in years, so I can't recall if it's good practice or not. int ch;...
Forum Post

Re: Data file handling

Thaks HK_MP5KPDW. However, could you explain with a code.....
Forum Post

Re: Data file handling

Please use code tags when posting code samples in the future. while (! in.eof ()) I would be very suspicious of any bit of code that test EOF to control a loop. In most cases this is the wrong...
 

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.