Search:

Type: Posts; User: paulovitorbal

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    7,164

    Weight Balanced Tree - Implementation

    Weight-balanced tree
    From Wikipedia, the free encyclopedia

    Weight Balanced Tree or a Weight Balanced Binary Tree

    Weight Balanced Binary Tree is a binary tree where the most probable item is...
  2. Replies
    5
    Views
    1,734

    can you see what's wrong? its missing the name...

    can you see what's wrong?

    its missing the name of variable on the declaration of the function(red marker).
  3. Replies
    11
    Views
    5,248

    well, sorry, i'm usin win32, because this is the...

    well, sorry, i'm usin win32, because this is the only one, that supports chai3D perfectly.


    It works perfectly, thx!

    thx to show me another way to congrat the player!



    thx a lot
  4. Replies
    11
    Views
    5,248

    Splash screen in borland C++ builder

    Well guys,


    i've been working for days in a project, for the college, it's a solitaire game(klondike, like the windows famou card game), but i'm confused now, how should I congratulate the player...
  5. Thread: Chai 3D

    by paulovitorbal
    Replies
    5
    Views
    2,303

    i need some examples... can you help me?

    i need some examples...

    can you help me?
  6. Thread: Chai 3D

    by paulovitorbal
    Replies
    5
    Views
    2,303

    thkx, i tried this, i'm reading some articles on...

    thkx, i tried this, i'm reading some articles on www.geocities.com/rv_ucb (portuguese);

    i will check the other sites as long as i finish this!


    thx a lot
  7. Thread: Chai 3D

    by paulovitorbal
    Replies
    5
    Views
    2,303

    Chai 3D

    well, let me explain...

    my high scool teacher asked me to do a "solitaire-game" board, using chai 3D, but i never seen this before, anyone can help me? i'm lookin for some references about this,...
  8. Replies
    3
    Views
    1,410

    Sorry by my english, i'm brazilian, i'm trying my...

    Sorry by my english, i'm brazilian, i'm trying my best in this forum, so the 2nd answer, is answering perfectly my question.

    I hope to see personal views about this.

    Thx
  9. Replies
    3
    Views
    1,410

    Graphic Interface

    Well, I want to know what do u think about graphical programs in C (not C++), what header do u use?

    This is not a question topic, this is a "what do u think about" topic
  10. thx a lot

    thx a lot
  11. how i can do this??

    how i can do this??
  12. a function that returns the number of bytes of a file

    this function exist? how i can verify if a file is empty or not?
  13. Replies
    4
    Views
    4,324

    Thx a lot! you helped me a lot. Sorry by this...

    Thx a lot! you helped me a lot.
    Sorry by this kind of mistakes... i think this happens cuz i'm not sleepin...
  14. Replies
    4
    Views
    4,324

    Well, sorry for the language... i'll put down...

    Well, sorry for the language... i'll put down here, where i think the problem is...
    if you need more code translated ask me.
    thkx

    void verify(config *configuration){//verify the configuration of...
  15. Replies
    4
    Views
    4,324

    Error in reading from file

    Well, i'm doing a project for my university, and i've got some mistakes, when i try to read the values from files. please someone take a look and show me possible errors. since thank.


    #include...
  16. Replies
    4
    Views
    1,642

    fgets and gets

    well, the function gets(), reads char until the user press <enter>, right?
    the function fgets(), reads char from a file until apear '\n' or '\0'?
    plz explain me this
  17. Replies
    3
    Views
    946

    well, right now i discovery the answer to my...

    well, right now i discovery the answer to my question, this strftime is good for me, but this code right down here is better take a look. thx by the help

    int dia, mes, ano;
    struct tm *local;...
  18. Replies
    3
    Views
    946

    Time problem

    Well i'm doing a program to managem incoming and outcoming payments, but i need to get the date from de system of the client pc, but i dunno any functions about time, i looked and i've found nothing,...
  19. Casting int to char, urgent question...

    well, let me describe i need to convert my CONTADOR (int) to a char, CONTADOR starts in 0 and terminate in 512, take a look in my program e if possible help me...
    sorry by my english...

    #include...
  20. Replies
    5
    Views
    1,858

    thank u all! now i can proceed in my personal...

    thank u all!
    now i can proceed in my personal project of my conversor!!

    thx a lot!! and sorry for my newbie mistakes, and sorry too by my poor english
  21. Replies
    5
    Views
    1,858

    #include #include #include...

    #include <stdio.h>
    #include <string.h>
    #include <conio.h>
    void ptr_explode(char *ptr, char **results)
    {
    //char *ptr = "a pointer with a buch of words un fun funf unf ";

    /* first...
  22. Replies
    5
    Views
    1,858

    Troubles passing 2D arrays of char

    well, take a little look in it:

    #include <stdio.h>
    #include <string.h>
    void ptr_explode(char *ptr, char *results)
    {
    //char *ptr = "a pointer with a buch of words un fun funf unf ";
    ...
Results 1 to 22 of 22