Search:

Type: Posts; User: alionas

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    22,919

    i done it :D just needed to add this string...

    i done it :D just needed to add this

    string sql = "SELECT * FROM Friends where FirstName like '" + textBox1.Text+"'";

    and it worked ^^. thx for your help
  2. Replies
    8
    Views
    22,919

    hmm. i don't get a little bit. can you correct my...

    hmm. i don't get a little bit. can you correct my code?
  3. Replies
    8
    Views
    22,919

    C# Search in database

    hello guys i'm doing some kind of work with database it's called phone book, where u can add delete search for a friend an I stuck by searching,
    i can do search by ID number, it works with it. but...
  4. Man it's Unidirectional cyclic list u can't use...

    Man it's Unidirectional cyclic list u can't use fgets it's with files
  5. maybe we could do it without functions?

    maybe we could do it without functions?
  6. Replies
    2
    Views
    1,172

    error Help needed!

    Sup!

    void gen(int shipx[], int shipy[], int ships, int x, int y)
    i get an error
    undefinded references for gen!
    i won't post all code becous it's my course job, everything looks fine but this...
  7. Thread: Help with code

    by alionas
    Replies
    3
    Views
    989

    admins please delet this thread thank you

    admins please delet this thread thank you
  8. Thread: Help with code

    by alionas
    Replies
    3
    Views
    989

    Help with code

    Hello


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <ctype.h>
    #define DATA_FILE "data3.bin"

    int main(int argc, char *argv[])
  9. Replies
    8
    Views
    1,351

    Help me with Homework

    1.given a text file. print the longest word of each line.
    2.given file type, components. replace all the upper and lower letters.
  10. I appreciate your help, it was helpful, i made...

    I appreciate your help, it was helpful, i made that program, now it's works fine ;)
  11. Replies
    7
    Views
    12,470

    yes i copy paste i just want to know what should...

    yes i copy paste i just want to know what should i use the best?
  12. # include # include #...

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

    int main()

    {

    FILE *fp;
    int fscanf(FILE *fp, const char *str, ...);
  13. how to change all the upper and lower letters from text file?

    how to change all the upper and lower letters from text file?
  14. Replies
    7
    Views
    12,470

    idk what r u talking about?

    idk what r u talking about?
  15. Replies
    7
    Views
    12,470

    hmm.. i really don't get it wha you say.. could...

    hmm.. i really don't get it wha you say.. could you show me in the program what is wrong? or could you fix the problems becouse my english is very bad :)
  16. Replies
    7
    Views
    12,470

    How to find the longest word in text file?

    hello my task is ( given a text file. print longest word of each line.) i have tried seweral ways to do it but i failed.


    void longest_word(FILE *f,FILE *f1)
    {
    char data[2000];...
  17. Replies
    4
    Views
    1,931

    so could you help me to fix it?

    so could you help me to fix it?
  18. Replies
    4
    Views
    1,931

    Help for Homework!

    Hello, here is two programs;
    1.Given matrix NxM. Get sequence b1 ,….,bn , where bk the largest element of row k.
    2. Enter an integer N. Enter a whole number N x M to the table. The following...
  19. Replies
    4
    Views
    3,147

    #include #include void...

    #include <stdio.h>
    #include <stdlib.h>

    void ivesti_matrica( int matrica[][3], int eiluciu_sk);
    void spausdinti_matrica( int matrica[][3], int eiluciu_sk);
    int main()
    { int a [3][3];
    ...
  20. Replies
    4
    Views
    3,147

    Need help whit programing test In C language

    Hello,
    i have to write a test i don't know how to do these two programs..

    1.Given matrix NxM. Get sequence b1 ,….,bn , where bk the largest element of row k.

    2. Enter an integer N. Enter a...
Results 1 to 20 of 21