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.
Language
Any
Platform
Any
License
Any
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
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...
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...
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?
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...
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
sorry, to clarify I am using VB 2010
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?
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...
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...
thank you so much! Do you mind explaining your code, i'm kind of a beginner :D
Thanks again
Sure we can help. Got some code for what you have so far?
{ 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('*.*'...
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...
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;...
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...
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;...
Thaks HK_MP5KPDW. However, could you explain with a code.....
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...