Changes

Jump to navigation Jump to search
483 bytes added ,  18:41, 22 March 2010
Line 71: Line 71:     
hey, as i have little experience in C, and most of my knowledge was from VB6 and the Forms there in, i just wonder how you navigate from one C Source File To The Next, the syntax in VB would Be "Main.Hide", "Source2.Show". or is there no way to navigate in c? --[[User:Calthephenom|Calthephenom]] 16:26, 19 March 2010 (UTC)
 
hey, as i have little experience in C, and most of my knowledge was from VB6 and the Forms there in, i just wonder how you navigate from one C Source File To The Next, the syntax in VB would Be "Main.Hide", "Source2.Show". or is there no way to navigate in c? --[[User:Calthephenom|Calthephenom]] 16:26, 19 March 2010 (UTC)
 +
 
Also, is there any way you could give me a networking tut? i want it to download and print "motd.txt", from thewatercooler.cz.cc, without saving it to the SD/USB drives, because libfat.a always give's me strange compile errors. kthx --[[User:Calthephenom|Calthephenom]] 20:15, 19 March 2010 (UTC)
 
Also, is there any way you could give me a networking tut? i want it to download and print "motd.txt", from thewatercooler.cz.cc, without saving it to the SD/USB drives, because libfat.a always give's me strange compile errors. kthx --[[User:Calthephenom|Calthephenom]] 20:15, 19 March 2010 (UTC)
 +
 +
: You need basic C tutorials. VB is very different from C. There is no "navigate" from 1 C file to another. There are just functions, and you can call functions contained in other C files. The normal case is to use header files. My unfinished SimpleAudioLibrary should be small enough to understand without to much trouble: http://daid2.mine.nu/svn/Wii/SAL/ and there are tons of places in the internet where you can get help for C. --[[User:Daid|Daid]] 16:41, 22 March 2010 (UTC)
354

edits

Navigation menu