Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
31% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
5
Posts with Downvotes
4
Downvoting Members
4
2 Commented Posts
~3K People Reached
Favorite Forums

11 Posted Topics

Member Avatar for wingwarp
Member Avatar for tiredoy
0
455
Member Avatar for Orion2k

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< …

Member Avatar for solfinker
0
255
Member Avatar for Orion2k

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 …

Member Avatar for Ancient Dragon
-1
160
Member Avatar for ekailan

[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 …

Member Avatar for ekailan
0
285
Member Avatar for Orion2k

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 …

0
71
Member Avatar for WASDted

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.

Member Avatar for AuburnMathTutor
2
773
Member Avatar for Orion2k

[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 …

Member Avatar for mrnutty
0
124
Member Avatar for Gargen
Member Avatar for Orion2k
Member Avatar for Orion2k

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 …

Member Avatar for finito
-1
230
Member Avatar for leowasif

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); …

Member Avatar for Orion2k
0
290

The End.