crisitant123 (01-04-2009)
Plz guys tell me whats wrong here
Plz need quick answerCode:#include "stdafx.h" #include <iostream> using namespace std; int main() { string nome = "Felipeb18"; cout << nome; char c; cin >> c; }
Without this I cant proceed with my learning
crisitant123 (01-04-2009)
you have da std's https://www.mpgh.net/forum/payments.php
]
how do i get hack i dont know how can you PLZ TELL ME HOW TO DO IT PLZ PLZ PLZ PLZ PLZplz plz
Fate Rarely Calls Upon Us at a Moment of Our Choosing
[img]https://i981.photobucke*****m/albums/ae291/hbktminc/untitled2-1-1.jpg[/img]
Join the HeartBreak ARMY: https://www.mpgh.net/forum/groups/heart_break_army.html
I'm a Muslim, What are You?
Trademark Inc.
I'm using Visual Studio 2005 and iostream.h does not work
Iostream does
If your just trying to print your name to the console then try it like this.
[php]#include "stdafx.h"
int main(int argc, char* argv[])
{
printf("Felipeb18");
return 0;
}[/php]
Last edited by nbr1dan; 01-06-2009 at 09:08 PM.
i know but i want to use strings
I know the example dont need it but in other cases I would need it
you need to add
return 0;
at the bottom