Search:

Type: Posts; User: Volpin

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,365

    The "declaration" of cells is made in line...

    The "declaration" of cells is made in line above....
  2. Replies
    3
    Views
    1,365

    Converter from Text to morse [help needed]

    hi guys i have one problem,I want to make an application for windows that encodes a text into morse....
    i use an EditBox to enter the the word,and then a Button to send a each letter to a StringGrid...
  3. okey donkey .... :D I found that there is a...

    okey donkey .... :D
    I found that there is a library (crypto++) but it needs a skilled programmer....
    As for the StringGrid,I didn't mentioned the use of it.It was supposed to be used as an array...
  4. Need help with Project (encoder decoder base64,morse,HEX)

    We have a team project where we will have to create an application,in c++ that
    will encode and decode a text into base64,morse,and HEX.We have many questions.....:o

    1)Will we be able to use some...
  5. Replies
    0
    Views
    1,364

    Can't find -lalleg

    i just reinstalled Code::Blocks on my old laptop,and when i try to compile a simple "hello world"(c++),it gives me an error as

    " ld.exe||cannot find -lalleg|"

    does it have to do anything...
  6. Replies
    15
    Views
    1,843

    well guys noone told us which compiler we should...

    well guys noone told us which compiler we should use.After a research on the internet i thought that i should be using GNU GCC.
  7. Replies
    15
    Views
    1,843

    about the conio.h we were told to use it (in my...

    about the conio.h we were told to use it (in my university)....
    anyway all of you have been a great help
    thx guys!
    may the force be with you ...;)
  8. Replies
    15
    Views
    1,843

    #include #include #include...

    #include <stdio.h>
    #include <stdlib.h>
    #include <conio.h>
    struct nba
    {
    int overall;
    };

    float OVG(struct nba *ptr);
  9. Replies
    15
    Views
    1,843

    OK mate I'll try to work it out,thx

    OK mate I'll try to work it out,thx
  10. Replies
    15
    Views
    1,843

    when you say ADDRESS You mean that i should use...

    when you say ADDRESS You mean that i should use pointers???
  11. Replies
    4
    Views
    1,191

    #include #include...

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


    int main()

    {
    int x;
    char password[5];
  12. Replies
    15
    Views
    1,843

    Just want to use some structs in a function

    hey guys!! new day with a new question :D



    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    struct players
    {
    char name[30];
  13. Replies
    6
    Views
    996

    guys I appreciate your help thanks a lot ;)

    guys I appreciate your help thanks a lot ;)
  14. Replies
    6
    Views
    996

    He went for walk -.-(joke,don't mean to offend...

    He went for walk -.-(joke,don't mean to offend you)
    How could i forget this...????
    thx mate I'll be more careful,and check and a fourth time my programs bugs before posting.
    I'm terribly sorry...
  15. Replies
    6
    Views
    996

    inside "FOR" problem...

    for(i=0;i<4;i++)
    {
    printf("\ntype the name of the Player-->");
    scanf("%s",nba[i].name);
    printf("\nType the surname of the Player-->");
    ...
  16. Replies
    2
    Views
    692

    thx mate for the solution-explanation and for the...

    thx mate for the solution-explanation and for the tip ;)
  17. Replies
    2
    Views
    692

    problem with if and character

    // code\\


    printf("\nchoose your league:");
    scanf("%s",&league);

    if (league=='nba')
    printf("you have choosen nba");
    else if (league=='euro')
    ...
Results 1 to 17 of 17