Search:

Type: Posts; User: ytaipsw

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Help! Http

    by ytaipsw
    Replies
    5
    Views
    1,465

    yes it should be binary, that fixed it thank you

    yes it should be binary, that fixed it
    thank you
  2. Thread: Help! Http

    by ytaipsw
    Replies
    5
    Views
    1,465

    the begennings and ends match its just those...

    the begennings and ends match
    its just those three characters

    heres my source:



    #include <winsock.h>
    #include <windows.h>
    #include <stdio.h>
  3. Thread: Help! Http

    by ytaipsw
    Replies
    5
    Views
    1,465

    Help! Http

    Hello, I've written a program using windows sockets to connect to a website and download a JPG.

    My program connects to the IP, recv()'s the data, and prints it to a file.

    The only thing that...
  4. Thread: Im so dumb

    by ytaipsw
    Replies
    9
    Views
    2,256

    The AIM fourm is like... dead i got microsoft...

    The AIM fourm is like... dead

    i got microsoft visual cPp

    i needed it because it was a .vcproj file

    so i opened the project and it said i had to convert it because the project was made with...
  5. Thread: Im so dumb

    by ytaipsw
    Replies
    9
    Views
    2,256

    Ahhhhhhhhhh

    AHHHHHHHHHHHHHHHHHHHHHHHHHHHH IM SO FRUSTRATED

    i put them all into a project and i got 500 errors, i don't know why, it think it has something to do with where they are located but i really have...
  6. Thread: Im so dumb

    by ytaipsw
    Replies
    9
    Views
    2,256

    this is much more helpful that i thought it would...

    this is much more helpful that i thought it would be

    im using Dev-C++
    but....... i dont' know how to add them to a project *smacks self in face

    i could figure this out myself but if you tell...
  7. Thread: Im so dumb

    by ytaipsw
    Replies
    9
    Views
    2,256

    Im so dumb

    hey guys i have a question about compiling
    when i download a program's code
    and i open a folder
    and theres like 8 files in there
    am i supposed to assume that they go together and complie them all...
  8. Replies
    3
    Views
    1,231

    sweet thanks! -Ytaipsw

    sweet
    thanks!

    -Ytaipsw
  9. Replies
    3
    Views
    1,231

    one simple question

    I was reading some article about c functions and i don't know c++. I came to an operator that looked like two colons ::, and i couldn't find it in my book about C. Is it a C++ operator?

    thanks
    -...
  10. Replies
    7
    Views
    849

    1: Ok, i'll look around 3: I get it now!...

    1: Ok, i'll look around
    3: I get it now!
    Thanks for all the help.
    -ytaipsw :D
  11. Replies
    7
    Views
    849

    1: I thought it was a typo. I don't know if this...

    1: I thought it was a typo. I don't know if this matters, but im using Windows operating system, and since i don't know what pointers are yet will I be able to understand how %i/%d differs?
    2: I...
  12. Replies
    7
    Views
    849

    1: What is the "man page" 2: I heard that...

    1: What is the "man page"
    2: I heard that volatile is used when a variable is changing a lot, and the computer says something that makes it more efficient in these circumstances. I also heard that...
  13. Replies
    7
    Views
    849

    a few keyword questions and %i/%d

    I have a few questions:
    1: I see no difference between placeholders %i and %d. Is there a condition in which %i is different, or are they exactly the same?
    2: I have read about keywords:...
  14. Replies
    3
    Views
    2,594

    thats all i needed to know, thanks guys ...

    thats all i needed to know, thanks guys

    -ytaipsw
  15. Replies
    3
    Views
    2,594

    random undeclared?

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

    int main()
    {
    long int hat;

    hat = random(); /*use rand() for short ints*/
    printf("%d is a random number.\n",hat);
    return(0);
  16. Replies
    2
    Views
    1,195

    floating point binary

    can someone explain to me what floating point binary is all about
    with the sign bit, exponent and mantissa
    how that all works

    -thanks
    ytaipsw
  17. Replies
    9
    Views
    2,287

    yeah buddy i know i did that it didnt' work but...

    yeah buddy i know
    i did that it didnt' work
    but i figured it out
    im so dumb i opend it as an exe
    instead of using command prompt
  18. Replies
    9
    Views
    2,287

    didnt' work heres what i got int...

    didnt' work

    heres what i got




    int main()
    {
    puts("BLAH!");
  19. Replies
    9
    Views
    2,287

    My command prompt won't work

    geez i hate my computer :(
    whenever i open a .exe file with command prompt
    it closes instantly

    whats wrong?!

    thanks
    -ytaipsw
  20. Thread: Noob Question

    by ytaipsw
    Replies
    27
    Views
    3,827

    a genious helped me

    i got some help from a very smart individual, and the file i downloaded the first time was corrupt, but its all fixed now

    :D :D
    thanks your your help guys

    -ytaipsw
  21. Thread: Noob Question

    by ytaipsw
    Replies
    27
    Views
    3,827

    hmmm mine must not be default i have heard of a...

    hmmm
    mine must not be default
    i have heard of a program called smartundelete
    but that appears to only undelete files
    by the way what is ASM, i hear its the most powerful of languages

    is there...
  22. Thread: Noob Question

    by ytaipsw
    Replies
    27
    Views
    3,827

    fheehehe

    i really really wanna start learning C
    and its hard to tell parents why you want to reinstall windows if they don't know what your talking about

    can someone plz help me get my default enviornment...
  23. Thread: Noob Question

    by ytaipsw
    Replies
    27
    Views
    3,827

    is there any way i can get my default path...

    is there any way i can get my default path variable back with reinstalling windows?
  24. Thread: Noob Question

    by ytaipsw
    Replies
    27
    Views
    3,827

    yeah i realize i didn't need to mess with my path...

    yeah i realize i didn't need to mess with my path variable
    but now i assume if i can get it back to default somehow
    it will work
    i uninstalled and reinstalled and i got the same error :(
    ...
  25. Thread: Noob Question

    by ytaipsw
    Replies
    27
    Views
    3,827

    thanks man i'll try it when i get home and post...

    thanks man i'll try it when i get home and post again
    if i have more problems
    -ytaipsw
Results 1 to 25 of 41
Page 1 of 2 1 2