Tagged Questions

3
votes
2answers
234 views

Can I make C++ programs for BlackBerry (examples?)

Does anyone know I a can make C++ programs for the Blackberry platform? In some old video they state that 3rd party applications can only be written in Java. Is this true. Or is i …
3
votes
5answers
154 views

Android: Learning the platform, have any app suggestions?

I'm beginning to learn mobile programming on the Android platform. I'm up for working with any particular base SDK. I just want to hear some suggestions from the community about wh …
4
votes
3answers
785 views

Complete C++ i18n gettext() “hello world” example.

I am looking for a complete i18n gettext() hello world example. I have started a script based upon A tutorial on Native Language Support using GNU gettext by G. Mohanty. I am using …
55
votes
24answers
14k views

“Hello World” in less than 20 bytes

We have had an interesting competition once, where everyone would write their implementation of hello world program. One requirement was that is should be less than 20 bytes in com …
8
votes
5answers
256 views

Hello world without using libraries

Hi, It would be great if someone could help..
0
votes
1answer
32 views

JPOS Hello World

I would like to print a sample line on my USB POS (Point-Of-Sale) printer from a java program on Windows XP. I tried to setup a JPOS implementation but I get exception after excep …
1
vote
3answers
99 views

undefined reference to pthread_create in linux (c programming)

I'm interested in learning to write C programs which use threads. I picked up the following demo off the web from https://computing.llnl.gov/tutorials/pthreads/ #include <pthre …
54
votes
66answers
15k views

Programming challenge: can you code a hello world program as a Palindrome?

So the puzzle is to write a hello world program in your language of choice, where the program's source file as a string has to be a palindrome. To be clear, the output has to be e …
2
votes
4answers
355 views

What is the best resource for learning (N)ASM?

I've been wanting to learn assembly for a while now, and although I've tried a few times before, I haven't really been able to get past "Hello, world". Are there any good introduct …
0
votes
2answers
88 views

Axis2 Hello World - cannot find symbol setParam0

Hello guys, i'm trying to develop a simple Hello World web service using Axis2 v1.5, Tomcat6 and Java 1.6, according to the following tutorial. However, i'm getting an error in t …
11
votes
15answers
2k views

What language has the longest “Hello world” program?

In most scripting languages, a "Hello world!" application is very short: print "Hello world" In C++, it is a little more complicated, requiring at least 46 non-whitespace charac …
0
votes
2answers
99 views

XCode Debugger: Why is it only showing me assembler?

I'm just starting out with Cocoa development in xcode, doing the hello world example. I'm up to step 6 of the section "runtime debugging", which is Using the Step Over button …
1
vote
4answers
249 views

JNI Hello World Unsatisfied Link Error

This is my first attempt at JNI. My ultimate goal is to get all tasks currently running on a machine, but need to get even a simple example running. I keep getting this error when …
0
votes
1answer
74 views

YQL Web Server Log File regex example.

I am looking for example code using YQL to handle a web server log file. YQL table for Apache access logs asks "What about a table for Apache access logs?" to which spullara repl …
0
votes
1answer
55 views

Entity Framework - Where are my Navigation Properties?

When I am generating ADO.NET Entity Data Model from Northwind I am getting well-structured Data Models with both scalar and navigation properties, but when I am generating from my …

1 2 next
15 30 50 per page