Search results

  1. A

    Compiler for graphics

    There are several APIs available to work with Graphics under C, OpenGL is one of the most popular. Most of the libraries works under GCC (MinGW too). DirectX API will work good under Visual C++.
  2. A

    Please tell me the sequence to learn programming ?

    Hey, dude!! You are in 8th class right now! First get more knowledge about Computers and Technology. Understand several terms, read magazines like Digit etc. If you want to learn any language, start with Visual Basic.NET, but first read more. And as The Conqueror said focus on your study more...
  3. A

    C/C++ Beginner's Guide and Post Basic Questions here

    This error occurs, when yum is not able to connect to any of the mirrors available in list. If you have any proxy settings then add them in /etc/yum.conf file.
  4. A

    Dot net Links/books for window forms based applications

    Here's the three best books for C# Pro C# and .NET 4.0 Essential C# 4.0 The C# Programming Language. These three are a must read!!
  5. A

    Tabs in MDI in MFC

    Hello, everyone. I have searched for tutorials on how to use Tabs in MDI application in MFC in Visual Studio 2010. But didn't find any. So, if any of you could provide me a small, basic one on how to program Tabs in MDI in MFC, that would be great. Thank you :)
  6. A

    C/C++ Beginner's Guide and Post Basic Questions here

    After reading both volumes of Thinking in C++, read The C++ Programming Language by Bjarne Stroustrup and C++ Primer.
  7. A

    Which college to choose ? ...

    NSIT dude!! Its a good college!!
  8. A

    Any python expert here ?

    and whats the error which executable throws??
  9. A

    Book For Beginner

    Hey, wait a minute C is weakly not strongly typed. Python is strongly typed and duck typed too.
  10. A

    i want to learn programming.

    Hey let me make you clear. Although its true that almost everything(or may be everything) in this Computer Era requires programming but you cannot learn everything, I mean its difficult to be the expert of everything from Game Programming to Web Designing or from Application Programming to...
  11. A

    Android ported to C#

    that's amazing. One thing Microsoft has done right is C# and thanks to Mono Team for such a great. Moreover, Google may go for C#. ECMA334 and ECMA335 implementation falls under Microsoft Community Promise, hence Microsoft will not assert their patents against anyone implementing, distributing...
  12. A

    Book For Beginner

    Yeah, I would also recommend go for Python rather than C/C++, these are complicated languages. Moreover, Python is not that inefficient. If programmed wisely then Python programs are also efficient. Also, remember one thing practice practice and practice. Also, Python in a Nutshell is also a...
  13. A

    IIT-JEE problems

    All the Best for Tomorrow!!
  14. A

    OOPS Interface use?

    See, Interface actually tells what a class can do. It defines a contract between classes. For example, in above post an interface with functions Download and Upload can be declared and you can use classes to implement this interface for many protocols. There are many differences between abstract...
  15. A

    Some beginner's questions about python

    Go for Python. It is Object Oriented, has a very large library, many bindings of Widget Toolkits are available like PyQt, wxPython, PyGTK, can be used to develop a GUI application or a Web Application. Python is one of the most widely used scripting language. Many softwares and web...
  16. A

    C/C++ Beginner's Guide and Post Basic Questions here

    Thinking in C++ by Bruce Eckel is wonderfull book. It takes you to the depth of C++. I have read that book twice and really it is an awesome one. It is not only for beginners but for experts also. After it go for The C++ Programming by Bjarne Stroustrup, this one is relatively some what harder...
  17. A

    Hobbies for the Summer

    you have just passed +1 and you are now in +2, isn't?? Then just study dude, if you get admission in any of IITs, NITs (if you are going to engineering stream) you will have plenty of time available for all other stuff, believe me.
  18. A

    Want to make a music player app.

    C and C++ are mainly used for System Programming. Use High Level Languages like C#, Java, Python etc. for developing application based softwares.
  19. A

    C/C++ Beginner's Guide and Post Basic Questions here

    tdm-gcc.tdragon.net/ download it or download Code::Blocks.
  20. A

    C/C++ Beginner's Guide and Post Basic Questions here

    mingw is a gcc port for windows, and it includes POSIX library. Moreover, do not use Dev C++ use Code Blocks. Dev C++ is old and outdated.
Top Bottom