When I send a message to orange number the message is sent but I get
after output (snipped) like this:
Error: unexpected response from Oranges's site
THE ERROR:
POST http://www.orange.co.il/obox/sendsms.aspx
Accept: */*
User-Agent: Mozilla/4.73 [en] (Win95; I)
Content-Type: appli
Oleg Goldshmidt wrote:
>> Anyway, Orna, can you perhaps use this _Pragma operator that Oleg
>> points to? (I don't know if your compiler has this feature or not,
>> but it's worth trying, I guess).
>>
>
> As I pointed out, I suspect that this may be unacceptable because it
> will only work in
"Nadav Har'El" <[EMAIL PROTECTED]> writes:
> On Mon, Sep 24, 2007, Oleg Goldshmidt wrote about "Re: With and Without gcc
> OMP":
>> A #pragma is C code just as any other line in your program, so the
>
> This is what I thought too, so there's something that puzzles me in Orna's
> original descript
"Nadav Har'El" <[EMAIL PROTECTED]> writes:
> Why is #pragma a "preprocessor directive"?
Because it is processed by the preprocessor. Some pragmas have a
meaning for the preprocessor itself, some others only have a meaning
for the compiler.
> The fact that it starts with "#" doesn't make it a pr
On Tue, Sep 25, 2007, Oleg Goldshmidt wrote about "Re: With and Without gcc
OMP":
> Yes. Being a preprocessor directive, #pragma cannot be produced as a
> result of a macro expanion. To handle that, C99 introduces the _Pragma
> operator, cf. http://tigcc.ticalc.org/doc/cpp.html#SEC46.
Why is #pra
On 25/09/2007, Nadav Har'El <[EMAIL PROTECTED]> wrote:
>
> On Mon, Sep 24, 2007, Oleg Goldshmidt wrote about "Re: With and Without
> gcc OMP":
> > A #pragma is C code just as any other line in your program, so the
>
> This is what I thought too, so there's something that puzzles me in Orna's
> orig
Hello,
Is there a portable way (Linux/Windows, ACE/Boost/APR) that enables a
process the increase the size of a file maped into memory?
We are designing a system that will have many files, possibly tiny and
possibly large. The files contain binary data and the programs are expected
to read/uncomp
On Mon, Sep 24, 2007, Oleg Goldshmidt wrote about "Re: With and Without gcc
OMP":
> A #pragma is C code just as any other line in your program, so the
This is what I thought too, so there's something that puzzles me in Orna's
original description. She said that she tried something like:
#ifdef _