Search:

Type: Posts; User: Boomba

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,503

    DataTable sorting

    Hi guys,

    This seems like a simple problem but I'm having difficulty finding the most efficient method. I have a DataTable with a list of comments (each row represents a comment). There can be...
  2. Replies
    1
    Views
    2,021

    HttpWebResponse Exceptions

    Hi,

    I have an odd problem and hoping someone may have come across this before. I have created a web parser in C# using the same method as THIS example. I am currently testing my code by grabbing a...
  3. Replies
    0
    Views
    3,346

    How to Interact w/ my C# Windows Service?

    Hi,

    I have just created a windows service using C#. I would like to leave this service installed on a windows server and I want to be able to interact with it (call functions and store variables)...
  4. Poll: well they already hacked it: here...

    well they already hacked it: here
  5. Thread: DirectX version

    by Boomba
    Replies
    3
    Views
    1,114

    if you installed the direct x sdk (which doesnt...

    if you installed the direct x sdk (which doesnt come witha nything so you most liekely would have to do it) it would be in your start menu like any other program..and it wold have shortcuts to smples...
  6. Replies
    5
    Views
    2,912

    I would guess 2..seems tediouse ofcourse....which...

    I would guess 2..seems tediouse ofcourse....which is why C++ exsists :)
  7. Thread: for loops

    by Boomba
    Replies
    10
    Views
    1,318

    Yes, correct

    Yes, correct
  8. Thread: for loops

    by Boomba
    Replies
    10
    Views
    1,318

    it affect it because the statement is not under...

    it affect it because the statement is not under the loop anymore in the second part

    the ";" after the for loop in the second part ends whats under the looop early and makes it so that <statement>...
  9. Thread: Laptop Problem

    by Boomba
    Replies
    1
    Views
    5,830

    Laptop Problem

    HI, I have a very bizzare prblem with my laptop and i've had this issue for a while. (past few months)

    I own an IBM thinkpad A31p and it runs great except at extremely random times it jsut...
  10. Replies
    67
    Views
    8,040

    guys guys, you need a professional here, I've...

    guys guys, you need a professional here, I've played warcraft for a total of 12 minutes...your gonna need my experience and expertise.

    first we need someone to open a consol and type stuff in it....
  11. Replies
    13
    Views
    3,992

    Checking for integer after square root

    Hi,
    its seems like a simple problem but i can't seem to find any simple C/C++ tools to help me with what i'm looking for...

    I have a long variable, I wanna take the square root of that long...
  12. Thread: Linked Lists...

    by Boomba
    Replies
    3
    Views
    846

    close....you need to make a structure ...

    close....you need to make a structure



    typedef struct node
    {
    NODE * left;
    NODE * right;
    //whatever other data that should be in each node in here
    } NODE
  13. Replies
    13
    Views
    1,970

    I've done some rearranging you seem to be used to...

    I've done some rearranging you seem to be used to pascal or something...



    int greetings(); // this is a prototype
    void age(); //another

    int main()
    {
    cout...
  14. Thread: .EXE s in .NET

    by Boomba
    Replies
    4
    Views
    1,081

    yeah you can create a stand alone app..The...

    yeah you can create a stand alone app..The featuer for creating a regular win32 app are still there and very usable.
  15. Replies
    2
    Views
    1,738

    forking and sharing variables

    Hi,

    I wanna do something really simple.....but can't seem to find my way around it....I have three client programs connecting to one server client. I'm using fork() to create a new thread for each...
  16. Replies
    12
    Views
    7,603

    thanx but.. without trying that i know that...

    thanx but..
    without trying that i know that would only return all the transactions that have the same account.....not what i'm looking for...what i meant is that i want to get EACH customers's...
  17. Replies
    12
    Views
    7,603

    For the SQL experts out there

    I have a SQL question..didnt know wher else to ask. I have two tables: 1) customer table & 2) transactions. They both have an account column and account is a primary key in the customer table of...
  18. Replies
    4
    Views
    2,005

    thanx alot for your help guys, sorry i didnt find...

    thanx alot for your help guys, sorry i didnt find it on google earlier becasue I didnt think of searching those exact words....not too good at key words I gues :S
  19. Replies
    4
    Views
    2,005

    i'm asking because I dont wanna make a simple...

    i'm asking because I dont wanna make a simple calculator from scratch. just to handle a 2 operator expression.
  20. Replies
    4
    Views
    2,005

    Library for math strings

    is there a library that would take a string expression such as 2 + 3 * 5 and output the correct answer using correct prescidence?

    thanx in advance
    Boomba
  21. Replies
    4
    Views
    1,736

    I dont know much about PSU's in terms of specific...

    I dont know much about PSU's in terms of specific brands. but I do know you should never cheap out on one cus they caa casue seriouse damage if you dont get a good one. so in this case i suggest an...
  22. Replies
    9
    Views
    1,329

    to store a value you use a variable...you should...

    to store a value you use a variable...you should start from the beginning of the tutorials and work your way up...the value wont get loaded again automatically unless you store tha value in a file on...
  23. Replies
    7
    Views
    1,552

    I'll try...I think in this case..by mobile we...

    I'll try...I think in this case..by mobile we mean how many operating systems can the program run under?...if thats the case well Java is a very mobile programming language becasue java has this...
  24. Thread: Air Resistance?

    by Boomba
    Replies
    5
    Views
    4,637

    this involves some drag physics...not 100% sure...

    this involves some drag physics...not 100% sure on the matter but i think I can point you in the right direction

    http://www.grc.nasa.gov/WWW/K-12/airplane/falling.html

    hope that helps
  25. Replies
    13
    Views
    2,087

    yeah well if those argument variables arent being...

    yeah well if those argument variables arent being used anywhere then removing them for now wont lead to any bad outcomes.
Results 1 to 25 of 92
Page 1 of 4 1 2 3 4