c++

  1. Quiz_Master

    Help! Programs illustrating Inheritance in C++..

    Hello. I am currently studying OOP in C++. I am not getting hang of this Inheritance concept.:sad: I want to write simple programs (like addition, multiplication, dividation etc) using all 5 types(Single, Multiple, Multilevel, Hierarchical and Hybrid) of Inhertitance. Can you give me simple...
  2. a_to_z123

    Turbo C++ 3.0 Download

    What I want to know is that from where can I download that old Turbo C++ Compiler 3.0? My friends do have that compiler but all of them are not the proper installs... I want the original Installer file that the company launched. Is there any website that provides the download? I...
  3. A

    Challenges faced by .Net Programmers While Migrating to C++..

    Guys, One of my friends needs to work on c++ project in his company. But he has not worked on c++ before apart from few small projects during his college days. What are the difficulties he might face while migrating himself from .net to c++? Pls advice asap. It's really urgent...
  4. Shikher_neo

    How to hide password characers from screen

    Hey guys i have a problem, how do i hide the characters and replace them with a * or # so they cant be read in the c++ console program? please help me out
  5. Josan

    Help!!Problem With C++

    I m new to programing and i use DevC++ Compiler but when ever i tries to make a program by coping word to word from a c++ book it give me a errors what could be the reason ..Plz help me out
  6. bajaj151

    Suggest me ?

    I am planning to join some course as I dont want to waste my time... So, suggest me some good course which I should opt for... I am pursuing bca...and I already have knowledge regarding c, c++ I am looking for .net..... So..plz suggest me..
  7. nileshgr

    Bash Help Required

    Hi, I have a C++ program which simply reads and outputs a file. This output i need to be taken into a Bash variable. How do i do that ? Or there is any other method to get a file output into a bash variable using bash itself instead of the C++ program ? Its urgent!! :?:
  8. pritish_kul2

    Visual C++ error

  9. hrushij

    proble with turbo c complier..!

    This code works fine on borlaand c++ 5.0 but it scans only first object in turbo c++ IDE what is the problem with this..??? #include <stdio.h> #include <conio.h> struct student { char name[10]; int no; float marks; }; void main() { struct student s[5]; int i...
  10. P

    help needed in c++!!!

    how can i hide a folder using c++? how can i hide a file using c++? how can i lock a folder using c++? how can i lock a file using c++? thanks...
  11. shady_inc

    Any C++ compiler for cellphones??

    It may sound a bit whacky.But I need a C++ compiler for my Nokia 6630.Does anyone know of it??
  12. chicha

    Project using "C or C++"

    Ok this the 3rd time i am asking for help. and not once i got a reply. i need to do a mini game and simulation projects using C or C++. please help, i googled them and got no proper sites. if you know any site where i can get the source code it will be nice. thank you please help
  13. S

    Where to get C++

    My nephew who is in 9 th class requires C++ language to practice at home. Where can I get it for him. Is it dowloadable from some site or what? Please help.
  14. Zeeshan Quireshi

    Ditch Turbo C++ use Relo !

    Guys , there must be many of u studying in school or college who have to use Turbo C++ because the new compilers won't compile the old format code or they don't include the borland specific-haders and the most important , that Turbo C++ being a 16 Bit aplication does not work under Windows...
  15. S

    Microsoft Visual C++ Runtime Error?

    When I try to run my newly installed programme BSE Explorer, I get a pop up message that Microsoft Visual C++ Runtime Library (*) Runtime error Programme file locatoion Abnormal programme termination O.K. Pressing O.K. button will terminate the programme I am on XP SP-2 and already have...
  16. M

    C++ IDE for Vista ?

    Hey guys, I am in class 12th & need a C++ IDE for Windows Vista (a free one, preferably!) Any ideas ?
  17. The_Devil_Himself

    Which LINUX distro for programming!!!

    Well I was a happy student before our teacher dropped the bomb.SHe told us that we will be using linux for our programming from now on.Basically we will be doing C and c++. Can you tell which distro to go for.One which is less intimidating and more like good old windows.AND it must have support...
  18. dashang

    Need software for C++

    I have a subject in college: "Object oriented programming". So, i think turbo C++ is software for OOP. Can anyone give turbo C++ software.
  19. shady_inc

    Help with Bloodshed Dev c++!

    i recently installed Bloodshed Dev c++ from an old digit CD and wrote a program.compiled it without any errors.but whenever i run the program a DOS window blinks for a millisecond and disappears.That's it nothing else happens.what's the catch here guys??
  20. hrushij

    problem with turbo C++ in vista

    Hi friends..... I have a new vista home premium...and i am not able to run turbo c++ in full screen mode...even 'cmd' also not work in fullscreen mode.... Any solution.........?????????
Top Bottom