Follow a topic to ask questions, get answers and
share interesting content with other
researchers working in your field.
- I want to write a program similar to Google Talk, but much easier. An application that gives a warning message whenever users have a new message. What language would be best for me?Recent replies ⋅ Show All (6)
Kemal Sokolovic
Qt or Java if you want cross platform implementation.
- Please suggest some of the concept for which i can implement it in my program.Thanks.Recent replies ⋅ Show All (6)
Kemal Sokolovic
It seems like you have an idea, even though you didn't explain it very well, but you lack the skill to implement it. Consider working on you skills first (C, AI or whatever) before you jump into game
- I'm a professor from a brazilian university and this question is always made. In different courses, I had already worked with Pascal, Scheme, C and Java. What do you think about them? Would you haveRecent replies ⋅ Show All (102)
Nur Joo Han Guna Segar
Simplicity: BASIC programming...but it would be an insult telling it here
- If i enter n = 35 2^35 = 34359738368 so ans. Should be 4359738368Recent replies ⋅ Show All (10)
Stefan Schuerger
There are some interesting numerical properties to this problem. Due to [2^(a+1)] % (10^b) = 2 * [(2^a) % (10^b)] % (10^b) the results will enter into a loop above a certain a. This is of course
- Can anyone explain the difference between for and recursion?Recent replies ⋅ Show All (16)
Stefan Schuerger
True. However, using recursion heavily in C as a loop replacement is highly inconvenient; unlike functional languages, C has a lot of syntax overhead for defining a function (prototypes, etc.), so
- Recent replies ⋅ Show All (4)
Victor Alejandro Herrera
Hello, I write the next little function, I hope it can help you: The n parameter is the number of rows (or columns), then you should write: printTriangle(3); void printTriangle(int n){ for(int
- Recent replies ⋅ Show All (6)
Nyein Chan
Both have different adventages . Groovy and grails is one example of using advantages of those .
- Whats the benifits of learning perl programming.Recent replies ⋅ Show All (1)
Robert Wahlstedt
I would recommend either the Learning Perl 2011 ed (camel book) or the Advanced Perl Programming Book (bear book) both from O'reilly. The Apress Learning Perl 2010 book is good too but it has less
- In fact I want to run my script at specific times forever using another Perl script, i.e. at XX: XX O'clock (for example 12:00) the script runs automatically and x-minutes (for example 15 min or 60Recent replies ⋅ Show All (5)
Maryam Yousefi
Thank you, I'll try to use cygwin.
- I need to a IDE for education to students who have no experience in python, could you suggest a link?.Recent replies ⋅ Show All (3)
Mudasir Kirmani
You can also use Anjuta DevStudio: GNOME Integrated Development Environment for further details you can check the following website http://projects.gnome.
org/anjuta/index.html
- I'm trying to control NXT Lego Control robots by using RWTH libraries and MATLAB code. The problem is that I would like to get sensor information in real-time (or close to real-time) while enginesRecent replies ⋅ Show All (11)
Javier Albusac
Hi Daniel, thanks a lot for your comment. NXC, java, C++ allow to code embedded programs. This is also possible by using NXT-G, as well. On the other hand, MATLAB and Python allow remote control of
- Let's say there is a Library A, Library B and Library C. Say Library A acts as a computation engine. Library B does the same but with a different syntax. Library C takes data input. What could be aRecent replies ⋅ Show All (1)
Mathew Chackola
Try the adapter pattern or some form of it.. http://en.wikipedia.org/wiki/A
dapter_pattern
- How can I obtain the restrictions of the following problem: Suppose you have a rect angle size (sx, sy) and a list of squares with dimensions (d1, d1)...(dn, dn). Find a location on all the squares
- do anyone have any idea about multi threading and making multi threaded programs using c++??? thank you in advance :)Recent replies ⋅ Show All (15)
José Román Bilbao-Castro
I have been programming with threads+C++ for the last 10 years. If you have further questions/needs, please send me an email or message !!.
6943
Followers
