Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    422

    Help with BigInt Library

    Hello so I want to start off this is not Homework.

    But I am in a c++ class and we were going over recursion and a Factorial equation:

    Quick sum if you don't know what a factorial is. Its like...
  2. Replies
    4
    Views
    575

    Re: Sorting strings in C++

    Do you see where I messed up. I did just that compared the first digit to the codes I also have code for 'W', 'y', 'A' or Warning, Watch, and Advisory.

    Heres the code:




    void...
  3. Replies
    4
    Views
    575

    Sorting strings in C++

    Ok I have a program that needs to sort Homeland security Warnings by most urgent to least. I have an array of Alert Objects. How can I sort them from Red to Green?

    This is the formatting of the...
  4. How to make a program that requires verification from both parties?

    Hello, I want to make a program with C++. So here is the story, I owe my mother for a car she bought me. I want a program that where we set the amount on the program. I input what I paid and she has...
  5. Replies
    10
    Views
    641

    Re: wireless does not connect on 13.04

    I have followed the page your gave to me. But after # 5 its just staying like a little blinking white spot. Like what it does when its doing something. But its been liek this for half an hour and...
  6. Replies
    10
    Views
    641

    Re: wireless does not connect on 13.04

    Just one question how do I download a driver if I can't connect to internet
  7. Replies
    10
    Views
    641

    Re: wireless does not connect on 13.04

    07:00.0 network controller: Ralink corp. RT5390 Wireless 802.11n 1T/1R PCIe
  8. Replies
    10
    Views
    641

    Re: wireless does not connect on 13.04

    Can you tell me what part need cuz I have to type it by hand
  9. Replies
    10
    Views
    641

    wireless does not connect on 13.04

    Ok so here's my problem. There are similar posts but none have solutions that work for me. I upgraded from Ubuntu 12.04 to 13.04 and on 12.04 and 12.10 my wireless worked fine. But as soon as I boot...
  10. Replies
    3
    Views
    1,643

    Re: How to reverse-engineer My Ubuntu Package

    No thats why I'm worried. All i have is the package from Ubuntu Software Center. And it is written in C++ with some qt GUI libraries.
  11. Replies
    3
    Views
    1,643

    How to reverse-engineer My Ubuntu Package

    Ok, So like a month ago I made the program, "GibberEng". Just a simple program that encrypts a string. But while, it is simple it took very long to code, since its GUI and has its own unique...
  12. Replies
    2
    Views
    340

    [ubuntu] Remove Ubuntu 12.04

    I have Ubuntu and Mint dual booted. I want to get rid of Ubuntu how do I do that. Linux Mint 14 and Ubuntu 12.04. They are on same harddrive.
  13. Replies
    5
    Views
    1,984

    Re: IDE vs text editor for C

    I find a IDE a lot easier at least for c/c++. I have used Code:Blocks and Netbeans and both are great. Both offer Qt which is extremely beneficial.
  14. Replies
    1
    Views
    878

    Converting program from console to GUI

    Ok I have this console program that what it does is converts a string into gibberish. I want to convert it from what it is right now to Qt(I have both just Qt and then also Netbeans with Qt). So what...
  15. Replies
    5
    Views
    531

    [ubuntu] Re: Compiled program won't open.

    ok how do I fix it then?
  16. Replies
    5
    Views
    531

    [ubuntu] Re: Compiled program won't open.

    I doubleclick it. and i think it runs in terminal.
  17. Replies
    5
    Views
    531

    [ubuntu] Compiled program won't open.

    This didn't fit quite under the specialized support category because It has to do with an executable not opening not a problem in writing or compiling the code.

    So I made a program with Netbeans...
  18. Netbeans with Qt designing button to do action.

    Ok so what I am making is a program that converts a message into gibberish using:


    std::string str;
    cin >> str;
    int index=0;
    while(str[index])
    {
    str[index]=(str[index]+1)%256;
    index++;
  19. Replies
    5
    Views
    6,063

    Re: Help installing QT on Linux Ubuntu 12.04 LTS

    I will be honest bud. I have no idea what a md5sum is
  20. Replies
    5
    Views
    6,063

    Re: Help installing QT on Linux Ubuntu 12.04 LTS

    yes that is exactly how I entered it except i used


    cd

    to get into the Downloads directory.
  21. Replies
    5
    Views
    6,063

    Help installing QT on Linux Ubuntu 12.04 LTS

    Ok so I dowloads QT5 from their website and it gave me a .run file. I went into terminal and

    chmod u+x qt.run
    ./qt.run

    then it said no marker found, stopped after 1.00MiB
    can anyone tell me...
  22. Thread: DocuCanvas

    by Bresser
    Replies
    1
    Views
    335

    DocuCanvas

    Hello,
    So I found a program written in Python. I cloned the Repository. So now how to I compile it into a package?

    Thanks

    p.s. the package is DocuCanvas from github.com
  23. Replies
    17
    Views
    25,283

    Re: What is the 'best' IDE for python development?

    Don't use python because when you run it, it wont ask you for the input its supposed to
  24. [ubuntu] Re: Getting songs off of ipod touch to rhythmbox

    No i know how to do it in windows
  25. Re: file to automate clicks on every file in a folder.

    I thought it was like itunes where you put the music in a folder then you have to click on every song to open it with itunes in order for it to be in the itunes library
Results 1 to 25 of 66
Page 1 of 3 1 2 3