Search:

Type: Posts; User: descendency; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. 8086 (Assembly) double lookup table question.

    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...
  2. Re: How to start web development with ASP.Net?

    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)...
  3. Re: Question's for Professional Programmers

    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...
  4. Replies
    60
    Views
    3,376

    Re: learning to program in C

    Given this, I'd start with Java. You'll take a C class sometime before you graduate.
  5. Replies
    4
    Views
    1,784

    A simple stack in C

    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...
  6. Replies
    23
    Views
    1,359

    Re: Printing code (on paper)

    I write out comments and then write code under them when writing larger programs. (document backwards)
  7. Re: [Split] C as a first language in Universities in India

    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...
  8. Replies
    137
    Views
    13,165

    Re: J2EE vs .Net

    In my opinion, .NET is better simply because the IDE is so much better than 99% of IDEs (let alone Java IDEs)
  9. Replies
    15
    Views
    661

    Re: problem with java

    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)
  10. Re: How many of you are self taught programmers?

    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#...
  11. Re: Java: Writing a program to take key words and make them links...

    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.
  12. Replies
    12
    Views
    418

    Re: UpperCase problem

    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...
  13. Replies
    266
    Views
    38,045

    Poll: Re: [Beginner] Programming Challenge: 1

    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,...
  14. Replies
    266
    Views
    38,045

    Poll: Re: [Beginner] Programming Challenge: 1

    Mono (basic, straightforward, sledgehammer method):


    using System;

    class Program
    {
    public static void Main(string[] args)
    {
    int beer; // a counter variable to...
  15. Replies
    11
    Views
    688

    Re: learning php and mySQL server...

    start: http://www.w3schools.com/php/default.asp
  16. Replies
    5
    Views
    1,320

    [ubuntu] Re: Screenlets showing 3 cpu's instead of 2?

    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.
  17. Replies
    55
    Views
    1,844

    Re: What are your programming/app dev flaws?

    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,...
  18. Thread: Flash OS.

    by descendency
    Replies
    2
    Views
    242

    [ubuntu] Re: Flash OS.

    I haven't tried that, but that should work.
  19. Re: How to VMWare Server 1.0.6 and 2.0 RC1 in Ubuntu 8.04

    http://technology.timesonline.co.uk/tol/news/tech_and_web/article4304820.ece

    Uninstall that "update" and your Zone Alarm will work fine again.
  20. [all variants] Re: Would 4Gb of RAM cause instability on a 32 bit machine?

    http://www.dansdata.com/askdan00015.htm
  21. [all variants] Re: Would 4Gb of RAM cause instability on a 32 bit machine?

    Because of the memory addressing of the graphics card and CPU.
  22. Re: firefox 3 showing different in Win and Lin

    http://ubuntuforums.org/showthread.php?t=208396
  23. Replies
    69
    Views
    4,809

    Re: What's with the popularity of C over C++?

    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...
  24. Re: new to monodevlop and i cant success to build solution in c# lang

    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.
  25. Re: new to monodevlop and i cant success to build solution in c# lang

    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
Results 1 to 25 of 53
Page 1 of 3 1 2 3