Search:

Type: Posts; User: ^DJ_Link^

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    4,051

    thank you! it's now fully working =)

    thank you! it's now fully working =)
  2. Replies
    8
    Views
    4,051

    oh sorry, here's the code. This one finds in all...

    oh sorry, here's the code. This one finds in all directions except for the random





    do
    {
    i=0;
    j=0;
  3. Replies
    8
    Views
    4,051

    I've tought in that also, the question is....

    I've tought in that also, the question is. Imagine that you find 3 correct letters and find a dead end. but in another direccion that you haven't choose there is the rest??
  4. Replies
    8
    Views
    4,051

    Yes i do know what words im looking for. U tought...

    Yes i do know what words im looking for. U tought of recursion also, the problem is that i know well how to work with it.
  5. Replies
    8
    Views
    4,051

    Finding Words in a array[size][size]

    Hi there! I need some help to find words in a array[size][size]
    Just like the game soup of letter. It has to find words in vertical, horizontal, diagonal and random positions.
    Example of random:
    ...
  6. Replies
    2
    Views
    1,307

    it's just for images in the gray scale. tks

    it's just for images in the gray scale. tks
  7. Replies
    2
    Views
    1,307

    differences between images

    i have to make a program that finds differences betwenn images in raw files. the raw file contains byte type data and i need to find where are differences and make a circule round it. i know how to...
  8. Replies
    1
    Views
    1,083

    Drawing Circules in a Raw picture

    I'm making a program to modifie a raw picture.
    I can already open it and write it sucessfully from and to a file.
    What i need to know is how to write a circule. how can i implement that? i need to...
  9. Replies
    1
    Views
    35,231

    windows.h library

    How does this library works? i know it's for making windows-based programs but i wanted to know what are the functions if possible
  10. Replies
    7
    Views
    1,391

    how to clean screen?

    how to clean screen in dos-programs?
  11. Replies
    5
    Views
    1,461

    Yes, something like that, althoug it seem rather...

    Yes, something like that, althoug it seem rather dificult. I haven't got many programming knowledge.
  12. Replies
    5
    Views
    1,461

    How to draw points?

    The thing is that i've got to make a program for school to calculate distances between points and the shortest way and all that. But i would like to add a function to draw the points like a graphic...
  13. Replies
    20
    Views
    4,613

    sorry my mistake. is qsort ansi-c? it has to be...

    sorry my mistake. is qsort ansi-c? it has to be Ansi-C!
  14. Replies
    20
    Views
    4,613

    the fastest algorthm to order?

    what is the fastest algorithm to order an large amount of numbers?
    Could someone write a simple example please? i've already tried bubble sort but it's extremly slow!!!:p
  15. Replies
    2
    Views
    1,016

    dynamic memory

    could someone give me a short and easy example of dynamic memory. i've would like to write a program to insert numbers but only to alocate memory when a new number is inserted
  16. Replies
    11
    Views
    3,444

    i've done like this

    i've done like this:



    int diaprov=0,mesprov=0,anoprov=0;


    int verificardata()
    {
    int datacorrecta=0;
  17. Replies
    11
    Views
    3,444

    now what?

    tks. now i need implant that in something like that:

    the program should ask the date until a correct one is inputed. should i do it with a

    do
    while
    ???
    sorry but i need to do a...
  18. Replies
    3
    Views
    2,016

    Tks, i've managed to do it

    Tks, i've managed to do it
  19. Replies
    3
    Views
    2,016

    How can i change the text color?

    How can i change the text color? What is the function? Could you give me a small example. I would appreciate that. tks
  20. Replies
    11
    Views
    3,444

    i use dev c++ with win xp

    i use dev c++ with win xp. i've tried the if function but i can't get it right
  21. Replies
    11
    Views
    3,444

    How can I verify if a date is correct?

    How can I verify if a date is correct?

    example: 31 02 1999 is not correct, Febrery has only 28 or 29 days.

    I would like apreciate some help, i've tryed but i can't do it
Results 1 to 21 of 21