Search:

Type: Posts; User: Angel45

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,483

    The GTK program is already written by me and I...

    The GTK program is already written by me and I know for a fact it works. The makefile also works. Here is my makefile I am confused at what I should switch.




    #Makefile to compile and link the...
  2. Replies
    7
    Views
    1,483

    It just plain out was not working, but I found...

    It just plain out was not working, but I found out the make command was already included in my compiler named "mingw32-make". I have another question though, I am trying to compile in gtk and it will...
  3. Replies
    7
    Views
    1,483

    I went to this website Make for Windows...

    I went to this website Make for Windows downloaded Complete package, except sources and tried to add it as a path variable but still does not work. Any help?
  4. Replies
    7
    Views
    1,483

    I want to run a make file.

    I wish to run a make file from the command line in windows. I usually am not using windows but now I have to so how can I run a make command?
  5. Replies
    9
    Views
    1,009

    Thanks, I think I got it now. I will probably be...

    Thanks, I think I got it now. I will probably be asking for more help later, want to try some stuff first though.
  6. Replies
    9
    Views
    1,009

    Thanks, I think that will do exactly what I need...

    Thanks, I think that will do exactly what I need it to. Question though, what is the size_t part? Can I just place N, or does it need the size of it, if so can i use sizeof(n)?
  7. Replies
    9
    Views
    1,009

    I totally agree with you there I was just lost at...

    I totally agree with you there I was just lost at what I was doing and coding any ideas that came to mind. I already have a skeleton for the program written out, even pseudo code. I was hoping one...
  8. Replies
    9
    Views
    1,009

    I am sorry that my code is sloppy and full of...

    I am sorry that my code is sloppy and full of error like I said it has a lot left to go. I understand C, I was just trying to see if I was going close to the right path. How does fgets work exactly?...
  9. Replies
    9
    Views
    1,009

    I am trying to read in from the file the first 3...

    I am trying to read in from the file the first 3 characters and put them into a struct and then continue till the file is completely read. Where the number 3 can be anything. Example 3 is TTC and...
  10. Replies
    9
    Views
    1,009

    What am I doing wrong for this?

    I am trying to read in from file a dna string and then place it into a struct for a size read in by the user. The program then determines the frequency and outputs the results. I am a far ways from...
  11. Replies
    6
    Views
    4,911

    Ok I understand why it was not working now,...

    Ok I understand why it was not working now, thanks :D. Haha compilers tell you why they don't compile, but sometimes it is so hard to understand why.
  12. Thread: Google and c

    by Angel45
    Replies
    31
    Views
    9,121

    Yeah there was no reason to write to file, we...

    Yeah there was no reason to write to file, we just wanted to see what we were getting. We evaluated it once to see the size of the string and other information, then did the same thing to fill it...
  13. Replies
    6
    Views
    4,911

    I tried adding one more and it gives me the same...

    I tried adding one more and it gives me the same result.

    Also I am compiling with gcc too. I am not sure what is the problem.
  14. Replies
    6
    Views
    4,911

    Help with finding the area of a polygon.

    This program takes in coordinates and then outputs the area, but there seems to be a logic error somewhere. The file it is reading from has this in it.
    4
    1.0 0.0
    13.2 1.25
    20.5 18.4
    16.37 24.54...
  15. Thread: Google and c

    by Angel45
    Replies
    31
    Views
    9,121

    The reason there is so many lines of code is...

    The reason there is so many lines of code is because the information is being stored into text files everywhere. And everything is getting evaluated twice to get the correct size for malloc to be...
  16. Thread: Google and c

    by Angel45
    Replies
    31
    Views
    9,121

    It gets the source code and all the java scripts...

    It gets the source code and all the java scripts ran, from both sides. It runs real slow though, takes like 7 seconds to work just once.
  17. Thread: Google and c

    by Angel45
    Replies
    31
    Views
    9,121

    Yeah they really got a standalone program to...

    Yeah they really got a standalone program to work, I was a little impressed. It was 800 lines in total but it seems to work. Mine works only to get the source code of the developers tools from CNN on...
  18. Thread: Google and c

    by Angel45
    Replies
    31
    Views
    9,121

    By scratch I mean, learn all of the basics and...

    By scratch I mean, learn all of the basics and anything I can. The more knowledge the better, even if it is going to be hard. They told me how they got there program to use the developers tools, got...
  19. Thread: Google and c

    by Angel45
    Replies
    31
    Views
    9,121

    I am starting to understand what you are saying I...

    I am starting to understand what you are saying I think. Can I have the URL front end run and then collect the information from the developers tools after it runs. I am extremly determined to do it...
  20. Thread: Google and c

    by Angel45
    Replies
    31
    Views
    9,121

    An example is this you type in "Translating is...

    An example is this you type in "Translating is fun" and it scans in the string and then formats the string to make the url Google Translate look at the ending characters being en|no| standing for...
  21. Thread: Google and c

    by Angel45
    Replies
    31
    Views
    9,121

    Yeah by find it I mean the browsers developers...

    Yeah by find it I mean the browsers developers tool. And the way I have programmed so far to take in a string and format the string so it is then the correct url for the translation. I wonder if...
  22. Thread: Google and c

    by Angel45
    Replies
    31
    Views
    9,121

    Ok I will try that. what is stored in the...

    Ok I will try that. what is stored in the result_box actually is the result translated split by words per line. It is a little hard to find through reading it but you can find it. I really do not...
  23. Thread: Google and c

    by Angel45
    Replies
    31
    Views
    9,121

    I understand your point laserlight, Google does...

    I understand your point laserlight, Google does change quite often. I still wish to know how to do the process of searching through the inspected element for other purposes. I know that it may only...
  24. Thread: Google and c

    by Angel45
    Replies
    31
    Views
    9,121

    I have not considered using API mostly because I...

    I have not considered using API mostly because I want to learn how to do it this way if possible, so I can use it on other sites in a similar manner. If you are using Google Chrome it allows you to...
  25. Thread: Google and c

    by Angel45
    Replies
    31
    Views
    9,121

    Thanks, I went there and I am not quite sure that...

    Thanks, I went there and I am not quite sure that will work. I will try it out, what I really want to do is have a copy of the inspected element to search through, so I can reformat it into my needs....
Results 1 to 25 of 38
Page 1 of 2 1 2