Search:

Type: Posts; User: warny_maelstrom

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    2,340

    Draco are u refering to me or Hammer, and seeing...

    Draco are u refering to me or Hammer, and seeing as Hammer has so many posts im assuming that my abbrevaiting certain words offends u. Its not a case of courtesy seeing as everyone can easily...
  2. Replies
    14
    Views
    2,340

    The original code isnt mine but a friend who is...

    The original code isnt mine but a friend who is trying to write the program im just trying to help. I thought it might b good practise seeing as i might b taking up programming at university. I...
  3. Replies
    6
    Views
    1,896

    Thanks for all the help, the program works...

    Thanks for all the help, the program works perfectly now:


    #include<stdio.h>
    #include<math.h>

    int main(void)
    {
    float u, g, p, s, t, x, y;
    int xr0, xr1, xr2, xr3, yr0, yr1, yr2,...
  4. Replies
    14
    Views
    2,340

    Ok laziness on my part partly over, iv managed to...

    Ok laziness on my part partly over, iv managed to find out how to read a single line from a file but i really have no clue how to seperate each word and iv actually bothered searchin for this one...
  5. Replies
    6
    Views
    1,896

    I think the powers work fine now, thanks for the...

    I think the powers work fine now, thanks for the help. Now the program isnt workin right, it now works fine until it gets to the if statement which is now completely ignored and it just ends the...
  6. Replies
    14
    Views
    2,340

    Iv started writing the program again from stratch...

    Iv started writing the program again from stratch but im having problems coz i dont know how to use fgets to take in a line/word from a file.


    #include <stdio.h>

    int main(void)
    {
    char...
  7. Replies
    6
    Views
    1,896

    Floating point operand?

    I written a code to work out the coordinates on a bezier curve but i keep getting the same errors,"0022/0023/0023/0024/0025 ERROR:A floating point operand to ^ is not permitted"


    ...
  8. Replies
    14
    Views
    2,340

    Creating a spellchecker

    Im trying to create a spellchecker, iv created a reference file containing a list of words. I need to be able to check text files against this and if the words are incorrect i want to b able to...
  9. I can get the program to work without the...

    I can get the program to work without the pointers but i really wanna use them or i'll never get the hang of them. I seem to get the same problem over and over again:
    0064 Error:=Requires an...
  10. With the matrix iv made i need to add up all the...

    With the matrix iv made i need to add up all the numbers surrounding my given point(x,y) then do this for each value and save it to a new file.
    eg.
    (x-1,y-1),(x,y-1),(x+1,y-1)...
  11. thanks for anyone who helped, im now having...

    thanks for anyone who helped, im now having problems using pointers could anyone show me an example or tutorial of how to use mutliple pointers accessing the values within an open file.This is what i...
  12. its actually meant to be a file containing 100...

    its actually meant to be a file containing 100 characters, but iv been havin problems editting my original post. I wasnt sure where exactly to put wot u said but i have come up with this and get 2...
  13. Problems putting a text file into a matrix.

    Im trying to create the "game of life" but thus far have found great problems trying to input a text document into a matrix. Iv been trying to find a tutorial on the internet but none seem to...
Results 1 to 13 of 13