Search:

Type: Posts; User: Ervilha

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,760

    Bmp background in C++

    I made a program and would like to know how to put a wallpaper behind.
    with this code put an orange with a yellow line!



    #include "stdafx.h"
    #include "Painter.h"

    BOOL APIENTRY...
  2. Replies
    1
    Views
    958

    Problem with Nodes, Ancestry!

    Good morning, l'm needing some ideas or help.
    I am doing a project, where I have to create a system... like a simulation of a Explorer.
    I want to be able to create a node(folder), in the creation i...
  3. Replies
    2
    Views
    2,266

    Write and Read in a TXT.

    I made this small program to create and read text files,
    It creates normal, but at the time to read, it shows right things on the screen, but give me a error later.
    Anyone know what can be?


    ...
  4. Replies
    0
    Views
    1,693

    Option for write a file...

    I made a small source of a diary in C.
    Everything works perfect.
    I am studying alone with the material found on the net, and wanted to learn to write in text file.
    I tried several handouts but...
  5. Replies
    1
    Views
    1,529

    Write in txt...

    I make this contact phonebook, i want to learn how to write in a txt and read,
    my program do this...

    1 - register a contact
    2 - delete a contact
    3 - search for a contact
    4 - list contacts
    5 -...
  6. Replies
    13
    Views
    1,422

    He does that... Option 1 - Enter a value in...

    He does that...

    Option 1 - Enter a value in string [Ex. A, B, C] This Work.
    Option 2 - Delete a string. [Ex. B] Still in memory [A,C] This Work
    Option 3 - List all strngs [A,C] This Work
    Option...
  7. Replies
    13
    Views
    1,422

    Someone can help me fix this error?

    Someone can help me fix this error?
  8. Replies
    13
    Views
    1,422

    Sou sim!! :)

    Sou sim!! :)
  9. Replies
    13
    Views
    1,422

    I don't know what i did wrong, but still do not...

    I don't know what i did wrong, but still do not work!
  10. Replies
    13
    Views
    1,422

    I don't have idea of how to arrange that. my...

    I don't have idea of how to arrange that.
    my program entirely does is that...
    1 -enters with a String. (Work)
    2 - deletes a String. (Work)
    3 - lists all of the strings. (Work)
    4 - ...
  11. Replies
    13
    Views
    1,422

    The error is in this part... void...

    The error is in this part...



    void Executa(char *nome)
    {
    int Ciclos, Qtde;

    Ciclos=1;
    Qtde=1;
  12. Replies
    13
    Views
    1,422

    Problem with function.

    My program receives strings, then i enter a value to execute a repetition,
    I wanted the exit be "A" "B" "C" in loop.

    But ever time in the second loop i gets a erros o memory in visual studio...
  13. Replies
    3
    Views
    1,335

    thx, but still don't work, the output is always...

    thx, but still don't work, the output is always "==============="
  14. Replies
    3
    Views
    1,335

    How to store strings?

    I made this code, to enter several data.
    The variables that stored numbers work well.
    But the String don't.
    They always give the output "=================="




    // Projeto_Veiculos.cpp :...
  15. Replies
    3
    Views
    1,120

    I canīt fix this...

    I made this code for convert numbers arabic in romam, but i canīt make work.
    he return only characters.



    #include<iostream.h>
    #include<string.h>
    #include<conio.h>
    #include<stdio.h>...
  16. Replies
    2
    Views
    872

    Using Double...

    I made this code for show how many digits have a number, example...

    Enter a number: 546
    The number have 3 digits.

    with int he works fine, but i canīt make he work with double.


    ...
  17. Replies
    6
    Views
    1,144

    Sorry, i don't know how to fix this.

    Sorry, i don't know how to fix this.
  18. Replies
    6
    Views
    1,144

    I want to use only c, and in the output i am...

    I want to use only c, and in the output i am using c++.

    "cout << romano << endl;" This work.

    "printf("%s", romano);" This not, and i want to use this.
  19. Replies
    6
    Views
    1,144

    Help with this code...

    I need help with this, i want to covert arabic numbers in roman.



    #include<iostream.h>
    #include<cstring.h>
    #include<conio.h>
    #include<stdio.h>
    #include<stdlib.h>
    #include<ctype.h>
  20. Replies
    14
    Views
    1,964

    Help with inverse...

    I want to enter 10 words in a vector and print the inverse.

    #include <stdio.h>
    #include <conio.h>
    #include <string.h>

    void reverse(char str[]);
  21. Thread: Matrix in C...

    by Ervilha
    Replies
    2
    Views
    1,431

    Matrix in C...

    I want to do this in FOR, could someone help me.




    #include <stdio.h>
    #include <conio.h>
    #include <time.h>
    #include <stdlib.h>
  22. Replies
    5
    Views
    1,798

    Thanks for the tip, but i still need the result...

    Thanks for the tip, but i still need the result like "a-e-i-o-u"
  23. Replies
    5
    Views
    1,798

    Help with result only...

    I did this program, he picks up a word and shows only the vowels,
    You input "house" hi show "oue"
    I want the result like this "o-u-e"



    #include<conio.h>
    #include<stdio.h>
    #include<string.h>...
Results 1 to 23 of 23