Tagged Questions

1
vote
3answers
44 views

What is the Code Definition Window in Visual C++ 2008 Express?

I am working on the Sphere Online Judge problems (OK I am only on my 2nd lol) and using VC++ 2008 express and have just noticed the "code definition window". What exactly does this …
-1
votes
1answer
102 views

Secret Santa homework - How to start?

Hi. I've got the following task by my professor: I should write a Secret Santa application. As Input is given the number of participating persons and the number of drawings. The us …
2
votes
6answers
163 views

Format a string in C

Normally you can print the string in C like this.. printf("No record with name %s found\n", inputString); But i wanted to make a string out of it, how i can do it? I am looking …
1
vote
3answers
26 views

Best way to incorporate legacy data

I am working on a price list management program for my business in C# (Prototype is in Win Forms but am thinking of using WPF for the final ap as a MVVM learning exercise). Our EM …
0
votes
1answer
31 views

Fixing a type-error in Python’s Pg

What is wrong in the insertion of pdf-files to Pg by Python? I run import pg from pg import DB import sys con1 = pg.connect('masi', 'localhost', 5432, None, None, 'masi', '123') …
-3
votes
4answers
66 views

Python - read in numric csv file, calc mean value of all entries in each row

Hi, could someone help me with a Python problem. I cant seem to find any code examples for the following scenario: Read in user specified csv file. Then for each row in file, calc …
0
votes
3answers
19 views

IOError with Python and OpenCV

Hello, i want to do some OpenCV Basic Operations using Python. My Problem is that the Pythoninterpreter says that the file i want to open with cv.LoadImage() dont exists. But as y …
1
vote
3answers
141 views

Confused when I see ‘self’ and ‘__init__’

I don't understand what these are used for, particularly the self argument? Could some please explain this to me and why on earth you would want to pass this in? Also, I've always …
4
votes
16answers
142 views

What are some types of programs I could write to reinforce/advance my early skillset?

I'm coming to the end of my intro programming class, we're using java and have been doing command line programs so far, no gui's which I've enjoyed quite a bit. So far in the clas …
0
votes
1answer
56 views

To have two Pg queries in one Python method

Thank you for Denis who solves the first bug! How can you have two Postgres queries in one Python method? Example where the 2nd query is not run def comp_func(pgmasi): p …
0
votes
1answer
27 views

WebException error..

I am getting an error like this Can any one tell me the possible reason for these type of exception unhandled exception of type 'System.Net.WebException' occurred in system.dll A …
1
vote
6answers
107 views

Why is the output this? (Java)

This is an instance method from a Rectangle class where we modify the x and y coordinates of the rectangle and its width and height public void modify(int newX, int y, int width, …
0
votes
4answers
85 views

To understand Python’s optparse

Thank you for quack in pointing out the off-by-one! The following code is my first attempt in writing code with Optparse. How can you fix the following bug in getting the help by …
4
votes
3answers
63 views

How to write an Emacs function to wrap the marked region with specified text

I'm not too familiar with elisp, and am trying to learn. In emacs, I'd like to be able to do the following: Mark via C-space Go to where I want the the marking to end, so I hav …
0
votes
1answer
20 views

Conversion of a Java Web Start app to an Applet

I'm trying to figure out how difficult it would be to convert a Java Web Start app to an applet. Theoretically, if the application didn't do anything such as write to the file sys …

1 2 3 4 5 236 next
15 30 50 per page