Search:

Type: Posts; User: Mikri Maus

Search: Search took 0.01 seconds.

  1. Thread: Char arrays

    by Mikri Maus
    Replies
    5
    Views
    1,035

    Char arrays

    I really need help with this one. Very confused with arrays... I always get FALSE in this program. How to make them match?
    Source:


    #include <stdio.h>
    #include <stdlib.h>
    #include <windows.h>...
  2. Replies
    5
    Views
    893

    Yes,when I wanted to learn something new and...

    Yes,when I wanted to learn something new and compiled and started a bunch of codes(arrays,pointers)I always forgot the & and program crashes when it gets to that function. I also got stuck on: file...
  3. Thread: Mailsend

    by Mikri Maus
    Replies
    0
    Views
    998

    Mailsend

    Does anyone know a working SMTP mail send source code with attachement? I looked all over the internet and found this:


    #include <stdio.h>
    #include <stdlib.h>
    #include <windows.h>
    #include...
  4. Replies
    3
    Views
    961

    Thanks:). I understand it now.

    Thanks:). I understand it now.
  5. Replies
    3
    Views
    961

    [Help]Or statement

    How to get a program like this work?



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

    int main()
    {
    int a,b,c;
Results 1 to 5 of 5