Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    470

    Re: what is artificial intelligence ai?

    https://www.google.co.uk/search?q=artificial+intelligence+programming+in+python&rlz=1C1SFXN_enGB499GB499&aq=0&oq=artificial+intelligence+in+python&aqs=chrome.1.57j0l3j62l2.9747j0&sourceid=chrome&ie=UT...
  2. Replies
    3
    Views
    838

    Forum harder to read?

    Hiya,
    not sure where to put this really, as it's nothing to do with ubuntu.
    Since the site "revamp" does anyone find it harder to read? Well, not harder to read but just a lot more 'busy'?
  3. Replies
    12
    Views
    552

    Re: c++ exception handling

    yea that threw me a bit (no pun intended). Looks strange to me.
  4. Replies
    12
    Views
    552

    Re: c++ exception handling

    i think i am wrong and all the other fella's are right :)
  5. Replies
    12
    Views
    552

    Re: c++ exception handling

    well it almost sounds like if you're getting nonsense are you in fact asking for the 4th element of the array, rather than an array of 3 elements?
    I'm not sure without testing it but it kinda feels...
  6. Replies
    12
    Views
    552

    Re: c++ exception handling

    What do you think this is actually doing?



    catch (MyType var[3])
  7. Replies
    6
    Views
    717

    [xubuntu] Re: Strange lines on monitor

    ask a mate if you can borrow a monitor and see if the same thing happens on that one. That should tell you if it's specific to your machine or not.
  8. Re: Copy data upto last used Row of a specific column

    Ain't done excel stuff in years, but is it possible to get back the contents of one column as an array?
  9. Replies
    6
    Views
    542

    Re: re-declare a member of a structure

    indeed.
    my last company's coding standards forbade the use of unions for those reasons mentioned.
  10. Replies
    9
    Views
    2,023

    Re: variable return type in C

    sounds like a template function in C++, but not sure this is possible in C.
    Not done C in a long time though :)
  11. Replies
    2
    Views
    731

    Re: C++ - Case switch oddities

    Stick a break at the end of each case.
  12. Re: permission denied error in socket programming in c

    Somebody should merge his/her 2 threads. They're converging onto the same subject.
  13. Replies
    11
    Views
    526

    Re: To compile one or more programs together

    ./socket


    is not working because it isn't being created. Are you sure this thing is compiling?

    run make again like this


    make &> results.txt
  14. Replies
    11
    Views
    526

    Re: To compile one or more programs together

    after you've typed make, type 'ls -l' and paste the results here. in other words, let's have a look at what's produced after your make.

    (they are all lower case L's in that command by the way).
  15. Replies
    11
    Views
    526

    Re: To compile one or more programs together

    I'll say it again:
    why are you trying to run an object file?

    Have a quick read of this:
    http://www.network-theory.co.uk/docs/gccintro/gccintro_54.html

    And i'm failry sure you dont need to use...
  16. Re: permission denied error in socket programming in c

    Impossible :)
  17. Re: permission denied error in socket programming in c

    are you trying to run a .o file??
    what command did you use to compile this?
    and where are you running it from?

    edit: and are you logged in as root?
  18. Replies
    3
    Views
    443

    Re: can't call function

    You shouldn't have a function in your class the same name as the class. You've instantiated an object, and then you effectively call the constructor again.

    You need (i think) something like this:...
  19. Replies
    5
    Views
    444

    Re: Pure Virtual Function

    I think you're asking about abstract base classes, rather than specifics about pure virtual functions aren't you?
  20. Replies
    17
    Views
    1,311

    Re: Functional Programming

    Oh god, not again.
  21. Replies
    6
    Views
    880

    Re: chess with many levels

    eh?
  22. Thread: C# monodevelop

    by muteXe
    Replies
    3
    Views
    371

    Re: C# monodevelop

    how about looking at your other thread:
    http://ubuntuforums.org/showthread.php?t=2103040
  23. Replies
    13
    Views
    15,963

    Re: A little problem in compiling C code

    Welcome.
    http://stackoverflow.com/questions/6565924/g-conio-h-no-such-file-or-directory

    Have a google first with the compiler message.
  24. Replies
    8
    Views
    2,073

    Re: Incorrect time each boot

    knackered motherboard battery maybe?
  25. Replies
    2
    Views
    353

    Re: Errror: NullPointerException

    No, it means your allFile object IS a null object. Follow bird1500's post and put in the full path to your directory.

    When you're doing stuff like this it's always good to test for nullness, or...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4