I am a C# progammer newb (im learning at school, going fine by the way) and sometimes i have problems and search the internet for workarounds. the thing is: are there any usefull tips like functons that should be avoided $$/or usefull functions / libraries to have?
i see that some people tell me to avoid the clear screen functions and scanf...
PS: what do i need to initialize graphics? i checked initgraphic() but... all i got was missing stuff...
thanks in advance... its cold here and hard to type =D
EDIT: is recursivity (i dont know how to call it) or the ''calling the same function inside itself'' something to avoid at all costs? (my teacher says soo, but it makes things soooooo easy, and never got a problem) and i should use instead while/dowhile right?
i see that some people tell me to avoid the clear screen functions and scanf...
PS: what do i need to initialize graphics? i checked initgraphic() but... all i got was missing stuff...
thanks in advance... its cold here and hard to type =D
EDIT: is recursivity (i dont know how to call it) or the ''calling the same function inside itself'' something to avoid at all costs? (my teacher says soo, but it makes things soooooo easy, and never got a problem) and i should use instead while/dowhile right?