All C related Questions

by kord | 26/04/23 | 1 Answers | Tags : c++ Views : 240
what is own assignment operator in C++? How to use it?

Read more

by dilip | 25/04/23 | 1 Answers | Tags : c++ Views : 173
How to use _exit() in C++? What use of _exit() in C++?

Read more

by kord | 25/04/23 | 1 Answers | Tags : c++ Views : 166
Could you please provide information on how to sort an array in C++?

Read more

by jignesh | 24/04/23 | 1 Answers | Tags : c++ Views : 285
can you explain little bit about Operators in C++? i am learning C++

Read more

by Santiago | 30/07/21 | 1 Answers | Tags : c++ Views : 332
Is string immutable in C++ ?

Read more

by Cimb | 23/10/17 | 0 Answers | Tags : c++ , array Views : 1191
what is array overflow in c++ ?

Read more

by jaggy | 28/08/17 | 1 Answers | Tags : c++ , c , python Views : 1511
Why Python is Better then C and C++

Read more

by sqltreat | 24/04/17 | 1 Answers | Tags : c++ , c , MySQL , extension Views : 714
want to make some function which is not in MySQL , but we can easily can do at C / C++ so if we can make program in C / C++ and use it at MySQL so is that possible to use C / C++ code at MySQL

Read more

by | 31/12/16 | 2 Answers | Tags : c++ , Web API , HTTP-REQUEST Views : 1188
how to make HTTP REQUEST in c++ ? trying to call web api for checking latest install of software and inshort on calling HTTP REQUEST it give me some info and need to use it in c++ so how one can make HTTP call to server in c++ ?

Read more

by sandip | 06/09/16 | 1 Answers | Tags : c++ , Android Views : 1289
i have a dll written in c++ i want to use it on android application

Read more

by sandip | 13/08/16 | 1 Answers | Tags : c++ , dev c++ Views : 1347
i am trying to appendmenu at dev c++ for window application making give me error like [Error] invalid conversion from 'int' to 'LPCSTR {aka const char*}' [-fpermissive] so help . i am beginner at c++ for window application .

Read more

by sandip | 13/08/16 | 1 Answers | Tags : c++ , dev c++ Views : 1093
i am creating window application at dev c++, trying to create menu bar so i used following code it gives me following error main.cpp [Error] crosses initialization of 'HMENU__* hmenuBar' it should work but i dont know why it causing error .pls share some ideas

Read more