Any good beginner tutorials for C++ Builder 4? And can someone post a simple tutorial showing you how to make a shell replacement in borland bcb 4?
Printable View
Any good beginner tutorials for C++ Builder 4? And can someone post a simple tutorial showing you how to make a shell replacement in borland bcb 4?
hmm if BCB complies to the C++ Standard that was formed in 1998 (?) than you should use standard C++, not a specific BCB tutorial... and no, C++ is not something you learn in a week or a month.
I don't have any shell-replacement tutorials for you, google probably does, but please be aware of the fact that a shell-replacement is not a simple project to build, especially not for someone who doesn't master the language he/she is programming in. Also it requires a certain level of knowledge of how things work in the operating system you're writing it for.
Thanks, found plenty of stuff.