
please wait
by newbieg
SDL1.2 on a raspbian pi2
|
I'm learning SDL on a raspberry pi2 (raspbian OS) and I'm following the tutorials over at http://lazyfoo.net/SDL_tutorials/ The line SDL_Init(SDL_INIT_EVERYTHIN... |
Jun 7, 2015 at 7:46pm
[4 replies] Last: You have a semicolon at the end of line 60 which makes line 61-65 not ... (by Peter87)
|
by koxp
Copy of a file
|
Hi together, i wrote i code, which should copy the content of a file to another file. Synopsis of this program shall be as follows: simple_cp Source Destinat... |
Jun 6, 2015 at 2:00am
[2 replies] Last: I m sorry that i dont familiar with the UC file operation,i wrote it i... (by stormSpirit)
|
by whitebeard
Difficulty with Conditionals
|
Hey! I'm having a little difficulty with my code. Here it is: bool user::Execute(SampleFormat& sample, const EventFormat& event) { // **********************... |
Jun 5, 2015 at 5:35pm
[6 replies] Last: Problem solved! (by whitebeard)
|
by csstudent123
implement your own pipe ls | wc example
|
what am I doing wrong, this is part of my code for only | //ignore unnecessary headers #include <iostream> #include <string> #include <cstring> #... |
Jun 5, 2015 at 12:04pm
[4 replies] Last: thanks a lot ...its working...one more thing..how would I implement mu... (by csstudent123)
|
by Minions
cross compiler for arm in windows
|
I want to build a static library with Arm Ds5 compiler. I want to use the library in another executable that was build on gcc. The executable has to be compiled... |
Jun 2, 2015 at 3:41am
[1 reply] : I find the Yocto framework to be the most flexible; however, the Eclip... (by koothkeeper)
|