User profile: Bazzy

User info
User name:Bazzy
Name:Mattia
Location:Italy
Statistical data
Gender:Male
Occupation:Student
Skills:C
BASIC
PHP
C++
Assembly
Javascript
Python
History
Joined:
Number of posts:6275
Latest posts:

How address assigned to a pointer is actually destroyed?
The address of the pointer remains unaffected by delete, and so does it value. The only thing that c...

How to use std::cout without a main in a file
If you place that in a function is OK. But what do you need that information for? That is known at c...

How to convert a string to int
Stream operations allow reading into integers just as with any other basic type [code] ifstream fil...

How to use std::cout without a main in a file
Define "used". For headers, you can detect which are being included using the guard macros eg: [code...

How to use std::cout without a main in a file
You can use std::cout in any file as long as you call it from a function. If you want some code to b...

User: Bazzy
Public profile
Send private message