[OOD] Class design for with Database back end Programming Software Development by Satal Keto Hi, I was hoping that I could get some guidance from some of you guys on Object Design with Database back ends. I am trying to build what could be considered to be my first full scale application, which is a student tracker (simplification). While I have a reasonable idea of how I would go about designing the classes for the system, the bit that I… Re: [OOD] Class design for with Database back end Programming Software Development by kvprajapati [b]>Class design for with Database back end.[/b] Read these articles: [indent] 1. [url]http://msdn.microsoft.com/en-us/library/ms971481.aspx[/url] 2. [url]http://msdn.microsoft.com/en-us/library/hdb58b2f%28VS.80%29.aspx[/url] 3. [url]http://www.c-sharpcorner.com/UploadFile/napanchal/MVCDesign12052005035152AM/MVCDesign.aspx[/url] 4. [url]http://… Re: [OOD] Class design for with Database back end Programming Software Development by Satal Keto Thank you for your reply, unfortunately I think I must not have explained myself very clearly. I already know how to retrieve data from a database (although I wasn't familiar with the SQLTransaction, which gives the capabilities to roll back any changes, so I will definitely have to learn more about that) and I am talking more about the behind the … Re: [OOD] Class design for with Database back end Programming Software Development by kvprajapati Like anything in software development there is no right or wrong answer. You need to understand your requirements and future requirements and work from there. I suggest you to read [URL="http://www.amazon.com/dp/0131401572/?tag=sollc-intl-20#reader_0131401572"]Data Access Patterns[/URL] and an article - [URL="http://jeffreypalermo.… OOD with GUI Programming Software Development by sessomw5098 I currently have a complete CLI program, which consists of around 12 classes. I would like to convert this program into a GUI. My weak point is using GUI when several classes are involved. My final program is going to have around 5-6 different screens. Should I incorporate the GUI code within each of the 12 classes as appropriate, or will I have… Re: OOD with GUI Programming Software Development by musthafa.aj all you need GUI then write all class using GUI API Help with classes!! Programming Software Development by cproud21 … parkingTicket (parkedCar qCar, policeOfficer oOd) { questionedCar = qCar; officerOnDuty = oOd; } public void set(parkedCar qCar, policeOfficer oOd) { questionedCar = qCar; officerOnDuty = oOd; } public parkedCar getCar() { return… Presario 2500 Bios update wont boot full Hardware and Software Microsoft Windows by noxious … it has yet to own due to heat. That was ood til it tried to boot. You see the windows cylon… PHP Developers NEEDED! Programming Web Development by jimpossible2k … about 4 developers in total (3 with good knowledge of OOD/MySQL/PHP and 1 with good knowledge of CSS). This… objects Programming Software Development by QuantNeeds … an object? Because an object is part of the OOA/OOD? My program deals with just printing charts showing the Fahrenheit… SQL command to ALTER!! PLease Help Programming Databases by isaackhazi … name: FAB all my tables have the following columns: osd | ood | Price | FPC_Code | FPC_Description | prdabbv All my columns are of the… fgets() Programming Software Development by staufa … latin language. for eg. (with error) Enter a string: Good ood Gay It should be 'oodGay' [CODE=syntax]#include <stdio… Need sample code for Text File Compression!!! Programming Software Development by SlayerX … words with index number 5) Use any 2 concepts of OOD (i.e. inheritance, polymorphism) 6) Comment methods and variables appropriately… Incorrect operator with namespace std Programming Software Development by goulda660 …]; std::cout<< std::endl << "[G]ood?" << std::endl; std::cin>> c… Loop counting odd and even numbers Programming Software Development by vsawant i have just started learning c++ i just want a program to print ood & even from 1-100 please help me Regex help Programming Software Development by madawa123 Hi guys , I have a number format like nn.nn.nn and nn.nn. I want to write a regex t check either one of them exist or not. I wrote this [CODE]^(\d\d).(\d\d)$[/CODE] but it only applies to nn.nn. Since i'm not ood in regex. i couldnt think a way to check both formats with in the same reg ex. Hope you guys can help me. thanks Java interview exercise. Question regarding, 'packaging and communication'. Programming by Mark_54 … short.. I've only get the basics of coding, and OOD down. So I am wondering if could someone help me… angular2 or reactjs Programming Web Development by Jason_26 Hi, I wanted to enhance my front end development skills, Should I learn angular2 or reactjs, and where can i find any helpful resources, like any ood book or course, videos Please guide, thanks What do you think about social media automation? Digital Media Digital Marketing by AliceStyles … for over 2 years now and I have a very ood personal exerince with it. I am a business woman and… Where to go after 1 year Computer Science having learnt basic Java and OOD? Programming by Mark_54 Hi there, terribly confused how to get going with a career in programming. I have basic knowledge of Java programming principles, and I understand to some degree the object orientated aspect of the language also. My question is where to go now? Or what else to learn? Here are some of my thoughts on which direciton I might go, but there is a… Re: Where to go after 1 year Computer Science having learnt basic Java and OOD? Programming by JamesCherrill If you know Java then JavaScript is just like a children's version of Java and you can pick it up in no time at all. Do that anyway, becuase Java at the server is so often used with JavaScript at the client. Java is absolutely massive in the web server market, and developers are in demand, but I doubt that you will find practical uses for Java at… Re: Where to go after 1 year Computer Science having learnt basic Java and OOD? Programming by rproffitt Here's the thing. You can't survive by specializing today unless your employer needs such a thing or you are running as the lead on some system that will pay your way for years. My last big app involved C#, HTML, plain C, Android, XML, Maven, Visual Studio, CSV files and more. I did have a recent grad and they wanted to slim it down to just … Re: Where to go after 1 year Computer Science having learnt basic Java and OOD? Programming by rubberman Don't just start by writing code. Yes, that is important, but more important is analysis, design, and systems modeling. Know what you want to do, in detail (analysis). Model it so that what you are thinking is expressed in concrete terms. Then, design of the system components, using the model to understand their relationships and interactions. I … Re: Where to go after 1 year Computer Science having learnt basic Java and OOD? Programming by Reverend Jim >but there is a ton of stuff I just do not understand yet No matter how much you know and how long you have been working in the industry this will always be the case. A knowledge of design concepts and and good workingh knowledge of at least two languages is crucial but equally as important is an ability to learn new skills as the technology … Re: Is this situation a 'bad' use of the precompiler Programming Software Development by thekashyap … I'm just a bit confused. Most common case in OOD is you have a function that is supposed to process… depends on benchmark result Given that using pp instead of OOD to solve the problem will make things [U]quite[/U… is the only thing you can do, i.e. use OOD elsewhere. Lastly in case you can already see impacts on… Re: How to do an algorithm Programming Computer Science by iamsmooth …), move on to next employee. You can do this with OOD (object oriented design) or just put it in a simple… != END, keep asking for input. If you haven't covered OOD yet, just do the loop, and you'll learn about… Re: method to return duplicates of an ArrayList<ObjectList> Programming Software Development by thekashyap From OOD point of view, the responsibility of providing equals() method should … equals in ObjectList irrespective as it belongs there as per OOD. Re: Makeshift binary file database or full-fledged DBMS Programming Software Development by tesuji Hello Usually such project is based on OOA/OOD, therefore realising such a design with c++ well structured classes … to visual paradigm which is great for designing UML (OOA/OOD) and ERM too. -- tesu Re: Help with the getting part of a string Programming Web Development by Borzoi … "ell" echo substr($string2, 1, 3); //displays "ood" echo substr($string1, -3); //displays "llo" echo… "e" echo substr($string2, 1, -3); //displays "ood" echo substr($string1, -4, -3); //displays "he"… Re: Translating C# into C Programming Software Development by pedbsktbll "Translating" into languages isn't the easiest of tasks, especially C# into C. C# is .net based on OOD whereas C is a functional language.. Even C++ isn't true OOD. I'd suggest reading up on how to create C++ classes and translate this code into C++.