• Users
  • Alejandro Antonio

User profile: Alejandro Antonio

User info
User name:Alejandro Antonio
Email:alexam98@hotmail.com
Name:Alejandro Antonio Martin
Location:Zaragoza, España
Bio:Automation engineer. I love programming and technology.

Linkedin account:
www.linkedin.com/in/alejandro-antonio-martin
History
Joined:
Number of posts:9
Latest posts:

Initialize const with sum of array
[quote] [b]Ganado[/b] What you can't do, however, is then use the result of TOTAL to initialize, say...

Initialize const with sum of array
Hi, I want to initialize a constant (TOTAL) as follows: [code] const int N = 2; const int MY_AR...

Virtual memory assigned to my program
The application has been working for several days and the physical memory has stopped growing at cer...

Virtual memory assigned to my program
- [b]Is the memory rising linearly with each iteration, or does it appear to be leveling off?[/b] It...

Virtual memory assigned to my program
Hi everyone! I´ve got an application which periodically request for some GB of memory, and after...