Monday, 17 September 2012

On 02:54 by Unknown   No comments
This bug is so annoying: To fix it; click on the info icon before <?php then select html 4.0 transitional For Failing to open project with existing sources: this trying removing the nbproject directory in your project folder and creating a new netbeans project with those existing files. Another possibility: If you encounter this on Linux,confirm that you have enough permissions in the...

Sunday, 16 September 2012

On 04:42 by Unknown   No comments
right click on the project >properties>run>then change console type  to standard out...

Friday, 14 September 2012

On 23:14 by Unknown   No comments
1.Install build-essential packageapt-get install build-essential2.Install g++ if not already installedapt-get install g++3.You can now check your g++ versionsudo g++ -v4.Have ...
On 08:59 by Unknown   No comments
First,you need to creat the file using gedit, Then open terminal, Then change directory to to the file location, Then type g++ <filename> This will create a file Finally, type ./a.out <the new file&g...