473,385 Members | 1,326 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,385 software developers and data experts.

"the c prog. lang." prob with win. xp

Does it matter if I use "The C Programming Language" with Windows XP?
I've gotten some of the scripts from it to work, but some don't. Could
this be an issue with Windows? Or an issue with the compiler? And I've
already made sure I didn't mistake parts of the coding. So does anyone
know? Thanks.
Nov 14 '05 #1
2 1666
Matt Suther <dn******@hotmail.com> wrote:
Does it matter if I use "The C Programming Language" with Windows XP?
I've gotten some of the scripts from it to work, but some don't. Could
this be an issue with Windows? Or an issue with the compiler? And I've
already made sure I didn't mistake parts of the coding. So does anyone
know? Thanks.


If you use a standard compliant C compiler(make sure you don't invoke
a compiler that can compile both C and C++ in C++ mode) and you stay
away from chapter 8 (which shows how a few things can be done in UNIX)
you should be just fine. If your problems persist post the code here
(but make sure it's exactly the same you passed to the compiler) with
an explanation of what you think does not work. Also try to get your
compiler to spit out as many warnings as possible and try to understand
what they mean (always start with the first one!).

Regards, Jens
--
\ Jens Thoms Toerring ___ Je***********@physik.fu-berlin.de
\__________________________ http://www.toerring.de
Nov 14 '05 #2
In <6f*************************@posting.google.com> dn******@hotmail.com (Matt Suther) writes:
Does it matter if I use "The C Programming Language" with Windows XP?
Nope.
I've gotten some of the scripts from it to work, but some don't. Could ^^^^^^^
They're called programs in the usual C terminology.
this be an issue with Windows? Or an issue with the compiler? And I've
already made sure I didn't mistake parts of the coding. So does anyone
know? Thanks.


Most likely, it's an issue with your understanding of the environment and
the tools.

Post the simplest program that doesn't work as expected and describe its
actual behaviour and what you actually expected from it. To minimise
your surprises, use the compiler in command line mode (no IDE nonsense)
and run the resulting executable file in a console window, too.

Dan
--
Dan Pop
DESY Zeuthen, RZ group
Email: Da*****@ifh.de
Nov 14 '05 #3

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

Similar topics

18
by: Phill Long | last post by:
this is the the code, now here is the final result.... I get one combo box and one tex box come up, but they are empty... DAMN!!! Any ideas on what Im doing wrong please.. Thanks Again <?php...
5
by: Michelle Kinsey-Clinton | last post by:
Hello, I am writing an ASP app which is giving me some very frustrating errors. They appear intermittently, no real pattern to them, and often go away if you reload, or back up a few pages and...
24
by: jrefactors | last post by:
I have an upload file operation in the web application. UploadForm.jsp is the form, and UploadAction.jsp is the form processing. The web server is Websphere. //UploadForm.jsp <FORM...
1
by: Doug Telford | last post by:
I recently purchased the referenced book, but the author's (Phil Hanna) web site is not working (expired domain name?). Could someone point me to an alternate site for the eratta, and source...
6
by: TS | last post by:
Hi, i have a problem validating xml against schema. I used http://apps.gotdotnet.com/xmltools/xsdvalidator/Default.aspx validator and it says it is fine. Can you tell me why this doesn't work? ...
12
by: Unbiased_me | last post by:
Hi There I recently read in book that the C compiler is written in C. I unable to comprehend the concept behind this. How is the compiler design started...Where dodoes one start. I tried...
38
by: Jack Klein | last post by:
Many people, including me, like having hard copy books at hand, along with electronic editions. When I first heard of this book several months ago, I pre-ordered a copy. It arrived from...
10
by: ahager via DotNetMonster.com | last post by:
I am receiving this messaage in a console application I wrote, I am authenticating, and my network admin swears their is nothing wrong with the smtp server. Any ideas? public void Mail_update()...
6
by: Lighter | last post by:
How to read "The lvalue-to-rvalue, array-to-pointer, and function-to- pointer standard conversionsare not applied to the left expressions"? In 5.18 Comma operator of the C++ standard, there is a...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...

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.