vit-linux-c.blogspot.com
linux c++: Which programming language (other than C++ and Visual Basic) is suitable to develop CD/DVD burning software?
http://vit-linux-c.blogspot.com/2010/05/which-programming-language-other-than-c.html
Monday, May 24, 2010. Which programming language (other than C and Visual Basic) is suitable to develop CD/DVD burning software? In the future, after graduated, I plan to develop an open source CD/DVD burning software which have all the following features:. 1) Burn: Data CD/DVD, Video CD (VCD), DVD video, Audio CD. if possible, include Blu-ray disc. 2) Convert: all video files to VCD/DVD format, Audio files to MP3 format. 3) Backup: Any files, or entire computer. 5) Edit: video and audio files. How to cr...
vit-linux-c.blogspot.com
linux c++: How do I communicate over serial with an ARM processor in C?
http://vit-linux-c.blogspot.com/2010/05/how-do-i-communicate-over-serial-with.html
Monday, May 24, 2010. How do I communicate over serial with an ARM processor in C? I'm using a TS7200 found at: http:/ www.embeddedarm.com/epc/ts7200-sp. All I've ever done with C is software, no hardware interfacing. I'll be communicating to a Garmin 301 Geko GPS on com port 1 in linux. All it has to do is to read data, not transmit. I know that I wont get exactly what I need, but I can't find much on the internet to help me. Does anyone have a good site to look at? Thanks for your help,. C question; ho...
vit-linux-c.blogspot.com
linux c++: Need help with a c program?
http://vit-linux-c.blogspot.com/2010/05/need-help-with-c-program.html
Monday, May 24, 2010. Need help with a c program? I'm programming a bot to connect to IRC. I'm fairly new at C, and I need to know efficient ways to keep the program from exiting at the end of the main function. As of now, the bot connects and the programme ends, how do I keep it running so that the bot will stay there and I can move on to my next challenge of responding to PINGs. This is what I have. Very dry because I'm trying to make it work before I try new stuff). Sizeof their addr) = -1) {. Build a...
vit-linux-c.blogspot.com
linux c++: I am working on my first useful program in c! this is how far I got with it and I got stuck?
http://vit-linux-c.blogspot.com/2010/05/i-am-working-on-my-first-useful-program.html
Monday, May 24, 2010. I am working on my first useful program in c! This is how far I got with it and I got stuck? It is a calculator! And I am trying to make it give me a message when you input letters instead of numbers! How would u write the whole program using functions? This is the code! I use linux and the gcc compiler. Include %26lt;stdio.h%26gt;. Printf( "This is my first useful program ever created in C" );. Printf( " n" );. Printf( " n" );. Printf( " n" );. Printf( " n" );. The other way is to ...
vit-linux-c.blogspot.com
linux c++: How do I practice C programming at home?
http://vit-linux-c.blogspot.com/2010/05/how-do-i-practice-c-programming-at-home.html
Monday, May 24, 2010. How do I practice C programming at home? I don't know the info you need to answer the question, but here are a few facts. We're using the OS Red Hat Linux. We use text editor to program. We use something called terminal that looks a lot like MS-DOS. I've read that I can use notepad and MS-DOS to do the same things, but I couldn't figure it out. I hope I gave enough info. I'll add on more if you do need to know some extra. How do I practice C programming at home? Type gcc a.c. Any Li...
vit-linux-c.blogspot.com
linux c++: Build a hierarchical tree, without using DOM,schema, and sax using expat parser and c?
http://vit-linux-c.blogspot.com/2010/05/build-hierarchical-tree-without-using.html
Monday, May 24, 2010. Build a hierarchical tree, without using DOM,schema, and sax using expat parser and c? Build a hierarchical tree, without using DOM,schema, and sax using expat parser and c? But what you're describing more or less is the same like a DOM, right? A hierarchical tree of xml data. Have a look at the link below, it's the Simple C Expat Wrapper which builds a DOM-like structure, maybe it can help you. Subscribe to: Post Comments (Atom). How do I communicate over serial with an ARM proce.
vit-linux-c.blogspot.com
linux c++: Is fwrite in C blocking call?
http://vit-linux-c.blogspot.com/2010/05/is-fwrite-in-c-blocking-call.html
Monday, May 24, 2010. Is fwrite in C blocking call? Is fwrite in C blocking call from the app point of view? For example, if NFS is used as i/o, will the fwrite to a file residing on NFS mounted to the Linux be blocking? Is fwrite in C blocking call? Yes, fwrite() is a blocking call - your program will not return from it while it is being processed. Non-blocking equivalent of fwrite() on Windows is WriteFileEx():. Http:/ msdn2.microsoft.com/en-us/library. Subscribe to: Post Comments (Atom). Just how poss...
vit-linux-c.blogspot.com
linux c++: Anyone know of a good c++ compiler?
http://vit-linux-c.blogspot.com/2010/05/anyone-know-of-good-c-compiler.html
Monday, May 24, 2010. Anyone know of a good c compiler? Hey i was thinking of getting back into c and i was wondering what a good compiler would be? And i know about linux compilers but i kinda dont have enough space for 2 operating systems again i only have 20 gigs and i want to keep it simple use it on windows anyone know of a good one thanks in advance =). Anyone know of a good c compiler? Windows have a good one. This is the link http:/ msdn2.microsoft.com/en-us/visualc. Need help with a c program?
vit-linux-c.blogspot.com
linux c++: Best resource for learning C++ for a 15 year old?
http://vit-linux-c.blogspot.com/2010/05/best-resource-for-learning-c-for-15.html
Monday, May 24, 2010. Best resource for learning C for a 15 year old? I have learned the basics of Visual Basic, and PHP(Html/CSS Included) and little of Mysql. Usually when I try and learn C , I give up way to early because I never get to do the things I want to do. Write GUI, Media Apps, etc. I plan on developing for Linux with KDE. Best resource for learning C for a 15 year old? Reply:I know what to try. Reply:See if they have C for Dummies at your library. Subscribe to: Post Comments (Atom). My compu...