User: ssrun

  • Public profile

User profile: ssrun

User info
User name:ssrun
History
Joined:
Number of posts:49
Latest posts:

Maths: Graphing Quadratic Equations (without gaps)
Generally all curves are approximated with lines so there is no reason why you couldn't use bresenha...

C_string program help assign whole string to address??
You will probably have to first do a strcpy() into the address and then do strcat() for the rest so ...

Arrays ('z' not declared in this scope) Error
Also, I'd swear there are 26 letters in the alphabet. Your array seems to be declared one element s...

c_string need help with output
You need to use strcpy() or one of its derivative functions to copy C strings.

dynamic arrays - is this right?
sizeof(tab_list) is a pointer so it will return 4 bytes as it's size. I think you want to zero out ...

This user does not accept Private Messages