Since 5/3/2012 2:59:40 AM, pastgio has written 0 articles and participated in 9 conversations. pastgio signature: pastgio
pastgio's replies:
Items(7) /1
Using "return" with parantheses?3225 (10/24/2003 10:43:05 AM) comp.lang.c Hi, I'm a game developer programming mostly in C and ASM for about 7 years. Today at work a colleague (a C++ programmer) yelled at me I'm a bad C programmer because I use "return(0);" instead of "return 0;".... machuidel(1)
Trigraphs & entry1449 (11/4/2003 4:22:03 AM) comp.lang.c I have following questions: 1. Appendix C of K&R says: Trigraph sequences introduced by ?? allow representation of characters lacking in some character sets. ... ... vijaykumar.rz(20)
wanted fast routines2936 (6/5/2005 11:22:26 PM) comp.lang.fortran Can anyone provide me with with a superfast routine to find inverses of symmetric and positive definite matrices. I am currently using the subroutine provided by numerical recipes website. Also, is the intrin... adarsh(69)
about c to fortran2647 (11/20/2005 5:18:31 PM) comp.lang.fortran hi there, I have been using C for years. For some reason, I will change to FORTRAN. I am trying to rewrite some old code in C with FORTRAN, but something about precision confusing me. Here are some code perfo... wakun(18)
Working with negative numbers3315 (6/27/2006 9:42:28 PM) comp.lang.c I have a general idea about how negative number systems work, but I'd appreciate some clarification if anyone would be willing to help me. Let's assume we're working with an 8-Bit signed integer, and that it... fgothamNO(1668)
error with "if" !!!723 (4/28/2007 8:52:20 AM) comp.lang.fortran Hi ,everybody I have encounter with strange error ( strange in my point view !) In program, I need to find the sample values of function named f . I use these 3 commands : 1) if (f<0.0005D0 ) then 2) if (abs(... nakisa.nooraee(180)