CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: sampada@123

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    73,444

    Sticky: Re: Welcome jGuru Forum members!

    Thanks for sharing this one
  2. Re: What's the best free way to make embedded web bower that can do upcalls?

    Much of the hype in the design community around the portable communication and set-top box sectors have focused on building equipment, such as 3G mobiles, that provide video conferencing...
  3. Replies
    1
    Views
    11,443

    Re: information retreival problem

    Thanks for sharing this one
  4. Re: Improved SQL Document Parser Performance in Updated dbForge Tools for MySQL

    Thanks for sharing
  5. Replies
    9
    Views
    33,043

    Re: A Game Debug.txt Info Required

    Thanks for sharing
  6. Re: How do I get search engine results programatically?

    3
    down vote
    Yes, Google provides a search API that you can use:

    The Google AJAX Search API lets you put Google Search in your web pages with JavaScript. You can embed a simple, dynamic search...
  7. Re: 5 Reasons Why Java’s The Best Language To Learn

    1) Java is Easy to learn.
    2) Java is an Object Oriented Programming Language.
    3) Java has Rich API.
    4) Powerful development tools e.g. Eclipse , Netbeans.
    5) Great collection of Open Source...
  8. Re: How can I make this code more effective?

    1.Limit your review to the scope of the work. An effective review is laser-focused on the problem that is being worked on. Create follow-up action items (e.g., tickets) for any out-of-scope work that...
  9. Replies
    2
    Views
    767

    Re: addition program in jcuda

    import java.util.Scanner;

    class AddNumbers
    {
    public static void main(String args[])
    {
    int x, y, z;
    System.out.println("Enter two integers to calculate their sum ");
    ...
  10. Replies
    6
    Views
    3,114

    Re: Looking for core JAVA exercises

    For learning java from basic to advance java tutioral is best
Results 1 to 10 of 11





Click Here to Expand Forum to Full Width

Featured