Since 4/16/2012 12:04:22 PM, i1658 has written 7 articles and participated in 106 conversations. i1658 signature: i1658
i1658's articles:
Items(7) /1
Extendable factory1337 (5/29/2012 10:03:54 AM) comp.lang.c++ I wish to develop an extendable object factory for a library I am
writing. The library is to provide a simplified interface to a
messaging application. Most of the work is done within the library
but the u... Mark
Teaching kids to program (in Java)3922 (4/12/2012 8:12:39 AM) comp.lang.java.programmer Hi, Does anyone know any good resources to teach Java programming to kids. I know the theory but I don't know how to make it interesting for children. When they realize they won't be writing the next FPS game... Mark
Line wrapping2223 (1/18/2012 1:20:14 PM) comp.lang.java.programmer I need to write some code to wrap lines for printing. The data to print is XML. I have not found that the classes that I have found allow you to choose which characters are used as line breaks. For example or... Mark
csh script problem under Linux only251 (7/15/2011 8:09:03 AM) comp.os.linux.misc Hi, The following script called from .cshrc cause problems when logging in: ----- .cshrc ---------- setenv MY_PRODUCT_DEF product1 if ( "$MY_PRODUCT_DEF" == "product1" ) then source ~me/script endif ----... Mark
Capturing stdout from shell script1522 (3/15/2011 1:46:03 PM) comp.lang.java.programmer Hi, We have the following code to call a shell script: Runtime rt = Runtime.getRuntime(); Process proc = rt.exec(scriptName ); int exitVal = proc.waitFor(); log.info("Returned Value is: " + ex... Mark
Writing an int to a socket428 (10/1/2009 2:48:15 PM) comp.lang.java.programmer Hi, I have the following code which I want to write a 32 bit integer to a socket (Network byte ordering). For example: int value = 11; ByteBuffer buf = ByteBuffer.allocate(4); buf.order(ByteOrder... Mark
Reading a C struct in java6823 (9/29/2009 8:46:48 AM) comp.lang.java.programmer Hi, I am writing an app in java which reads data from a socket from a C language program. The data is encoded as a C struct of char arrays something like this; typedef struct { char type[1]; char leng... Mark
Logical OR (||) ??447 (6/24/2012 11:46:29 PM) comp.lang.c++ #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
#define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
rc = sqlite3_step(stmt);
if (rc != (SQLITE_DONE) ... ArbolOne(39)
how to use volatile key word? #23447 (6/26/2012 4:11:28 PM) comp.lang.c++ how to use volatile key word?
Assume I have a global variable shared by two or more tasks. Do I need to declare it as volatile?
When will a non-volatile global variable be written back to memory from a r... fuhu314(16)
is C++ worth it ?10669 (7/27/2012 3:37:57 PM) comp.lang.c++ Is C++ worth it ?
http://lemire.me/blog/archives/2012/07/23/is-cc-worth-it/
"But we are also moving away from low-level programming
and, yet, our software is still getting faster. I believe
that a maj... lmc(186)
adding debugs in c code437 (9/6/2012 4:48:03 AM) comp.unix.programmer i often find adding debugs, ruins the readability of the code.
i've checked many projects, where in often each debug statement
spans 7 to 8 lines, which makes the code look ugly and even
incomprehensible.... sinbad.sinbad(155)
demise of sun.com1192 (9/15/2012 7:54:47 AM) comp.lang.java.programmer Oracle has dropped dozens of links on sun.com without providing
redirects to oracle.com. I am doing my best to find replacements, but
I suspect a fair bit of material is going to disappear.
--
Roedy Green ... see_website(4858)
Why is C++ so popular7945 (9/27/2012 8:44:23 AM) comp.lang.c++ I have not found an answer to the question why C++ is the most preferred
language. I thought it would be a good question to ask in this newsgroup
that has programmers that have been using C++ for a while.
I ... bclark2(81)
New to laptops #21216 (12/17/2012 10:24:10 PM) comp.sys.laptops Hi everyone! I'm familiar with desktop systems, but I just got my first
laptop (IBM/Lenovo Thinkpad T60 refurbished -- holiday gift to myself!)
and I feel almost like a newbie again. Would anyone be able ... adam39(10)
java software naming question7629 (1/7/2013 9:11:44 AM) comp.lang.java.programmer Hi
My name is Peter, Asisn, In internet, western people love to name their software with a "s" ending, suchs as : windows, google docs.
What is the reason? Is it easier to pronounce with a "s" sound? If... mcheung631(12)
Are DELL laptops still reliable?1310 (3/18/2013 5:22:47 PM) comp.sys.laptops Over the years my family members and I used different DELL laptops. Overall they proved to be pretty reliable (though obviously not without problems).
With all the turmoil the company is apparently going th... pm771.am(390)