Friday, June 26, 2009

Visual C++ is very difficult

It’s very surprising that Visual C++ 6 is very difficult. My latest promoter said, “You better use Visual C++ 2005 or above than Visual C++ 6”.

My programming language background is C. I could handle TURBO C Compiler, Code Vision, Micro C, and CCS C Compiler. I used TURBO C at my first semester. Code Vision, Micro C, and CCS C are C Compiler for microcontroller.

Then I know my weakness. I weak at object oriented programming. I thought I can program “object oriented” Visual C++ 6 as easy as Visual Basic. Then I read these several ebooks that I downloaded from gigapedia and flazx even though they are not very useful.

1. mastering visual c++ 6
2. Fast Track Visual C++ 6 Programming
3. Visual C++ 6 The Complete Reference
4. SAMS Teach Yourself Visual C++ 6 in 21Days
5. Visual C++ 6 For Dummies

The last three ebooks are the best one for me because I am newbie, maybe. Thank you for all free ebooks. But are they really free or not?

Please suggest me the best Visual C++ 6 book!

Read more...

Next Programming project

This is my second project that I post in this blog. This is not my own project. I just assist Mr. X to finish his bachelor thesis. Then the title is…. Still don’t know the title. Theme is hand machine, machine vision, and chess game engine.

I just do chess game engine. The engine I make is not engine made by me, but MIGOYA chess engine. Then several problems occur.

1. Mr. X is using Visual C++ 2008 for his final project but my computer couldn’t handle it. So I use

2. Visual C++ 6 even though I am newbie at Visual C++.
MIGOYA chess engine is build with Visual Basic.

Thanks for MIGOYA. I now can work to finish my task, Chess Game Engine.

Read more...

Thursday, June 11, 2009

Return

Return

Finally again I’m post this blog, fun-digital.blogspot.com.

I’m currently fresh graduate of some university. Thank you for all of your support. Finally I finished my Sound Tracker Mobile Robot. Although I finished my thesis for three semesters, I certainty believe that my skill is useful for nowadays technology. However…

Now global crisis haunt me. People are fired especially from electronic company including Nokia, Sony, and so on. Can my skill be useful for nowadays technology?

I am currently job seeker. For the time being I spent my time with Programming DirectX, Learning Japanese, and Preparing TOEFL. Please support me! Then the extra point is I want to do posting at least every week.

Why DirectX, Japanese, and TOEFL?

Read more...

Wednesday, April 23, 2008

NN Headache

My final project is about sound localization. For finishing my project at least I should know about Neural Network concept and its application.

Never knowing about neural network before make me regret. With my ordinary programming skill I can’t finish it. What is my problem?

I don’t have any problem and some other algorithm, but what make me regret in programming especially in digital electronic are:

1. I still can’t extract from math, such as differential, integral, and something like that. So when I have to program that contain integral, or even sometime double integral, I always give up. When I ask my lecturer assistants, they don’t answer about it. I don’t know about there are some major issues that they truly don’t understand about extracting from mathematic into program or they hide their knowledge from other.

2. Digital electronics are vary but when you use truly digital electronics, such us gate, multiplexer, decoder, and flip-flop, is not simple rather complicated. But thanks for development of computer, now we can use simple embedded microcontroller.

3. With microcontroller designing electronic system become easier, but not optimized. FPGA optimize programming better than MCU because it is truly digital-electronic.

So I decide to use microcontroller rather FPGA. I hope I will finish my electronic project soon So I can post my wonderful experience in this digital electronic programming blog.

Read more...

Monday, April 14, 2008

Found Free Genetic Algorithm Ebook


Today is my glorious day. I found ebook for free. I think it is rare.

Then I check it in google blog. I found that this ebook is being promote by another ebook so I will not try to promote it.

The title is “A Field Guide to Genetic Programming”. “A field guide” is for newbie or for expert. I figure out Genetic Programming as how to make program and apply Genetic Algorithm in your field. Am I true?

Here the description:

Genetic programming (GP) is a systematic, domain-independent method for getting computers to solve problems automatically starting from a high-level statement of what needs to be done. Using ideas from natural evolution, GP starts from an ooze of random computer programs, and progressively refines them through processes of mutation and sexual recombination, until high-fitness solutions emerge. All this without the user having to know or specify the form or structure of solutions in advance. GP has generated a plethora of human-competitive results and applications, including novel scientific discoveries and patentable inventions.

So download it at http://www.lulu.com/content/2167025 for FREE. You can find FREE ebook at digital electronic programming blog.

Read more...

  © 2009 Programming Software and Hardware for Fun

Back to TOP