I want to develope a program that can make listing of all search results found from a database (pretty easy)...
The catch about this is that No one has access to the Database (not even read-only rights) so the best solution I can come up with is to do the following:
1. Retrieve the entire page...
Does anyone know of any software (if any) that has been built to compile APIs of c++ projects ... something comparable to JavaDocs in Java. Any info would be awesome.
I am really new to c++ ... (Came from Java and C# so I'm really used to everything being handled as a reference). If someone could help me understand my problem that would be awesome. I'm trying to create your basic BST (OOD structured using classes)
I am having tons of trouble with my Add...
Was wondering the steps that are necessary to import C# code into an existing c++ assembly ... Any ideas?
Was considering the idea of creating DLLs then importing them into the C++ classes but I've never tried that so I'm kidna in the dark
I'm not very proficient with Mysql query strings ... so to make this simple I wanna know if it's possible to search with the following conditions and produce the correct results each time.
lets say i have a txtbox that a user can user to type in a name of something. Thin when they search the...
I'm trying to familiarize myself with the DataGridView and all its functionality in the GUI designer.
Right now I'm trying to use the MySql ODBC 3.51 driver for the DataGridView.
I'm having trouble with the query builder once I finish settin up a connection using the Data Source Config...
Can it be done to protected methods? ... my understanding of visiblity modifiers tells me that you can't ... but you should be able to for sure with public methods.. Anyone have a code example?
I was curious to know if anyone had a good website or could just make a list of the litte shortcut strings that exist in c# for make quick and easy alterations to the font.
example
string name = "&Charlie";//makes it appear as so in the GUI Charlie
I'm not very proficient at applying OOD logic to Database tables in order to normalize them. Was hoping to get some help with someone more experienced than myself.
Here is what I have so far ( Tables are underlined)
User
AutoNumber userID
Text userName
Text password
Text nickname
Yes/No...
I am still new to the Event driven GUI programming paradigm of C# so I am just running with an idea of how to implement the desired effect: Imagine a chat room
A ListBox that has a list of names. The Users can highlight and select a user (that is easy to implement) then when 2 conditions are...
I just switched from Java and as most already know Java incorporates a powerfully generic tool called Comparable. It seems as if C# has this same tool but in all the examples I have found... one way or another, I have to hard code a cast type to compare to... is this the only solution?
Main BST...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.