Forum: IT Professionals' Lounge Aug 28th, 2006 |
| Replies: 15 Views: 5,629 1. C++ : Object Oriented and improved version of C language. Has many implementations (compilers and IDE) like GCC(GNU), Borland C++ (DOS), Borland C++ Builder (visual,RAD), MS Visual C++
VC++ :... |
Forum: Assembly Aug 9th, 2006 |
| Replies: 1 Views: 7,394 Hi,
I suggest you to download the main PIC 16F84A manual. (or the one related to your PIC) There you will see a list of registers and opcodes. Actually for PIC registers is like memory (there... |
Forum: Assembly Aug 9th, 2006 |
| Replies: 4 Views: 5,725 Hi,
OOPic has a compiler of its own and compiles Java, Basic and C like constructs to its own ASM code. If you didn't have bought an OOPic board and I would suggest PIC microcontroller (... |
Forum: Geeks' Lounge Aug 9th, 2006 |
| Replies: 32 Views: 5,344 Hi,
Do you think there can be a non-subjective, measurable/calculatable measure of complexity for some thing. Sure the laser knives surgeons use is more complex than good old bread cutter but it... |
Forum: Geeks' Lounge Aug 5th, 2006 |
| Replies: 32 Views: 5,344 Hi,
I believe anything and everything has a cost; and technology/complexity is not exempt. The tech/complexity is hardly optional (or reducable) unless one chooses a Robinson kind of life, even... |
Forum: Geeks' Lounge Aug 5th, 2006 |
| Replies: 32 Views: 5,344 Dear DeniWeb Community,
I, in sane mind, decided to post this most boring topic (possibly having no answer) to this forum. I have my own motivations to write those lines (which is mostly... |
Forum: C# Mar 30th, 2006 |
| Replies: 13 Views: 18,640 Hi,
Delay of 33ms (30fps) for sleep wouldn't leave any time for the code in loop to execute, your sleep should be 33ms-code execution time. (If 33/2 is working perfectly for you then your code... |