Follow a topic to ask questions, get answers and
share interesting content with other researchers working in your field.

Topics » Programming (Java, C, C++, C#,...)

  • Amir Nodouzpour
    I need help to choose a language and IDE
    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 replied

      Qt or Java if you want cross platform implementation.

  • Salman Beg
    How to handle a single player game with computer using C program.
    Please suggest some of the concept for which i can implement it in my program.Thanks.
    Recent replies ⋅ Show All (6)
    • Kemal Sokolovic replied

      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

  • Carlos Bazilio
    Which first language do you think is the best for learning programming techniques?
    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 have
    Recent replies ⋅ Show All (102)
    • Nur Joo Han Guna Segar replied

      Simplicity: BASIC programming...but it would be an insult telling it here

  • Rajat Goyal
    What is the logic for finding last 10 digits of 2^n where n<100????
    If i enter n = 35 2^35 = 34359738368 so ans. Should be 4359738368
    Recent replies ⋅ Show All (10)
    • Stefan Schuerger replied

      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

  • Vijayaragavan Govindan
    In C Programming language when is for loop used and when is recursive function used?
    Can anyone explain the difference between for and recursion?
    Recent replies ⋅ Show All (16)
    • Stefan Schuerger replied

      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

  • AAKESH SINGH Tomar
    Can any one provide me c language code for this pattern
    1 4 6 2 5 3
    Recent replies ⋅ Show All (4)
    • Victor Alejandro Herrera replied

      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

  • Ravi Chaurasia
    Is python or java more powerful? Which is more widely used?
    And why?
    Recent replies ⋅ Show All (6)
    • Nyein Chan replied

      Both have different adventages . Groovy and grails is one example of using advantages of those .

  • Ravi Chaurasia
    Which book is superb for learning the perl programming.?
    Whats the benifits of learning perl programming.
    Recent replies ⋅ Show All (1)
    • Robert Wahlstedt replied

      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

  • Maryam Yousefi
    How can I write a Perl script which runs another Perl script at specific times?
    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 60
    Recent replies ⋅ Show All (5)
  • Amir Nodouzpour
    I need an open source IDE (integrated development environment) for python programming.
    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 replied

      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

  • Javier Albusac
    Controlling NXT Lego Robots with MATLAB code
    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 engines
    Recent replies ⋅ Show All (11)
    • Javier Albusac replied

      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

  • Brian Chacko
    Could anyone suggest a framework/pattern/method for communicating between several libraries?
    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 a
    Recent replies ⋅ Show All (1)
    • Mathew Chackola replied

      Try the adapter pattern or some form of it.. http://en.wikipedia.org/wiki/Adapter_pattern

  • Carlos andres hernandez gomez
    Constrained programming problem
    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
  • Hassan Ali
    multithreading in c++
    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 replied

      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 !!.

Cs

6943

Followers