- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 5
- Posts with Downvotes
- 4
- Downvoting Members
- 4
11 Posted Topics
C++ Primer 5th Edition Stephan Partason that's what u should refer.
well,I got some fundamental programming knowledge in C# and some Visual Basic. Inheritance,Arrays,Loops,DataBases,and create library files in VB.NET,create classes in VB.NET and ,create properties and methods and some other things. currently I follow Ivor Horton's Visual Studio 2010 and I feel it may take years to study the whole 1000pages< …
well first of all I ask u people don't try to give me advices like use QT instead that waste my time lot I want a direct answer how to do this cause this is really important C++ Module in my college has just started well the whole yesterday night …
[CODE]char p[500] = nullptr while(getline(inFile1, line)) { //we read p from file that contain only one word "why"............for testing strcpy_s(p, 500, line.c_str()); string search = p; const size_t newsize = 100; size_t origsize = strlen(search.c_str()) + 1; size_t convertedChars = 0; wchar_t wcstring[newsize]; mbstowcs( wcstring, search.c_str(), newsize); wcscat_s(wcstring, L" (wchar_t …
what are the advantages and disadvantages of these two. I know MFC is an old outdated technology but still people use MFC and OWL ,the main reason OWL is good over MFC ,it produces smaller GUI executable and don't need .NET framework and and lower level compare with Wxwidget and …
can u ask from him is it possible to develop AI programs in Native C++ more effectively.??? please ask this like I've asked from u thanks.
[CODE] #include <iostream> using std::endl; using std::cout; using std::cin; int main() { long long i=0, j=0,k=0,m=0; cout << "which primary number you want to get .? " << endl; cin >> k; bool isPrime = false; cout << "Prime Number : " << endl; for(i = 2 ; i<= 999999 …
Help I need to download MinGW Offline Installer
well I have been looking for the solution for two days for this small question but still no proper answer so plz don't ignore or put crap comments this is what I want ,I got two tables in my Access DataBase which connected with One-to-Many Relationship and I also use …
u can't update the ID field cause it's an automatically update field along with primary key beside that first you need to add a new row then add data to it then add that row with dataset then use CommandBuilder to Update the DataBase System.Data.OleDb.OleDbCommandBuidler _comd; _comd = new System.Data.OleDb.OleDbCommandBuidler(dataAdapter); …
The End.
Orion2k