User profile: Avrage

User info
User name:Avrage
Email:avragenumber@outlook.com
Name:Danny Aldana
Location:Fort Worth, TX
Bio:I'm Turning 30 this year, i started programming late in my life, have been learning on and off for about 2 years, but this time i will continue. i'm cutting watching television and playing games to continue this so i could make it my job eventually. time is limited since i have two kids. I'm in no rush and want to learn the language correctly.
History
Joined:
Number of posts:9
Latest posts:

Passing NULL pointers as function argument
thanks JLBorges

Passing NULL pointers as function argument
this is what i'm trying to do, if p_last_name is nullptr ask user for last name. #include <iostrea...

Passing NULL pointers as function argument
i get a messaging " error: 'nullptr' was not decalred in this scope" i'm using code::blocks

Passing NULL pointers as function argument
so when declaring the string variable " string last_name" it is NULL by default ? as in last_name = ...

Passing NULL pointers as function argument
mbozzi thanks, and here is the practice problems: practice problem 1: Write a function that prompt...