Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    6
    Views
    7

    [SOLVED] Re: Mupltiple-installers issues

    Thanks oldfred, this clarified a lot.

    I've setup UEFI only for the usb boot, then proceded to erase and remake the efi partition, for extra safety (and because its size was 268MB and I much prefer...
  2. Replies
    6
    Views
    7

    [SOLVED] Re: Mupltiple-installers issues

    My mobo is Asus z170 Progamer.

    My BIOS is UEFI. I have no option to select how to boot, so I suppose I'm booting UEFI. I think Windows10 requires it and with 17.10 I had no problems with grub2....
  3. Replies
    6
    Views
    7

    [SOLVED] Re: Mupltiple-installers issues

    I've changed to RUFUS to prepare the usb installer and I've been able to install both 18.04 and 19.04.
    I still get the grub2 booting in text mode issue, and if I get past that stage 18.04 still has...
  4. Replies
    6
    Views
    7

    [SOLVED] Mupltiple-installers issues

    I was on 17.10 and happened to wish to upgrade. I download 18.04 LTS and...

    1. I create a USB installer while on linux, this partitions my pen leaving only 2 MB of the 8GB available as the FAT32...
  5. [ubuntu] Re: Ubuntu Install - Mouse icon stuck but mouse can interact

    Help please :(
  6. [ubuntu] Re: Ubuntu Install - Mouse icon stuck but mouse can interact

    I guess I'll try a bump since I posted over the weekend.
  7. [ubuntu] Ubuntu Install - Mouse icon stuck but mouse can interact

    Hello,

    I am trying to install ubuntu 16.10, but the mouse has issues. The same issue happens when I pick "try ubuntu" instead of the install option.

    Issue
    The mouse icon can be visible or not...
  8. Replies
    3
    Views
    1,044

    [SOLVED] Re: C++ runtime error: Assertion Failed

    I love enumerated lists too, they make the discussion so much clearer!

    1. 3.1.0-p3, the one that was already installed with Ubuntu 12.10. I used the software center to install the -dev, which...
  9. Replies
    3
    Views
    1,044

    [SOLVED] C++ runtime error: Assertion Failed

    Hi, my problem lies with some strange behaviour for which, I guess, the culprit seems to be the mpfr library (arbitrary precision floating point type).
    In practice what happens is that if I try to...
  10. Thread: FP languages

    by Dirich
    Replies
    11
    Views
    799

    Re: FP languages

    I choose Haskell as first and something LISP-esque as second. But after reading all posts now I am a bit confused about what to choose in the LISP family, so I would like some additional advice on...
  11. Thread: FP languages

    by Dirich
    Replies
    11
    Views
    799

    Re: FP languages

    I read about Clojure and compared it to what I knew about Haskell. Beside the Java thing, which is no use to me since I will hardly move from C/C++ for performance reasons, the thing that hit me the...
  12. Replies
    6
    Views
    420

    Re: Interrupt timing in C

    Nevermind, I thought I read C++
  13. Replies
    3
    Views
    1,036

    Re: Should GCC Be Pre-Installed by Default?

    King Dude: I recently (one week ago) installed 13.04 and gcc was already installed. I had to manually install g++ though (and by "manually" I mean I used the Software Center, I did not even bother...
  14. Thread: FP languages

    by Dirich
    Replies
    11
    Views
    799

    FP languages

    Hello, I need help in deciding which functional programming language to study.

    I would like to learn a functional programming language, for the pleasure of it and to learn about the FP paradigm (I...
  15. [SOLVED] Re: Ubuntu 12.10 vs 13.04 -- g++ compiler crazyness

    That sounds like it, thanks!
    Poor ubuntu guys, I always blame tham... :(
  16. [SOLVED] Ubuntu 12.10 vs 13.04 -- g++ compiler crazyness

    Every time I try a new Ubuntu release my programs stop compiling... Last time I found out they played around with some option and I had to change the order my libraries were listed. This time...
  17. Re: Ubuntu 13.04, bash does not recognizes executable files

    It is not THAT specific executable, bash does the same with ANY exectuable, even those of programs I have written and compiled myself.
    Essentially the problem is not the file I am trying to execute:...
  18. Ubuntu 13.04, bash does not recognizes executable files

    Hello,
    I just installed a 12.10 and updated it, then upgraded to 13.04.
    I tried to install a certain program, which required me to run an executable file, thus I wrote:


    ./FILENAME -OPTION
    ...
  19. Thread: Threads and I/O

    by Dirich
    Replies
    1
    Views
    326

    Threads and I/O

    Hello,

    when I learned about threads either I thought (or I read, I can't remember which) that they would be good to handle I/O. I mean, if I have to write stuff in 3 files and I want to keep...
  20. Replies
    6
    Views
    1,413

    [SOLVED] Re: C++, templates and arrays of pointers

    Thanks Zod, I tried both solutions. The arithmetic of pointers failed to provided a non-temporary object, but the instantiation of blah worked perfectly!
    It is indeed the temporary and referement...
  21. Replies
    6
    Views
    1,413

    [SOLVED] Re: C++, templates and arrays of pointers

    First of all, thanks for the help.
    Although you are right in saying I'm not specifying the template argument, the compiler deduces it correctly itself, so the problem is not that.
    Proof is the...
  22. Replies
    6
    Views
    1,413

    [SOLVED] C++, templates and arrays of pointers

    Hi,

    I have a small header where I defined some functions to manage dynamic arrays I need. One of these functions is:



    /*!
    This subroutine increases the size of a dynamic array by 1 and...
  23. Replies
    2
    Views
    7,990

    makefile problem (error 127)

    My makefile is:


    APP = TransportAnalysis

    SRCS = \
    TransportAnalysis.cpp \
    taException.cpp \
    taGenerateConfigure.cpp \
    taGenerateInput.cpp \
  24. Thread: Makefile doubt

    by Dirich
    Replies
    1
    Views
    326

    Makefile doubt

    I know very little about makefiles, so it may very well be (and probably is), some sort of very basic thing I'm doing wrong. I have a single source file that needs 3 libaries to be compiled (gmp,...
  25. std::to_string -> compiler error "not a member of std"

    C++ reference specifies that in <string> there's the method "to_string ()" which allows me to insert a double into a string. For some reason my compiler tells me that to_string is not a method of...
Results 1 to 25 of 90
Page 1 of 4 1 2 3 4