I am both. And yes, I have quite some app on the repo
I ask because that is what I am working to become, a Computer Engineer. I am going to a really good university that is one of the best in Southern California for engineering. I know I don't know as much you or many of the people do here on the boards but for my level I am actually quite efficient and normally at the top of my class. I also am pretty dang good at coding in several different languages. Like I mentioned earlier I don't know much about other operating systems outside of Windows, and that is why I haven't made any applications for the Pandora
yet. I am working very hard to figure out how to make applications that are not Windows specific like _wb_ had told me. I actually don't know much about the many different libraries used with C/C++ but is SDL a good choice for programming for the Pandora or is there another I should be using? I have several great books on some of the libraries that are quite popular. One goes over Windows and direct X and a little of SDL. What exactly do you use?
Pandora is a very good learning tool
Start easy, with some simple SDL games/tool. Like start by a simple software, using SDL and SDL_image, that load a png from command line and just show it on screen. That will set you up to how to do. The point here is not coding (you said you are already quite fluant in that), but to setup a project, choose the tools (simple Makefile? project with Codeblocks? Geany?) and libs, and setup the infrastructure for coding. Once all is setup and you compile your first working software, it's "just" coding