User profile: Josue Molina

User info
User name:Josue Molina
Old user name:Wilfredo Molina
Location:Houston, TX
Bio:I am a pro bono programmer: https://theprofessionalhacker.wordpress.com/
History
Joined:
Number of posts:281
Latest posts:

cout prime numbers
You don't need to import a library for such a simple problem. If you can do some math, you'll see th...

Related to UML diagrams
This is a badly posed question; the answer is obvious. Documenting the software development life-cyc...

Printing with for loops
[code]for (int i = 80; i < 116; i++) { printf("%d", encoded_lcw[i]); if (i % 10 == 5) ...

making a 2-d array
http://ideone.com/QYXhce

Array Problem
I believe you need to review the basics because your [tt]if[/tt] statement is incorrect, but here yo...