Summary: what exactly is an assembly in Dotnet. i know an assembly in dotnet is consider as an exe or a dll. which consists of functions classes etc. but if so...
Summary: Hello. I am currently reading a book for Java beginners and I am currently working on a chapter about I/O. This chapter has left me somewhat puzzled, ...
Summary: Good question >Can somebody explain to me what binary file >is and how is it stored differently on disk >compared to,let us say,text file?I mean,in ...
Summary: hehe, this feels like such a n00b question so go easy on me :) I have VB 5.0 and it says i can only compile things to .exe if i make an ActiveX contro...
Summary: Stuart, Just a few things to clarify: 1. C++ is not a low-level language...it is typically considered a high-level language (sometimes considered a m...
Summary: Hello, I have a quick question. In my BIOS, I noticed an Option that said "Graphic Win Size" The options for it are 32, 64, 128, and 256. What exactly...
Summary: But does vs j# suppoort a JDK higher than 1.1, e.g. 1.4? And I will not be using the JVM, because my program will be in "native code", so that doesn'...
Summary: Hi, I've a web application written in asp.net & I need to refer to a web form control(<asp:Label> control, in specific) which is placed within the ...
Summary: What exactly is Flash? is it a programming language, or just an animation program? I saw something about ActionScript programming language for Flash,...
Summary: Hi all. Been working on programming in quick basic. At the point we're i've started the part on "arrays". Sent the following question to a good friend...
Summary: I use MinGW32 GCC port for win32. It supports inlined assembler but with that crappy AT&T syntax so I'd like to minimize ASM code. Well I succed to se...
Summary: Thanks for reply, Link register is used to store address,whenever "Bl" instruction is used address is stored in link register. I will store this link ...
Summary: Hey all, I'm trying to do something very simple - open an image in python: >>> img = Image.open("C:\Documents and Settings\Dmitry\Desktop\test.bmp") b...
Summary: What do ratings really rate? If they count the number of posts of a user, is that a number that needs a ranking for interpretation/abstraction? (Answe...
Summary: The only thing that comes to mind is an image handler from Alchemy Mind Works which will, among other things, convert an image to a self-displaying ex...
Summary: Just an FYI, Im into programming for 2 things, making games and security, so the purpose of this is to start to figure out the basic code behind a vir...
Summary: I have inherited someone elses program and am adding significant modifications to it. the code is growing so I started to get "globa data errors" and...
Summary: it's based on beginning/intermediate programming and stuff like that. i was wondering a few things. i am new to web based stuff, but not to programm...
Summary: hi In my view 'C++' is an extension of 'C' lang with Object Oriented features. Learning C++ is an advantage in today competition. U have to just get a...
Summary: _Rainbow, Sounds like you're a little confused, and after reading your post, I'm a little confused. First of all, ? marks are great, but are all tho...
Summary: is there an easy way to play an mp3 in a program written in c++ using the windows.h api? i need the user to be able to click a button and have the son...