Hey if you talking about emulator then Cygwing is nice. But if you mean, virtual Machine like thing by which you can use linux and window...
code::block is cross platform and you can use it in ubuntu too. Install it from software center. You can also try QCreator!
Thanks Pradeep!
Hi, du -ahc --exclude='*.png' If I want to excludes more than one type (for example *.png and *.c") Can you please let me know how will I...
Re: Main difference between a variable declared globally with and without extern keyw ---->extern keyword extends the visibility of the C...
/* file1.txt 1823 607 R2A9 802 771 file2.txt 1823 1 2 4 22 11 4 29 607 12 3 3 R2A9 34 4 9 D33 2 1 0 802 30 8 1 771 3 0 9 3RE 6 3...
char name[100] = {'\0'}; int id = -1; do { printf("Enter name -> "); scanf("%s", &name); printf("Enter id - > "); scanf("%d",...
I think if you are sure about doing things mostly related with web programming then you should go with Ruby rather than Python.
std::map<string, Student> Key must always be unique!
Short and intuitive article!
/* Hi,Can I get some help writing this program as describe below: Write a program that uses the STL MAP template class to compute a histogram...
Re: Write a program in C to Determine the following information about a positive inte #include <stdio.h> #include <math.h> void test(const...
Which IDE are you using? If you are using Visual studio then run it by pressing "CTRL + F5" How are you trying to run the code? use getchar()...
/* * * * * * * * * * */ #include <stdio.h> void displayStar() { int starCount = 0; bool invalid = true; while(invalid) { printf("Enter...
/* * * * * * * * * * */ #include <stdio.h> void displayStar() { int starCount = 0; bool invalid...
Separate names with a comma.