c++

  1. F

    Can anybody compile a .cpp for me?

    There is a famous OCR soft called Tesseract. In that a small application 'text2image' is very helpful tool. but they are providing direct source code and i don't know how to compile in c or c++.. My problem is i am familiar to vb.net and not c and c++. but still i downloaded dev ++ and tried...
  2. M

    Can't run C++ file in Eclipse Luna

    I'm a newbie in programming. I used to do the basics in Turbo C++ but now I wanted to move to Eclipse. I have installed Eclipse Luna and MinGW compiler and added it to path in system variables. I downloaded Lynda's essential C++ course. I made a project and then copied the exercise files from...
  3. TechnoBOY

    Tutorial: Learn All The Basics Of C++ Language

    C++ Coding??? Dread !!!! Forget it now here is the Complete Antidote!!! This is a basic guide which I have come up with for the people who are looking to go for C++. I have tried to keep it simple so that everyone can understand it. I had been working on this for last couple of weeks. Any...
  4. Vyom

    New Programming Language, "D" : Combination of Speed of C++ and Simplicity of Modern Language

    Before you dismiss this language as "just another language" I recommend to give the article a read. It sounds promising. Also, I created this article in "Programming" section rather than in News section, because of obvious reason. Link: The Next Big Programming Language You?ve Never Heard Of |...
  5. elafanto

    What courses or things to learn before entering engineering.

    My younger brother will pass out his 12th this year. And will take admission for engineering. Branch not specified. Actually he is looking for IIT or NIT or any big name. And now he will be free for almost 2 months So can anybody suggest me what will be better for him? I am asking him to go...
  6. K

    C++ Programming Tutorials

    hey Guys there I have created a C++ Programming tutorial playlist on youtube. This is for absolute beginners and anyone can watch and learn i have done 27 videos each of around 5 mins till date and hopefully you all will get great benifit from it. so here is the link and enjoy...
  7. A

    How to Programm?

    Hello guys! So, This is my first post here! So, I want to learn programming and I don't like maths. A big problem! What should I do? I'm learning HTML right now, which kinda is easy but something like C++ is very difficult. Any good programmer out there who can give me some tips? Thanks :)
  8. G

    Best Material To learn C++.

    I'm now studying in CBSE class 11. This year i studied C++ with Sumita Aurora for my computer science. I would like to know about the best book to learn C++ both for my class 12 as well as to generally learn the subject better. which will be the best books? Are there an material available if so...
  9. S

    Problem in C++

    Hi I am trying to make a c++ project but is there any way in turbo c++ to save the inputs of particular variables for multiple runs. :-):-):-)
  10. Tarun Singh

    Best Book for Object Oriented Programming in C++ ?

    If you have experience in Object Oriented Programming in C++,please tell me the best book for the subject ? My college recommends these two : 1) Object Oriented Programming with C++ 6th Edition by E. Balagurusamy 2) Object Oriented Programming in C++ 4 Edition by Robert Lafore I want...
  11. Harsh Pranami

    What to do in semester break???

    Hi friends. I just gave my 3rd semester examinations. I'm pursuing BE in cse. Now I have a long one month holiday before 4th semester begins. I want to utilize my holidays for something useful. I was wondering if I could take some course in java or some other language. My basics in C and C++ are...
  12. S

    Programming puzzles

    Post some interesting " find the output " type questions or any other sort of tricky programs here in c++ or java.... take the following code: int i, n = 20; for (i=0; i<n; i--) { cout << "x" << endl; } by changing only ONE character in the above code, meaning you cannot change 20 to...
  13. Shah

    A 3D Rubik's Cube in C++ and GLUT without MFC.

    Hi friends, I thought of writing a program which could solve Rubik's cube. So, I used Google to search for some 3D Rubik's Cube solver written in C++ to get an idea on how to code a 3D Rubik's Cube with movements. but, Unfortunately all that I found were using MFC not GLUT. I need your help...
  14. C

    c++ Compiler giving wrong output.

    It's a program for finding the biggest palindrome possible by multiplying two 3-digit numbers. I'm using Turbo C++ 3.0 However it's showing wrong outputs. I'm 100% sure that the palindrome code is correct and I checked separately with "123" as input, even then it showed wrong output. Please...
  15. Limitless

    Need Help with C++ Softwares

    Can anyone suggest me some good C++ programming software other than Turbo C++ because I hate it 'cause of the blue color :)
  16. ©mß

    Help adding numbers in C++

    This code is what I wrote. After typing first no. and then the second no. and then when I press enter, no result is shown and program terminates. What is wrong in the code? Our teacher asked to add ourselves using our BRAIN. I am unable to understand,is this method right? I am right now...
  17. J

    sample programme

    How to make a simple calculator in dev c++? Can someone write full programme? Thanks in advance.
  18. isenberg

    Programming book

    I gave my 12th exam recently and am currently going through the dilemma of choosing between Bsc(H) and Btech CSE . Whatever may be my final choice, programming is the major reason I am going for Computer Science . So,I was thinking about spending my holiday in a productive way. So, I wanna...
  19. ankit.kumar010203

    Facing Problems In c++. Please Solve This Code...!

    Hello, I am facing problem with my c++ coding:cry::cry:. How can i add these following sentences to my text file of notepad? I know that it is wrong. Please Help me...! How can I fix it? The code are as follow:- #include <iostream> #include <fstream> using namespace std; class cars{...
  20. S

    RSA Algorithm by cpp

    Please give me some web link to some EASY NOTES on understanding RSA algorithm. and to implement it in c++ code, what classes and objects should i use?
Top Bottom