Does anyone know embedded c, and Proteus?
I wanna know if I it's possible to code 16×2 LED with only 8051 controller
Javier
Hi! I'm working with a sparse-matrix class which is implemented using an array of arrays of pairs of doubles (vector_t<vector_t<pair_t<double > > > sparse_) and I'm getting stuck while trying to implement the "write" method. I'm sure I have to use pair_t class methods such as get_val or get_inx but I need some help with the algorithm.
Anonymous
Welcome to C/C++!
Anonymous
Welcome to C/C++!
Anonymous
Can anyone suggest me good book for data structure and algorithm in c++
Anonymous
Welcome to C/C++!
Anonymous
Who has this program?
Anonymous
Mobile version
Anonymous
Welcome to C/C++!
Anonymous
I read that i can write android apps with c++. Is it the the c++ code that is used to write android apps or is a different code.
What is the best way to create C/C++ GUIs for windows? I'm new to this language, I come from Java (JavaFX) / web developing. I don't really wanna use Qt because of its license issues; I would like to make cool interfaces for production apps, I don't care much about cross platform compatibility.
New standards of C++ are providing programmers with new tools. Find yourself a task and learn them as you progress. Maybe you'll find out that you also need third party libraries. For example, this damn C++ still can't split a string properly