OK, what I want to do may not be possible but I think it is.
I want to create a lookup table with the memory addresses of other lookup tables as the values in the table
Here is what the first...
Type: Posts; User: descendency; Keyword(s):
OK, what I want to do may not be possible but I think it is.
I want to create a lookup table with the memory addresses of other lookup tables as the values in the table
Here is what the first...
Yes. As long as you set up your IIS correctly, you can do the page editing in any editor you wish.
Personally (because I am experienced in it as well), I find Visual Studio (Web Developer Express)...
Just a piece of advise for you when you apply for a job. Know the company you are applying. If you are applying to a company like Microsoft, they are not going to care much about your experience...
Given this, I'd start with Java. You'll take a C class sometime before you graduate.
I am in an OS class and I have to write a simple stack program (the main function just determines what the user is asking you to do). If this were not required to be in C, I would have had this done...
I write out comments and then write code under them when writing larger programs. (document backwards)
The reason why universities focus on C/C++ (and other languages like Java) is because companies focus on it. While some languages might be good for learning to program, they aren't teaching you to...
In my opinion, .NET is better simply because the IDE is so much better than 99% of IDEs (let alone Java IDEs)
is that the only jdk you have installed? You might be attempting to compile with a different JDK.
(it might have installed with another program)
I'm really not certain if I am self taught or not.
I learned HTML before I took my first class in programming, which was in QBasic. Since, I've learned C# and Java on my own. (I mainly rely on C#...
as issih said, store them into a single string. When you need them, call the string, split it (based on your separator character [ie ","]), and loop through the resulting array creating your links.
What you need is in the Java Documentation.
http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html
On that page, you will find what you want. (If you know what you are doing, you'll see...
I think he was trying to be funny.
I was tempted to do that too, but I'm too lazy.
This is just a style comment, but you could also use an if/else structure. Like this (ignore the syntax,...
Mono (basic, straightforward, sledgehammer method):
using System;
class Program
{
public static void Main(string[] args)
{
int beer; // a counter variable to...
start: http://www.w3schools.com/php/default.asp
edit: I'm an idiot. You have a single core chip (which is why you call it a p4. . .)
It doesn't mean 3 CPUs. It means 3 threads. I'm not sure how you got a 3rd one, though.
My biggest flaw. . . program design.
I spend 90% of my time designing on the fly, which works ok since the applications I write are purely for myself. I think it does hurt in the long run though,...
I haven't tried that, but that should work.
http://technology.timesonline.co.uk/tol/news/tech_and_web/article4304820.ece
Uninstall that "update" and your Zone Alarm will work fine again.
http://www.dansdata.com/askdan00015.htm
Because of the memory addressing of the graphics card and CPU.
http://ubuntuforums.org/showthread.php?t=208396
Visual Basic (Before VB.NET) is a terrible language. Visual Basic .NET is a much better language, it's just not better than the other alternatives.
For example C# .NET (AKA Mono to OSS).
As far...
Hmm. I think it's in another repository. I don't have ubuntu installed at the moment (my backup HDD went down :()
the gmcs should have fixed your problem though.
install gmcs:
sudo apt-get install gmcs
while you are at it, you might as well install smcs as well:
sudo apt-get install smcs