Skip to content

leandrostl/qwoma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sometimes it is very frustrating programming in C language, when you already know some great features of C + +. It's even worse when you are programming for embedded applications, where you can not use malloc. I got one of these cases, when I tried to create a queue of strings and use it more than once and with different sizes. Qwoma means Queue Without Memory Allocation (malloc) and allows you to give to the queue the matrix that will be used to access the data. With this, you can define how many characters queue lines will have and also how many lines it'll have.

This project was developed at http://www.netbeetech.com.br/

Automatically exported from code.google.com/p/qwoma

About

Automatically exported from code.google.com/p/qwoma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published