Tagged Questions

0
votes
1answer
52 views

boost linker errors -regular expressions - c++

hi am trying to compile a simple program in boost library but i keep getting linker errors #include <iostream> #include <string> #include <boost\regex.hpp> // …
0
votes
0answers
24 views

AS3 / Flash CS3 : adding instance name breaks dynamically loaded swf?

Hi, I have managed to dynamically load a swf in AS3 and instantiate one of it's library symbols. Everything was fine until I decided that inside my library symbol, I would give the …
0
votes
3answers
78 views

Advice needed from PHP/Cake PHP expert

I'm very new to programming (besides SQL and databases), but I ultimately want to master Cake PHP for web development. Now, given how new I am, I'm rather lost as to how I get s …
3
votes
7answers
233 views

Memory access violation. What’s wrong with this seemingly simple program?

This is a quick program I just wrote up to see if I even remembered how to start a c++ program from scratch. It's just reversing a string (in place), and looks generally correct t …
0
votes
2answers
29 views

this, current context-when should I use in jQuery?

Hi All, I am not very sure with the use of "this" [current context] in jquery.What I know is- it prevents the dom from searching all the elements, it just work on that current elem …
0
votes
6answers
182 views

what is a java interface ? [closed]

Possible Duplicate: Java Interfaces? i saw a code that has only 3 lines and was called a java interface; what is a java interface? (I'm new to both programming and capita …
-1
votes
6answers
287 views

C# ‘or’ operator?

Is there an or operator in C#? I want to do: if (ActionsLogWriter.Close or ErrorDumpWriter.Close == true) { // Do stuff here } But I'm not sure how I could do something lik …
0
votes
5answers
41 views

Help me out in learning EJB

I am gonna start learning EJB. I just need your suggestion on picking the version for learning EJB 2.0 or EJB 3.0. Is it good idea to start with EJB 2.0 and migrate to EJB 3.0? If …
0
votes
3answers
28 views

Easiest way to deal with sample data in Java web apps?

I'm writing a Java web app in my free time to learn more about development. I'm using the Stripes framework and eventually intend to use hibernate and MySQL For the moment, whilst …
0
votes
1answer
16 views

Helpful Tips for developing WAPs

I'm starting to develop WAP (websites for mobile devices) websites, however I'm finding there are such a wide range of mobile devices that stretch from the advanced iPhone to older …
0
votes
2answers
39 views

PHP continue statement

Hello Guys When reading a PHP book I wanted to try my own (continue) example. I made the following code but it doesn't work although everything seems to be ok $num2 = 1; whil …
1
vote
2answers
112 views

Simple Increment in assembler

Hi, I'm stuck with this. I'm self studying assenbler and translating some basics instructions. But i can't with this one. Can anyone help me, please? int secuencia ( int n, EXPRE …
-5
votes
1answer
93 views

Loops in MATLAB

How many times will the following loop execute? x=-4 while x <8 x=x+3 end Can anyone explain it to me?
1
vote
5answers
77 views

Are there any standards for designing an application?

I'm interested in creating my own project in my spare time to learn some more about development, I have several ideas of what I want to create, and what technologies to use (java, …
1
vote
1answer
44 views

Best source code license for limiting/restricting a Google Code project?

What is the best license for limiting/restricting a Google Code project? Here are Google's Options: Apache License 2.0 Artistic License/GPL Eclipse Public License 1.0 GNU Genera …

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