473,406 Members | 2,217 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Isn't C Programming In DOS, A Part Of This Newsgroup?

Hello

I was asked to try another group in an earlier post, I was writing the
program in C inside a DOS window. Software of choice -> (Borland Turbo
C++ 1.0).

Nobody uses DOS anymore?...I'm I the only one?

Dos is not the issue! It's weather or not C programming is still
excepted by users writing programs for the DOS operating
system...........some people don't agree.

This is lang.C ........right? Where does it say you have to program in
Windows or DOS for that matter?

People seem to forget where it evolved from, even though I had a
couple issues with a enviroment variable in the autoexec.bat file, I
tried keep the subtance of my post within the bounds of this group.

I picked up a book called "Microsoft C" by Kris Jamesea it was
published in 1988, got it from library that I used to write a program
earlier.....
with a little help from others here in this group.

There you have it.............it's old, so what!!

It's far from dead I would think!!:).......haha

Neil
Nov 14 '05 #1
6 1216

On Sat, 25 Sep 2004, ~neil~ wrote:

I was asked to try another group in an earlier post, I was writing the
program in C inside a DOS window. Software of choice -> (Borland Turbo
C++ 1.0).

Nobody uses DOS anymore?...I'm I the only one?
Pretty much. Even I use the WinXP console these days. :) But that's
not the point. The point is that this newsgroup doesn't discuss DOS.
We discuss the C programming language. If you want to discuss DOS, then
you should go to a group such as comp.os.msdos.programmer (I think that's
right) that does discuss DOS.
The C programming language is much wider than DOS --- wider even than
Microsoft! So it doesn't make any sense to ask us about DOS specifics,
since most of us don't use that system. (Notice that questions about
Unix, Linux, VMS, OS/X and all the rest get the same treatment.) At
the same time, standard C is "narrower," too, than the stuff you're
asking. 'execvle' (or whatever) simply doesn't exist in standard C,
so even if I /did/ know how to use it on my own system, that knowledge
might not translate to /your/ system at all.
[...] People seem to forget where it evolved from [...]
"It"? C is most closely tied to Unix by lineage. DOS is not Unix.
And Unix is off-topic here too. Here, we talk about C.
I picked up a book called "Microsoft C" by Kris Jamesea it was
published in 1988 [...]


Throw it away; it's no good for learning anything resembling modern
C programming. In 1988, ISO standard C didn't even exist! If you want to
learn standard C (C you can get help on in this newsgroup), you should
definitely get a copy of Kernighan and Ritchie's book. But first you
should read the FAQ for this newsgroup, so you know what you're getting
into.

HTH,
-Arthur
Nov 14 '05 #2
~neil~ wrote:
I was asked to try another group in an earlier post, I was writing the
program in C inside a DOS window. Software of choice -> (Borland Turbo
C++ 1.0).

Nobody uses DOS anymore?...I'm I the only one?

Dos is not the issue! It's weather or not C programming is still
excepted by users writing programs for the DOS operating
system...........some people don't agree.

This is lang.C ........right? Where does it say you have to program in
Windows or DOS for that matter?

People seem to forget where it evolved from, even though I had a
couple issues with a enviroment variable in the autoexec.bat file, I
tried keep the subtance of my post within the bounds of this group.

I picked up a book called "Microsoft C" by Kris Jamesea it was
published in 1988, got it from library that I used to write a program
earlier.....
with a little help from others here in this group.

There you have it.............it's old, so what!!

It's far from dead I would think!!:).......haha


The comp.lang.c newsgroup is a good place to get bad advice
about programming in Windows or DOS.
Lots of subscribers to this newsgroup
would be happy to answer your implementation specific questions
if you would just post them to an appropriate forum
such as comp.os.msdos.programmer or one of the windows newsgroups.
We are *not* omnipotent. We're just know-it-alls.
If you want reliable, expert advice about DOS or Windows programming
go someplace where there are real experts.
Nov 14 '05 #3
~neil~ wrote:

Hello

I was asked to try another group in an earlier post, I was writing the
program in C inside a DOS window. Software of choice -> (Borland Turbo
C++ 1.0). [...] This is lang.C ........right? Where does it say you have to program in
Windows or DOS for that matter?

[...]

You seem to be confusing "writing a program in C which will happen to be
run under DOS" (which is fine here) and "writing a DOS-specific program
using non-standard extensions to the C language" (which is not fine here).

You are correct that Windows/DOS/Unix/VMS/whatever is irrelevent to the
discussions here, _unless_ you are asking something specific about using
Windows/DOS/Unix/VMS/whatever.

In other words, "how do I use gotoxy() under DOS" is just as off-topic as
"how do I use sys$getdviw()" under VMS.

--
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody | www.hvcomputer.com | |
| kenbrody/at\spamcop.net | www.fptech.com | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+

Nov 14 '05 #4
ne*********@hotmail.com (~neil~) wrote in message news:<49**************************@posting.google. com>...

