473,402 Members | 2,046 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,402 software developers and data experts.

What about a C compiler with structured data management INSIDE ?

HELLO !

in upper case: i mean to be heard ;o)

Compilers are good !
Myself, i used TP6 and TP7 to work on dBASE V files, once ... a long
time ago.

I was unaware of Internet Usenet world, fool of me !

Today i use Internet and Html (hand coding HTML, quite a dumb)also XML
and XSLT and so on...!
Like any one of you.

And it appears me that, internet for "clients" costumers, or people who
don't want to be tighted to a server, is too stretchy.

Yes stretchy, because even if on client side there is no real need of a
server, there is a need to fake a server. I explain myself : you can be
like any one interested in structured like files known as XML and want
to make data collection of any item you know or own (you can own
something only y knowing it).

Why dont make "Structured" files which can be displayed as HTML files ?
Put in a drive or in a floppy to latter print or make a book!

And here stand the problem.

Internet client side is usually (just tell me if i am wrong) not
compilable program eg javascript and others...

Compiler for internet are server side.
So structuring and writing files are on server side.

And here you can se bright and clear the original question, which need
an clear answer !
What about a C compiler to manage structured files like XML XSL and so
on ?

Any bit of info to make the whole thing take off, will be welcome !

HALLES.
The paradoxal thinker, lives in FRANCE !

Nov 15 '05 #1
3 1791
HALLES wrote:

I was unaware of Internet Usenet world, fool of me !


Then read the following, and pay heed to the info in my sig line
below.

Some useful references about C:
<http://www.ungerhu.com/jxh/clc.welcome.txt>
<http://www.eskimo.com/~scs/C-faq/top.html>
<http://benpfaff.org/writings/clc/off-topic.html>
<http://anubis.dkuug.dk/jtc1/sc22/wg14/www/docs/n869/> (C99)
<http://www.dinkumware.com/refxc.html> (C-library}
<http://gcc.gnu.org/onlinedocs/> (GNU docs)

--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
Nov 15 '05 #2
Hello !

Seems some other people have the need to structure info .

I will pay attention to the links you sent me.
Do you WHY C is such interesting a compiler ?
Because it can accept Exceptions, Pascal does not accept exceptions.

Regards.

HALLES
CBFalconer a écrit :
HALLES wrote:

I was unaware of Internet Usenet world, fool of me !


Then read the following, and pay heed to the info in my sig line
below.

Some useful references about C:
<http://www.ungerhu.com/jxh/clc.welcome.txt>
<http://www.eskimo.com/~scs/C-faq/top.html>
<http://benpfaff.org/writings/clc/off-topic.html>
<http://anubis.dkuug.dk/jtc1/sc22/wg14/www/docs/n869/> (C99)
<http://www.dinkumware.com/refxc.html> (C-library}
<http://gcc.gnu.org/onlinedocs/> (GNU docs)

--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson


Nov 15 '05 #3
"HALLES" <sl*********@yahoo.fr> writes:
I will pay attention to the links you sent me.
Do you WHY C is such interesting a compiler ?
You meant "Do you know ...", right?

C is a language, not a compiler.
Because it can accept Exceptions, Pascal does not accept exceptions.


C doesn't have support exceptions, at least not directly. If you're
thinking of C++, which does have exceptions, you'll need to try
comp.lang.c++.

And please don't top-post. Your response should follow any quoted
text, not precede it. The purpose is to make your followup make sense
when read from top to bottom.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Nov 15 '05 #4

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

Similar topics

56
by: Xah Lee | last post by:
What are OOP's Jargons and Complexities Xah Lee, 20050128 The Rise of Classes, Methods, Objects In computer languages, often a function definition looks like this: subroutine f (x1, x2, ...)...
137
by: Philippe C. Martin | last post by:
I apologize in advance for launching this post but I might get enlightment somehow (PS: I am _very_ agnostic ;-). - 1) I do not consider my intelligence/education above average - 2) I am very...
9
by: developer | last post by:
Does anyone know what is the way IE treats span tags(<span>) and table tags(<tr>, <td>)? Should the <span> tag be encolsed in tds and trs if it placed with other elements that are in a table? Can...
121
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode...
3
by: _link98 | last post by:
Running DB2 ESE V8.1.8 on WinXP. This is Fixpak 8. Have a structured-type and some methods for that type. One of my methods needs to do insert / update on tables. The type specification...
3
by: ambika | last post by:
Hello, I have a very basic doubt. Why is C called a structured programming language??why structured? C++ is called a Object Oriented language 'cos it obeys the OOP's concepts..Why is C called a...
5
by: Samuel R. Neff | last post by:
I came across this inside an exception handler today when reviewing some of my code: L_0010: call void Microsoft.VisualBasic.CompilerServices.ProjectData::SetProjectError(System.Exception)...
4
by: grizggg | last post by:
I have searched and not found an answer to this question. I ran upon the following statement in a *.cpp file in a member function: static const char * const pacz_HTMLContentTypeHeader =...
1
AmberJain
by: AmberJain | last post by:
HELLO, First of all, I accept that this is a too simple question but I got different opinions in different books and so I'm posting it here...... The question is simple.....Is C a block...
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?
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
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
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.