Hiii
I m just a beginner in C++...Was using turbo c++v3.0... Now just installed Visual c++ 2008 express edition.... Anyone please let me know the main differences between TC++ and VC++?.... how can i make a simple programme written in tc++ run in vc++..which are the modifications?... ".H" could be avoided,right? any other other changes required??
jeevsmyd -2 Junior Poster
Recommended Answers
Jump to Post>Anyone please let me know the main differences between TC++ and VC++?
They're too numerous to list, especially considering the fact that Turbo C++ 3.0 is ancient and Visual C++ 2008 is state of the art.>how can i make a simple programme written in tc++ run in vc++
…
Jump to Post>What i want is something which wont wait for the user after a fixed time..
Most likely you were trying to do it manually, so something like this should give you ideas:#include <ctime> #include <iostream> #include <string> #include <conio.h> template <typename T, typename Func> T timed_input …
All 6 Replies
Narue 5,707 Bad Cop Team Colleague
bhoot_jb 47 Junior Poster in Training
jeevsmyd -2 Junior Poster
chococrack 74 Junior Poster
VernonDozier 2,218 Posting Expert Featured Poster
Narue 5,707 Bad Cop Team Colleague
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.