User Profile
Collapse
-
ankit vinayaka replied to Do i need to modify 'c' source to make it compitable with c++ application ?in CThanks for the reaply . -
ankit vinayaka started a topic Do i need to modify 'c' source to make it compitable with c++ application ?in CDo i need to modify 'c' source to make it compitable with c++ application ?
hello ,
I am using ' qt ' for gui frontend for my crypography based program that uses openssl ( 'c' ) library . Do i need to make any kind of major / minor changes to my orignal 'c' program if use qt that is written in c++ ? -
thanks for the reply ............... ......
thanks for the reply . . . . . . . . . . . .Leave a comment:
-
I want to learn C++ GUI programming. I have been looking at Qt .
Does Qt application require any kind of extra porting effort on windows ? -
ankit vinayaka started a topic I am learning c++ from c++ Primer( Fourth edition). I am writing a program on pagein CI am learning c++ from c++ Primer( Fourth edition). I am writing a program on page
371 of this book .
# include<iostrea m>
#include<map>
#include<string >
#include <ios>
#include <stdexcept>
using namespace std;
int main(int argc,char **argv)
{
string map_file,open_f ile;
map<string,stri ng>trans_map;
string key,value;
if(argc != 3)
throw runtime_error ("wrong no. of argument")
ifstream...
No activity results to display
Show More
Leave a comment: