Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    474

    Re: Why this output?

    Thanks that's the explanation I was looking it has sense. How the values are put in the data segment(Event make the drawing :P)
  2. Replies
    5
    Views
    474

    Re: Why this output?

    I know it was going to print some strange number in the function s

    But my question is wy it returns 10.
    I know it related how c puts the values in the data segment,but still don't know why it...
  3. Replies
    5
    Views
    474

    Why this output?

    Hi
    I have the fallowing c code



    int *s(int c);

    void main()
    {
    int y = 10;
  4. Replies
    4
    Views
    1,624

    Problem with Jsp Functions

    Hi
    I am starting with JSP.
    I would like to know why this doesn't work?



    <%String msg="Hola"; %>
    <%! public void getMsg()
    {
    out.print(msg);
  5. Replies
    0
    Views
    954

    [all variants] Problems configuring a vsftpd

    Hi. I am having troubles when I try to upload o create a folder or file to login users. (Anonymous users can't access)

    My configuration file is the following


    # Run the server in standalone...
  6. Replies
    4
    Views
    296

    Re: Problem with script

    Solve
    Thanks :)
  7. Replies
    4
    Views
    296

    Problem with script

    Hi
    I am trying to make a script that tells me if the file "Hello" appears more than 5 times.

    I have the script the following way




    var = ls | grep -c Hello
    if [var >5];then
  8. [ubuntu] How to install Realtek RTL8188CE WiFi drivers in Ubuntu 11.10

    Hi
    I have a toshiba laptop and I am getting problems with the wifi card Realtek RTL8188CE WiFi drivers.

    At the beginning the network manager told me that the driver was of, but it was on, it...
  9. Replies
    2
    Views
    317

    [other] Desktop Virtualization

    Hi
    I am trying to build a computer lab for a small school.
    I read about the Linux Terminal Project, but I had some doubts.

    First of all.
    The School doesn't count with money, so they are not...
  10. Replies
    2
    Views
    452

    Generating random Numbers c++

    Hi guys I am trying to generate 150 numbers in less than 2 seconds.




    srand(time(NULL));
    opt=rand()%4+1;
    QString mes=get_Character(opt);
  11. Replies
    1
    Views
    768

    [other] Instaling MoinMoin

    Hi guys I thinks this is the right place for this,
    I am trying to install a wiki.
    I have my own domain diegoturcios,net16.net(Its a free). So I will like to have a wiki.diegoturcios.net16.net But I...
  12. [ubuntu] Re: Suddenly I couldn't connect internet the LAN way

    Thanks
    That was the problem I don't who it got disable. But its fine
    Thanks
  13. [ubuntu] Suddenly I couldn't connect internet the LAN way

    Hi
    Well I will tell you which was my problem.
    I was on internet last night, all was good.
    I left my laptop on stand by and today on the morning I could wake up my laptop so I turn it of the manua...
  14. Replies
    4
    Views
    490

    [lubuntu] Getting back the grub

    Hi
    I have to install windows7 on my laptop, so I lost the grub. So I did the following to have it back.


    What could the error be?
  15. Replies
    4
    Views
    4,085

    Re: Using the SFML in codeblocks

    Thanks problem solved :D:lolflag:
  16. Re: Cout library - QtCreator programming question

    I know your mistake.
    If you are using QT4c++ and want to develop console appli

    cations, you have to create a new Console Project. Thats the only way you can do it.
    And you have to execute it on...
  17. Replies
    4
    Views
    4,085

    Using the SFML in codeblocks

    Hi
    I am playing around with the SFML library.
    I could compile and run a program writing the code in gedit and compiling it on the terminal.
    I used this guide for doing this ->...
  18. Replies
    16
    Views
    38,351

    Re: Best C++ IDE for Ubuntu

    Codeblocks its really nice :D
    For the graphical part QT4 c++
  19. Replies
    5
    Views
    685

    Re: Trouble to read a char* in a file

    Thanks problem solved
  20. Replies
    5
    Views
    685

    Re: Trouble to read a char* in a file

    So that means I have to write it like this?



    string na1;
    na1=ColumnName.at(i);
    fwrite(na1.c_str(),20,1,archivo);
  21. Replies
    5
    Views
    685

    Trouble to read a char* in a file

    Hi guys
    I am having troubles to read a char* from a file. Each time it reads me it prints garbage values :(

    Here is the code



    char * Columnas::convertir(string name)
    {
    int longi =...
  22. Replies
    15
    Views
    803

    Re: Having Troubles to read file in c++

    nop the string is "abc"
    Si i think it is the codeblocks that is failing. One friend of my tells me he has the same trouble with codeblocks in windows
  23. Replies
    15
    Views
    803

    Re: Having Troubles to read file in c++

    @MadCow108 thans for telling me that. Right i am using codeblocks in windows on my and it is the second time it happens this. It may be the version. I will try it on my laptop with ubuntu and...
  24. Replies
    15
    Views
    803

    Re: Having Troubles to read file in c++

    @MadCow108 Sorry i click in reply with out copying.
    The problem still continue.
    It only prints the "codigo" and the "salario", when it has to print the name the program stops running
  25. Replies
    15
    Views
    803

    Re: Having Troubles to read file in c++

    @dwhitney67
    Yes I know it that way. But i want to try the cstdio lib.
    And what I am seeing is that the file works fine, when it is not reading a string.
    SO i think I am making bad the process of...
Results 1 to 25 of 68
Page 1 of 3 1 2 3