Recent content by Vampyre747

  1. V

    2D image generator and modification using C, updated part 2 (drawing a line)

    I see that you have the scanf line commented out. You can look at a reference for scanf such as http://www.cplusplus.com/reference/clibrary/cstdio/scanf.html". There's more than one way you could do this. You could use the %u, %x or %s format specifiers. If you use %s, you will have to use...
  2. V

    Looking to become a decent programmer Any advice?

    harborsparrow has some good points. However, I thought I would point out that usually only online games are made with Java, since it is a cross-platform binary. Despite the fact that Java has made strides in speed, almost anything that requires calculations to be done quickly and uses lots of...
  3. V

    2D image generator using C and nxview

    How exactly is it not working? Is xnview not liking your input? I'm assuming that you are putting the header in manually, since it's not in your code. Everything looks fine up until your redefinition of the image variable. I'm also assuming you had that part commented out, since there is...
  4. V

    Integrating Complex Variables - Types & Solutions

    I think that the first way would be more difficult if possible. You would just use a contour integral over a circle with a radius going to infinity.
Back
Top