07 2019 档案
摘要:FROM: http://lazyfoo.net/tutorials/SDL/01_hello_SDL/windows/mingw/index.php Setting up SDL 2 on MinGW 1)First thing you need to do is download SDL hea
阅读全文
摘要:FROM: http://lazyfoo.net/tutorials/SDL/01_hello_SDL/windows/codeblocks/index.php Setting up SDL 2 on Code::Blocks 12.11 1)First thing you need to do i
阅读全文
摘要:FROM: http://lazyfoo.net/tutorials/SDL/01_hello_SDL/windows/index.php Setting up SDL on Windows Last Updated 7/29/20 An important note for Microsoft W
阅读全文
摘要:FROM: http://lazyfoo.net/tutorials/SDL/01_hello_SDL/index2.php Hello SDL: Your First Graphics Window Last Updated 2/8/15 This tutorial covers the firs
阅读全文
摘要:from:http://lazyfoo.net/tutorials/SDL/01_hello_SDL/index.php Last Updated 6/11/19 So you learned the basics of C++, but you're sick of making little t
阅读全文
摘要:#!/bin/bashmv_dir='/home/portrait/'cd $mv_dircount=0for f in *.jpg;do let count++;echo "$count $f";mv -f $f /home/person/portrait/; doneecho 'done'
阅读全文

浙公网安备 33010602011771号