-
-
2
-
0
-
0有没有ipad版的c4droid的?
-
0
-
0控制台啥的插件怎么弄啊
-
147为方便更新链接,资源在2楼楼中楼
-
0
-
4
-
1
-
5
-
2
-
1
-
3
-
2
-
0
-
22代码我尽量写简单点,方便新手学习,如有错误欢迎指出。 手机编程软件c4droid如何正确导出apk:http://jingyan.baidu.com/article/f54ae2fc1c56fc1e92b84932.html SDL2入门(一)创建窗口和绘制窗口:http://jingyan.baidu.com/article/9989c746d83c00f649ecfe6a.html SDL2入门(二)显示一张bmp格式的图片:http://jingyan.baidu.com/article/f7ff0bfc3c940c2e27bb136b.html SDL2入门(三)显示非bmp格式的图片:http://jingyan.baidu.com/article/624e7459722dac34e8ba5a35.html SDL2入门(四)显示文字:http://jingyan.baidu.com/article/22a
-
3买了个小米2s专门学C (魔趣系统,安卓9,2+32) 但安装时提示“应用未安装” 怎么办啊啊啊
-
2大佬,这是什么问题啊? #include <SDL2/SDL.h> #include <SDL2/SDL_image.h> int main (){if(SDL_Init(SDL_INIT_VIDEO|SDL_INIT_AUDIO)){SDL_Log("Error!%s",SDL_GetError());return -1;} SDL_Window * win = SDL_CreateWindow("Hello",0,0,1600,720,2); if (win == NULL){SDL_Log("Error!%s",SDL_GetError());return -1;} SDL_Renderer * rdr = SDL_CreateRenderer(win,-1,0); if (rdr == NULL){SDL_Log("Error!%s",SDL_GetError());return -1;} SDL_Surface * surf ; SDL_Rect rect={0,0,100,100};SDL_RenderClear(rdr); SDL_SetRenderDrawBlendMode(rdr,SDL_BLENDMODE_BLEND
-
2
-
64大家使用手机编程不累吗?你们是使用什么输入法!求教啊!今天编程手累死了!输入法太慢了!有没有
-
6#include <SDL2/SDL.h> #include <stdio.h> #include <SDL2/SDL_ttf.h> int W, H; const int b = 1000/60; SDL_Window *window; SDL_Renderer *renderer; TTF_Font *Fonts; SDL_Surface *title_surface; SDL_Texture *texture_title; SDL_Rect rect, rect_title; SDL_Color color_title ={0x1f, 0xff, 0x1f, 0xff}; char str[lbk]32[rbk]; int a=0,time1,time2; char touch(SDL_Event e) { if(SDL_WaitEvent(&e)) if (e.type == SDL_FINGERDOWN) { return true; } return false; } int Init()// 初始化 { SDL_Init(SDL_INIT_EVERYTHING); TTF_Init(); window = SDL_CreateWindow("window", 0,0, W,H, 0); //
-
11
-
2怎么导入自己头文件, 看了好多贴,都没说清楚,长按编译之后不会选了
-
7
-
2
-
0SDL_SetHint函数有啥用啊,有哪些参数啊,有没有大佬解释一下
-
163
-
56知道md5值,有可能破解出原密码,不要抱太大期望,只是一个一个的找二楼上图
-
4手机上用c4droid,就是编辑文本,终端上ls手机的目录动不动就无权限。自带的busybox也是很多小工具没有。实际上也没多大用。体验一下linux命令行,体验一下c编程。就这样了。
-
8
-
12
-
7怎么修改"打开" "保存"时的默认路径,我想修改成我的指定路径,这样就不用每次都要点点
-
6安卓上切换回前台时sdl窗口无效,SDL_UpdateWindowSurface()不能再继续更新窗口,但程序是在运行的,事件处理都在;怎么解决这个问题?
-
2155是不是TCC编译器不支持 __asm 这样的格式? 有什么方法可以在代码里加入汇编吗?10黄牌黄牌3