| Mr Ekted wrote: |
| This is not copy as in copy-paste. The CopyFile() function takes a FROM and a TO. |
| blah-er wrote: |
| All opps I was just thinking about that from copying and pasting at the moment, but can you give me a example of CopyFile() in use to give me better detail, like do you sperate the "from" to the "to" with a "," I'm still a bit sketchy with my "int main"'s and ()'s for after functions and things revativly around that area. I'm just used to another code. |
| Mr Ekted wrote: |
| [..]
You really should learn C syntax and functionality before working on something productive. If you don't understand what a function is, then you are not ready to program in any language. CopyFile("c:\\Documents\\from.doc", "c:\\Documents\\to.doc", FALSE); |
| Quan Chi2 wrote: |
| http://cprogramming.com/ <--teaches you about functions.
You can also try to get the pdf file for C programming for Dummies. |
| Solo Ace wrote: |
| No blah-er, I was asking Ekted if he had any clue what you were trying to do code-wise, because you don't, obviously. |
| blah-er wrote: |
| But was taking the forever loop finction (for (; ; ); ) into considerations but that didn't seem that right. |
Code: Show/Hide if (nFORUMS == 1) |
Code: Show/Hide if (nFORUMS) |
Code: Show/Hide if nFORUMS = 1; |
Code: Show/Hide if (cyan_fire.admin = true)
{ ban(blah-er); } |