Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
comp . lang . c
This is a Usenet group - learn more
Find or start a Google Group about lang.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Discussions
View:  Topic list, Topic summary « Newer  Topics 41 - 50 of 144659  Older »
Description: Discussion about C.
 

Why does write() to stdin work? 
  Tried the following code under gcc and it writes to stdin?? ... int main() { int k; for(k= 0; k < 4; k++) write(k, "Hello world!\n", 13); ... Any poiners? -ishwar
By ishwar.rat...@gmail.com  - Apr 23 - 37 new of 37 messages    

Extended deadline: Ubiquitous Data Mining (UDM) - IJCAI 2013 Workshop 
  ** Apologies for cross-posting ** Ubiquitous Data Mining (UDM) Workshop Beijing, China, August 3 - 9, 2013 [link] in conjunction with IJCAI 2013 23rd. International Joint Conference on Artificial Intelligence Beijing, China, August 3 - 9, 2013 [link]... more »
By Carlos Ferreira  - Apr 22 - 1 new of 1 message    

Optimizing pow() function 
  I have a simple (16-bit) embedded platform and I have to make the following calculations. unsigned int func(unsigned int adc, unsigned int pwr, unsigned int pt, double exp) { return (unsigned int)(pow((double)adc, exp) * (double)pwr / pow((double)pt, exp)); ... I noticed this calculation takes too much time, most probably for pow() function call and double conversion.... more »
By pozzu...@gmail.com  - Apr 22 - 51 new of 51 messages    

comp.lang.c 
  ... ... That's normally supported via wchar_t. As has been pointed out elsewhere, in spite of the name, a "char" isn't necessarily a character. The semantics of "char" appear to be designed around the assumption that it's a byte, i.e. the hardware's unit of addressable memory. AFAICT, all general-purpose microprocessors use an 8-bit byte, and thus so... more »
By M.gowtham M.gowtham  - Apr 22 - 11 new of 11 messages    

Dear Human !!!!!!!!!!!!!! 
  Dear Human! The lecturer says at the beginning of the video, "I am talking to you as a human; it does not matter whether you are Christian, Jew, Buddhist or Hindu. It does not matter whether you are a worshipper of idols, atheist, religious, secularist, a man or woman. I talk and address you as a human. Have you ever stopped and asked yourself one... more »
By BV BV  - Apr 20 - 1 new of 1 message    

short int always 16 bits or not? 
  Hello. I am reading the C99 standard as available from: [link] I note that it specifies (on p 34) macros defining the minimum and maximum values of a short int corresponding to a size of 16 bits. However it doesn't explicitly say that short int-s should be of 16 bits size. So can I trust short int-s to be 16 bits size or not?... more »
By Shriramana Sharma  - Apr 19 - 34 new of 34 messages    

gcc 4.8 and SPEC benchmark 
  Hi group, with the 4.8 release gcc announces that it'll break some code of which the correct compilation relied on UB: [link] Namely, the SPEC 2006 is broken in that revision. An explanation of the assumptions that gcc makes is given here: [link]... more »
By Johannes Bauer  - Apr 19 - 9 new of 9 messages    

download Free COMPUTER EBOOKS 
  download Free COMPUTER EBOOKS [link] [link]
By friendpun...@gmail.com  - Apr 18 - 1 new of 1 message    

graphic.h not found error 
  hi i am new in c programing i use gcc compiler and i have error graphic.h not found how can i solve this.
By Jignesh Danidhar  - Apr 18 - 7 new of 7 messages    

Who can explain this bug? 
  Platform: gcc 4.6.3 on AMD Athlon(tm) II X2 245 Processor on Ubuntu 12.04 The bug I thought was due to a particularly hard to find memory access problem (see other thread I started today) seems to be even odder than that. It was tracked down to a particular conditional, which seems to optimize in such a way that the result is not always correct. (But... more »
By mathog  - Apr 17 - 65 new of 65 messages    

41 - 50 of 144659   « Newer | Older »

XML