| Author |
Message |
|
iostream
BBTeen
Joined: Fri Feb 09, 2007 3:13 pm Posts: 17 Location: illinois
|
 suggested languages to code plugins?
just wondering, which languages/areas of programming shhould i look into if i am interested in doing more work on blackbox?
i have worked with C++ for 2 semesters of college so based on that i am familiar with everything up to stacks/queues/recursion/ binary trees and such
i have done a semester of UNIX/Linux terminal work.
i am currently teaching myself python, which is REALLY fun for some reason and after i finish the book im working with, i plan on looking into tcl/tk
now im not sure what else i need to know to really get to work on plugins and other work with blackbox. im assuming gui work and working directly with windows stuff but im not sure.
so yeah im just looking for any suggestions.
|
| Wed May 30, 2007 12:05 am |
|
 |
|
Google
Sponsored Links
|
|
 |
|
f0rqu3
BBTeen
Joined: Tue May 29, 2007 11:54 am Posts: 17
|
c++/c win32 api
|
| Wed May 30, 2007 12:16 am |
|
 |
|
TrackhedProductions
BBDinosaur
Joined: Tue Feb 27, 2007 9:12 am Posts: 311 Location: Behind The Couch
|
c++ seems to be the usual language that plugins are written in.
check out the bbsdk by grischka
|
| Wed May 30, 2007 12:18 am |
|
 |
|
iostream
BBTeen
Joined: Fri Feb 09, 2007 3:13 pm Posts: 17 Location: illinois
|
 win32 api
what books/websites should i look into for information on win32 api programming?
also any really good c/C++ books anyone knows of?
|
| Wed May 30, 2007 12:37 am |
|
 |
|
TrackhedProductions
BBDinosaur
Joined: Tue Feb 27, 2007 9:12 am Posts: 311 Location: Behind The Couch
|
im reading "Teach Yourself C++" by Richard Riley.
pretty good, considering it was at the public library.
|
| Wed May 30, 2007 1:41 am |
|
 |
|
pkt-zer0
BBDinosaur
Joined: Wed Feb 15, 2006 4:57 pm Posts: 249
|
 Re: win32 api
iostream wrote: what books/websites should i look into for information on win32 api programming?
also any really good c/C++ books anyone knows of?
"The C/C++ Programming Language" (yeah, two different books, with almost completely the same name), written by the authors of the respective languages. Good. Though the C++ one does go into stuff like how locales are handled, which is not particularly necessary, but interesting.
Also there's "Effective / More effective C++" by Meyer Scott.
(Python is a horrible abomination of mankind, by the way.)
_________________ Dislike the lack of documentation for bb4win? You have the power to change this... Help out on the bb4win wiki.
|
| Wed May 30, 2007 2:13 am |
|
 |
|
tresni
Site Admin
Joined: Sun Dec 05, 2004 8:59 pm Posts: 1316 Location: Boise, Idaho
|
http://winprog.org has an awesome tutorial on programming for windows and is great if you have C\C++ background
P.S. Python is awesome!
_________________ -- Brian ♠ ♥ ♣
|
| Wed May 30, 2007 3:37 am |
|
 |
|
crowmag
Moderator
Joined: Sat Dec 11, 2004 12:06 am Posts: 1310 Location: Violent Paradise
|
 Re: win32 api
pkt-zer0 wrote: (Python is a horrible abomination of mankind, by the way.)
Me thinks pkt-zer0 just has an aversion to snakes - of any kind
One of these days I'm going to pick up a copy of "The C Programming Language" and see what I can learn. Not that It would do me much good to get it now tho as I have no time to read it... 
_________________ I'll have the roast duck... with mango sauce and a large helping of BB4Win Wiki: http://wiki.bb4win.org/wiki/Main_Page
|
| Wed May 30, 2007 6:43 am |
|
 |
|
Carsomyr
BBDinosaur
Joined: Wed Dec 13, 2006 7:33 pm Posts: 263 Location: Pretoria, South Africa
|
Personally I liked the books "Thinking in C++" Volume 1 & Volume 2 (available here)
No specific books I can recommend for win32 API.
|
| Wed May 30, 2007 8:28 am |
|
 |
|
iostream
BBTeen
Joined: Fri Feb 09, 2007 3:13 pm Posts: 17 Location: illinois
|
 thx
thx for winprog ill check it out
|
| Wed May 30, 2007 8:30 am |
|
 |
|
Google
Sponsored Links
|
|
 |
|