-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the file below and it is part of a django project called projectmanager, this file is projectmanager/projects/models.py . Whenever I use the python interpreter to import a Project just to test the functionality i get a name error for line 8 that FileRepo() cannot be found. How Can I import…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi Guys,
This will probably be a bot of a waffly question but ill try my best.
I have a simple c++ program that i need to build testing for. I have 2 Classes i use besides the one i actually am using, these are called WebServer and BusinessLogicLayer.
To test my own code i have made my own versions…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am following the Nerd Dinner tutorial as I'm learning ASP.NET MVC, and I am currently on Step 3: Building the Model. One part of this section discusses how to integrate validation and business rule logic with the model classes. All this makes perfect sense. However, in the case of this source…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using the iphone SDK and coding primarily in C++ while using parts of the SDK in obj-c. Is it possible to designate a C++ class in situations where an obj-c class is needed? For instance:
1) when setting delegates to obj-c objects.
I cannot make a C++ class derive from a Delegate protocol…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I am working on a college project, where I have to implement a simple Scrabble game.
I have a player class (containing a Score and the player's hand, in the form of a std::string, and a score class (containing a name and numeric (int) score).
One of Player's member-functions is Score getScore()…
>>> More