0
votes
4answers
100 views
Learning new languages: Programming Quizzes
Possible duplicates:
http://stackoverflow.com/questions/24692/where-can-you-find-fun-educational-programming-challenges
http://stackoverflow.com/questions/3088/best-ways-to-teach …
4
votes
16answers
167 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 …
-1
votes
2answers
60 views
need exalmple c programs with wchar_t [closed]
I need to convert the normal C program to unicode support c program. it is more helpfull if you send the examples related to that.
0
votes
1answer
51 views
Iphone Standard Program [closed]
I am new to iPhone development. The following is my requirements.
In-house proprietary iPhone application to be deployed to 10 iTouch devices.
Distribution via ad-hoc mode ONLY
…
0
votes
3answers
120 views
Choosing the right iPhone Developer Program
I am writing an iPhone apps for in-house use. There is 4 of us in the project team. We need to deploy the application to around 20 iTouch devices via ad-hoc distribution mode and t …
0
votes
6answers
162 views
how to secure my c# program(.exe) for using on one drive only.
Hello,
I have c# program (.exe), I will give it to other people, and want that exe to work only from where it was run the first time, any copy should no not work.
How can I do it? …
1
vote
3answers
53 views
Does Java Web Start give a default program folder?
For Java Web Start is there a default place to store and access data related to my program? Or do I need to create a folder? For Java Web Start (assuming I don't get a program fold …
0
votes
5answers
819 views
C# Login to Website via program
I'm relatively new to using C#, and have an application that reads parts of the source code on a website. That all works; but the problem is that the page in question requires the …
0
votes
3answers
55 views
How do I use C++ to acquire image from frame grabber?
Hello,
I would like to know how is it possible to use a free C++ program to acquire image from a matrix vision frame grabber. Thanks.
0
votes
3answers
149 views
How to hide the constructor and “general” functions from individual objects?
I'm looking for advice on the best way to structure my program. Here is what I have now, and the problems I see with the design:
I have a class with a private constructor and a su …
1
vote
4answers
63 views
Anybody know of a good logic layout application? [closed]
I don't know exactly what to call this kind of application, but I'm looking for a good program that'll allow me to layout and test logical circuits. Something that has ands, ors, x …
1
vote
2answers
182 views
CMD: Search for program and variable directory
Hello,
i want to search for a program, like this:
cd "C:\"
for /f "delims=" %%f in ('dir /b /s myprogram.exe') do (
)
First problem: i want to let it search trough all hard driv …
-1
votes
3answers
181 views
simple wsdl python
how to write simple wsdl in python ?
0
votes
2answers
111 views
Standard input and output in c
I have a problem with stdout and stdin .when i store data by using stdout i cant getback the same data using stdin . so please help me how can i solve my problem.
…
0
votes
1answer
225 views
I had written a simple cobol prog in ECLIPSE. But i am unable to compile,run that program
I had written simple cobol program in eclipse.
For the first time i am using eclipse for cobol programs.
i want to know the steps followed to compile and run that simple cobol pro …
