473,804 Members | 2,455 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Re: what 64 mean in fopen64?

On 2 Jul 2008 at 10:35, Jens Thoms Toerring wrote:
viza <to******@gmil. comwrote:
>I have given a fairly complete reply to this in clc.
>Do *NOT* post the same article in different groups! Either here or
comp.lang.c would have been able to answer this question*, but if you
post to both separately then you risk making people waste time answering
you when you have already been answered somewhere else.

The OP has been redirected here to cup from clc (and rightly so),
so he posted here again as he was asked to. What's wrong with that?
Rightly so? Only according you your solipsistic view of what should be
"topical" in clc. As this thread demonstrates, this stupid insistence of
the clc "regulars" in trying to push perfectly sensible C questions into
other groups only causes trouble, difficulty and confusion, and wastes
the time of other posters.

The question was topical both in clc (which discusses all of C, not just
the subset defined by the ISO standard) and in cup. The OP chose to post
it in clc, so answer it there or say nothing.

Jul 3 '08 #1
6 1525
On Jul 3, 2:52*pm, Antoninus Twink <nos...@nospam. invalidwrote:
On *2 Jul 2008 at 10:35, Jens Thoms Toerring wrote:
viza <tom.v...@gmil. comwrote:
I have given a fairly complete reply to this in clc.
Do *NOT* post the same article in different groups! *Either here or
comp.lang.c would have been able to answer this question*, but if you
post to both separately then you risk making people waste time answering
you when you have already been answered somewhere else.
The OP has been redirected here to cup from clc (and rightly so),
so he posted here again as he was asked to. What's wrong with that?

Rightly so? Only according you your solipsistic view of what should be
"topical" in clc. As this thread demonstrates, this stupid insistence of
the clc "regulars" in trying to push perfectly sensible C questions into
other groups only causes trouble, difficulty and confusion, and wastes
the time of other posters.

The question was topical both in clc (which discusses all of C, not just
the subset defined by the ISO standard) and in cup. The OP chose to post
it in clc, so answer it there or say nothing.
So after getting hosed down by both Dr. Sosman and Chuck on
comp.lang.c, you figured that you might head to the safer realm of
comp.unix.progr ammer?
Jul 4 '08 #2
On Jul 3, 2:52*pm, Antoninus Twink <nos...@nospam. invalidwrote:
On *2 Jul 2008 at 10:35, Jens Thoms Toerring wrote:
viza <tom.v...@gmil. comwrote:
I have given a fairly complete reply to this in clc.
Do *NOT* post the same article in different groups! *Either here or
comp.lang.c would have been able to answer this question*, but if you
post to both separately then you risk making people waste time answering
you when you have already been answered somewhere else.
The OP has been redirected here to cup from clc (and rightly so),
so he posted here again as he was asked to. What's wrong with that?

Rightly so? Only according you your solipsistic view of what should be
"topical" in clc. As this thread demonstrates, this stupid insistence of
the clc "regulars" in trying to push perfectly sensible C questions into
other groups only causes trouble, difficulty and confusion, and wastes
the time of other posters.

The question was topical both in clc (which discusses all of C, not just
the subset defined by the ISO standard) and in cup. The OP chose to post
it in clc, so answer it there or say nothing.
So after getting hosed down by both Dr. Sosman and Chuck on
comp.lang.c, you decided to find safer ground in the realm of
comp.unix.progr ammer? By the way, if you read my posting history, I
really don't try to critize someone unless they act like a total
retard.
Jul 4 '08 #3
In article <sl************ *******@nospam. invalid>,
Antoninus Twink <no****@nospam. invalidwrote:
>The question was topical both in clc (which discusses all of C, not just
the subset defined by the ISO standard) and in cup.
The question was *not* topical in comp.lang.c, as fopen64() is *not*
part of C. fopen64() is an API provided on -some- operating systems
in -some- of their versions, and merely happens to be -callable- from
C (amongst other languages) on those systems.

The fact that a routine can be successfully called from C does not
render questions about the purpose or usage of the routine topical
for comp.lang.c: to claim otherwise is to claim as topical
in comp.lang.c any routine which can be called from C in at least
one implementation (and conversely, would leave as non-topical
only routines which can be proven to -never- be callable from C
in -any- implementations .)
--
"I feel sorry for the person who can't get genuinely excited
about his work. Not only will he never be satisfied, but he will
never achieve anything worthwhile." -- Walter Chrysler
Jul 4 '08 #4
On Jul 3, 2:52*pm, Antoninus Twink <nos...@nospam. invalidwrote:
The question was topical both in clc (which discusses all of C, not just
the subset defined by the ISO standard) and in cup. The OP chose to post
it in clc, so answer it there or say nothing.
That's like arguing that this question would be topical in
alt.language.en glish because it's written in English. To be topical in
clc, the question has to be about the C language itself.

