Search:

Type: Posts; User: qwertiop

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    7,220

    >> You got a Java job without having any Java...

    >> You got a Java job without having any Java experience?

    basically... I dabbled in it years ago... listed it on my resume but made it clear in interviews that I had limited experience in java...
  2. Replies
    3
    Views
    7,220

    java for c++ programmers book

    I'm starting a job in about a month as a java developer, mainly JSP using sybase database I think. Thing is most of my experience is with C++ and a bit with C and C#. I also have quite a bit of...
  3. Replies
    8
    Views
    6,262

    found te problem

    in case your wondering I found the problem after wasting a few hours. the first way I tried worked, but NULL must be in all lowercase in c#.
  4. Replies
    8
    Views
    6,262

    heres how I declare aCommand ...

    heres how I declare aCommand



    OleDbConnection aConnection = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\whatever");


    I already tested the query manually it works...
  5. Replies
    8
    Views
    6,262

    I'm not sure you understand what I'm trying to...

    I'm not sure you understand what I'm trying to do. The query works, I already tested it manually. I want it to run a query that may return nothing, and if it returns nothing i want to detect that...
  6. Replies
    8
    Views
    6,262

    the length of string thing does not work, the...

    the length of string thing does not work, the program is crashing on the executeScalar function.

    The debugger says "Object reference not set to an instance of an object." I'm not that...
  7. Replies
    8
    Views
    6,262

    OleDbCommand.ExecuteScalar return problems

    public string getScalar (string query)
    {
    OleDbCommand aCommand = new OleDbCommand(query, aConnection);
    aConnection.Open();
    string s= aCommand.ExecuteScalar().ToString();...
  8. Thread: multisets?

    by qwertiop
    Replies
    3
    Views
    1,531

    thanks that doesn't seem to be the main problem...

    thanks that doesn't seem to be the main problem though. I'm still getting errors where I create the multiset and on the line with the for loop...
  9. Replies
    2
    Views
    923

    first I think you should at a public accesser...

    first I think you should at a public accesser function to return savingsBalance. then you can do something like:



    void SavingsAccount::operator+ (SavingsAccount blah){
    return...
  10. Thread: multisets?

    by qwertiop
    Replies
    3
    Views
    1,531

    multisets?

    so i declared a multiset header in my class declaration:



    private:
    multiset<MediaRecord>mySongs;
    multiset<MediaRecord>::iterator blah;


    then in my member functions I wonna do stuff like:
  11. Replies
    14
    Views
    12,631

    honestly i have no idea, i got all my games by...

    honestly i have no idea, i got all my games by linking from another calculator.
  12. Replies
    14
    Views
    12,631

    you need a program called ion, run it, and it...

    you need a program called ion, run it, and it will create a program called A. run A, and It will show you a list of all the games on the calc that use the ion thing.
  13. Replies
    14
    Views
    12,631

    I have ztetris v1.1 for ti83 plus. Got it by...

    I have ztetris v1.1 for ti83 plus. Got it by linking from a friend.

    true you can program strieght into the calculator, but its extremely tedious, unless you know something I don't.
  14. Replies
    59
    Views
    10,054

    I think that would come out to 2:00PM US Eastern...

    I think that would come out to 2:00PM US Eastern Time, I will not have access to a computer at that time.
  15. Thread: Space Shuttle

    by qwertiop
    Replies
    100
    Views
    16,863

    I think what i mean is colonizing another planet...

    I think what i mean is colonizing another planet in 10 thousand years is so out of perspective for me. I'm more interested in advances close to home, that I will be able to see in my lifetime.
    ...
  16. Replies
    12
    Views
    3,138

    Its just a superstition; there are countless...

    Its just a superstition; there are countless superstitions around the world. Some people believe them, some people don't. It really doesn't have anything to do with technology, or advances in...
  17. Thread: Space Shuttle

    by qwertiop
    Replies
    100
    Views
    16,863

    I give my grievances to the families of the...

    I give my grievances to the families of the astronauts. It was an unfortunate tragedy. But of course the astronauts and people in NASA knew the risks.

    Honestly, I feel a lot of the stuff NASA...
  18. Replies
    25
    Views
    5,003

    Poll: I'm taking AP US gov, AP calc bc, AP chemisty. I...

    I'm taking AP US gov, AP calc bc, AP chemisty. I would have taken ap physics, but my school doesn't offer it, or AP stats, but I couldn't fit it into my schedule. Last year I took AP US History,...
  19. Replies
    12
    Views
    3,138

    gon chi fai tse! edit: i don't know how to spell...

    gon chi fai tse!
    edit: i don't know how to spell it.
  20. Replies
    15
    Views
    4,721

    Minesweeper is great. Simple to learn, but can...

    Minesweeper is great. Simple to learn, but can be hard, and requires some stratagy. whats everyones fastest times in windows minesweeper? mine are 9sec beginner, 75 intermediate, 315 expert.
    ...
  21. Replies
    25
    Views
    5,003

    Poll: I take physics, I think its a more essential...

    I take physics, I think its a more essential class.

    also if this is high school, don't you have to take classes like english and government?
  22. Replies
    1
    Views
    2,053

    java disscusion board

    Does anyone know of a good java disscusion board simular to this one?
  23. Thread: C/C++ Vs Java

    by qwertiop
    Replies
    18
    Views
    6,106

    i took two years or classes in C++, this year i...

    i took two years or classes in C++, this year i am learning java. So far its been pretty easy, very similar in syntax to c++. However for beginners i think c/c++ is easier, because you can make non...
  24. Replies
    10
    Views
    2,700

    thanks people for replying, i still need a few...

    thanks people for replying, i still need a few more responses, anyone else?
  25. Replies
    10
    Views
    2,700

    thanks for the response, any other takers?

    thanks for the response, any other takers?
Results 1 to 25 of 87
Page 1 of 4 1 2 3 4