Posts by Aaron Nto Shinobi • 81 points
3 posts
-
1
votes0
answers66
viewsQ: while function using System.Drawing.Printing adds nothing?
I would like help on a report I am creating via code... Next in the data insertion part taking from a datagridview I’m in trouble, when I use the command While on the page printPreview appears the…
vb.netasked Aaron Nto Shinobi 81 -
3
votes1
answer891
viewsQ: How do I update C++ to C11 on Ubuntu 14.10?
How can I upgrade the version of C++ to C11? Details: Ubuntu 14.10 32b GCC 4.9.1 (Ubuntu 4.9.1-16ubuntu6)
-
2
votes1
answer453
viewsQ: itt' is not recognised
I am trying to compile the code below with GCC 4.7.4, but always get the bug error: ạ itoa' was not declared in this Scope #include "otpch.h" #include <iomanip> #include <stdlib.h>…