DS
Jul 4 '08 #5
David Schwartz <da****@webmast er.comwrites:
On Jul 3, 2:52Â*pm, Antoninus Twink <nos...@nospam. invalidwrote:
>The question was topical both in clc (which discusses all of C, not just
the subset defined by the ISO standard) and in cup. The OP chose to post
it in clc, so answer it there or say nothing.

That's like arguing that this question would be topical in
alt.language.en glish because it's written in English. To be topical in
clc, the question has to be about the C language itself.

DS
What utter nonsense. 99% of the questions are about solving problems
using the C language , NOT the C language itself.
Jul 4 '08 #6
On Fri, 04 Jul 2008 18:41:38 +0200, Richard<rg****@ gmail.comwrote:
>David Schwartz <da****@webmast er.comwrites:
>On Jul 3, 2:52*pm, Antoninus Twink <nos...@nospam. invalidwrote:
>>The question was topical both in clc (which discusses all of C, not just
the subset defined by the ISO standard) and in cup. The OP chose to post
it in clc, so answer it there or say nothing.

That's like arguing that this question would be topical in
alt.language.e nglish because it's written in English. To be topical in
clc, the question has to be about the C language itself.

DS

What utter nonsense. 99% of the questions are about solving problems
using the C language , NOT the C language itself.
Regardless of what the questions are actually about, they should be
about solving problems using the C language, not about using
extensions provided by various implementations . And just so we all
discuss the same language is, there happens to be standard that
defines it.
Remove del for email
Jul 4 '08 #7

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

Similar topics

70
8918
by: Roy Yao | last post by:
Does it mean "(sizeof(int))* (p)" or "sizeof( (int)(*p) )" ? According to my analysis, operator sizeof, (type) and * have the same precedence, and they combine from right to left. Then this expression should equal to "sizeof( (int)(*p) )", but the compiler does NOT think so. Why? Can anyone help me? Thanks. Best regards. Roy
2
10222
by: Steve Richter | last post by:
What does the "." mean in the following sql script stmts? use GO if exists (select * from dbo.sysobjects where id = object_id(N'.') and OBJECTPROPERTY(id,N'IsUserTable') = 1) drop table . GO
32
5895
by: Protoman | last post by:
I have a function that calculates the mean of the some numbers; I need it to accept any number of parameters (one needs to be the number of the other parameters) Can you help me out here? Here's the function: const long double& mean(long long x) { vector<int> v(x); for(int i= 1; i <=x; ++i) { v.push_back(i);
1
8747
by: Frank Rizzo | last post by:
Some of the classes in the framework are marked as thread-safe in the documentation. In particular the docs say the following: "Any public static (*Shared* in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe." What exactly does this mean? Does this mean that if I call a shared method from 2 different threads, nothing whacky will happen? Also when it says that instance members...
8
21106
by: SpreadTooThin | last post by:
import array a = array.array('f', ) print a.mean() print a.std_dev() Is there a way to calculate the mean and standard deviation on array data? Do I need to import it into a Numeric Array to do this?
5
468
by: prabu | last post by:
Hi all, I want to know, what does the value of the array in the following statement mean and How to print the content of the array SMB_Negotiate using printf? unsigned char SMB_Negotiate = "\x00\x00\x00\x85\xFF\x53\x4D\x42\x72\x00\x00\x00\x00\x18\x53\xC8"
2
5028
by: king imran | last post by:
I am giving u complete code. It works properly But add max and mean functions so that it can work properly. * /LinkList.h/ * #include "Node.h" * /* The LinkList class declaration*/ class** LinkList {
7
7808
by: Medvedev | last post by:
what's the meaning of the number 64 in the function fopen64?!!! i know fopen64 used to open big files but what 64 refer to and how much the usual fopen can open - pls explain
0
1680
by: mrchatgroup | last post by:
news from http://www.mrchat.net/myblog/myblog/small-accidents-mean-big-trouble-for-supercollider.html Small Accidents Mean Big Trouble for Supercollider Image Scientists expect startup glitches in the massive, complex machines they use to smash atoms.
0
10561
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10302
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10069
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9132
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7608
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6845
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5505
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5639
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2976
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.