test

Updated iamthwee 0 Tallied Votes 269 Views Share

Test

void try()
{

    cout << test;
}
void try()
{
	cout << "this is a test";
}
balaji9124 0 Newbie Poster

main()??:(

Jeroen Mathon 0 Newbie Poster
#include <iostream>

main(int argc,char **argv)
{
    std::cout << "This is a test" << std::endl;
    return 0;
}

Forgot sometin :)

rubberman 1,355 Nearly a Posting Virtuoso Featured Poster

A joke, right? Iamthwee usually posts sensible stuff... :-)

cheryllocascio 0 Newbie Poster

Yes the main() and header file <iostream.h> is missing.

pritaeas 2,194 ¯\_(ツ)_/¯ Moderator Featured Poster

Closed.

It is titled/marked test, and somehow wasn't deleted earlier.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.