I was asked to try another group in an earlier post, I was writing the
program in C inside a DOS window. Software of choice -> (Borland Turbo
C++ 1.0).

Nobody uses DOS anymore?...I'm I the only one?

Dos is not the issue! It's weather or not C programming is still
excepted by users writing programs for the DOS operating
system...........some people don't agree.

This is lang.C ........right? Where does it say you have to program in
Windows or DOS for that matter?
What are you going on about? The purpose of comp.lang.c is to
discuss programming in the C language, independent of any operating
system or environment. Needing to mention the environment you are
using is usually a good indication that your posting doesn't belong
in comp.lang.c.
People seem to forget where it evolved from,
Where what evolved from?
even though I had a
couple issues with a enviroment variable in the autoexec.bat file, I
tried keep the subtance of my post within the bounds of this group.

I picked up a book called "Microsoft C" by Kris Jamesea it was
published in 1988, got it from library that I used to write a program
earlier.....
with a little help from others here in this group.

There you have it.............it's old, so what!!


Yes, so what? What is your point?
Nov 14 '05 #5
On 26 Sep 2004 16:58:34 -0700, in comp.lang.c , jj*@bcs.org.uk (J. J.
Farrell) wrote:
ne*********@hotmail.com (~neil~) wrote in message news:<49**************************@posting.google. com>...

People seem to forget where it evolved from,


Where what evolved from?


I think he means C. And he's definitely right, people do forget where it
evolved from - B on a PDP-7, over a decade before MS-DOS evolved from CPM,
and probably before 8-bit microprocessors were even a twinkle in anyone's
eye.

*sigh*

Even wikipedia gets this more or less right....

--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Nov 14 '05 #6
> Hello

I was asked to try another group in an earlier post, I was writing the
program in C inside a DOS window. Software of choice -> (Borland Turbo
C++ 1.0).

Nobody uses DOS anymore?...I'm I the only one?
Use it under win98 and tools are djgpp of course. Very happy, because gnu tools
can also be found from linux, so I'm not learning something I cannot use in
future. (supposedly)
Dos is not the issue! It's weather or not C programming is still
excepted by users writing programs for the DOS operating
system...........some people don't agree.
I use dos, because I like it more under win98. I feel others (have tried MVC++
6.0) rather heavy to run. Also, portable solutions (Allegro for me at the
moment) can help you to leave the ship when it will sink (or I'm not lazy
anymore to switch gnu/linux).
This is lang.C ........right? Where does it say you have to program in
Windows or DOS for that matter?

You can program under any platform for that sake, c is portable (for some
extent). Because this group focuses on C programming, the platform is not
issue. This group doesn't focus (comp.lang.c) on things like your compiler
(which is platform dependent), so it can't say that you have to program in some
specific platform.
People seem to forget where it evolved from, even though I had a
couple issues with a enviroment variable in the autoexec.bat file, I
tried keep the subtance of my post within the bounds of this group.


Here is a link that could help:

http://home7.inet.tele.dk/batfiles/msdos7/

Maybe it would give a change for others to help you, if you stated the problem
here? Also respecting others who expect the problem to be posted to a correct
group.
Nov 14 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

134
by: evolnet.regular | last post by:
I've been utilising C for lots of small and a few medium-sized personal projects over the course of the past decade, and I've realised lately just how little progress it's made since then. I've...
42
by: Kevin Spencer | last post by:
Is it just me, or am I really observing a trend away from analysis and probem-solving amongst programmers? Let me be more specific: It seems that every day, in greater numbers, people are coming...
7
by: Jesse Liberty | last post by:
I'm incredibly pleased to announce that Programming Visual Basic 2005 (O'Reilly Media) is now available. This book is targeted directly at experienced VB6 programmers who want to make the jump to...
161
by: KraftDiner | last post by:
I was under the assumption that everything in python was a refrence... so if I code this: lst = for i in lst: if i==2: i = 4 print lst I though the contents of lst would be modified.....
20
by: Hugo | last post by:
Hi Y'All... I really need your help!! I've used this groups to learn and get me out of troubles but this is my first time writing a subject. My problem is that I need to make a C program...
7
by: Robert Seacord | last post by:
The CERT/CC has just deployed a new web site dedicated to developing secure coding standards for the C programming language, C++, and eventually other programming language. We have already...
3
by: Paul | last post by:
Looking for recommendations on a programming language for a web application. I am soliciting recommendations on a programming language for a web application described below. Actually, it is not...
206
by: WaterWalk | last post by:
I've just read an article "Building Robust System" by Gerald Jay Sussman. The article is here: http://swiss.csail.mit.edu/classes/symbolic/spring07/readings/robust-systems.pdf In it there is a...
9
by: Mex | last post by:
Hi, I'm looking for a good book for beginners about Network Programming. Besides Stevens' book, I would like something specific for C++ language. Any suggestions? Thanks in advantage, Massimo
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.