-
Gave Reputation to rubberman in Storage class in C
Glad to help. Sometimes basic C/C++ programming rules can be rather confusing, even to us "experts". :-) -
Began Watching Convert decimal number to Hexacedimal
I'm almost giving up on this problem. How to convert an integer to it's hexadecimal equivalent. I'm not looking to printout the hexadecimal equivalent of the integer in printf() but … -
Replied To a Post in Convert decimal number to Hexacedimal
It is quite simple if you know the maths behind this. All these are just bases in which you can write your any number. For example, n = 9 can … -
Gave Reputation to deceptikon in why do we use private fields
Because if the fields are public, users of the class have unrestricted access to them. Exposing fields through properties introduces a controlled interface. Presumably your question is about this: class … -
Gave Reputation to deceptikon in Program - To find the longest word from a sentences
> Just try out this code. Hope it may be useful for you. That code is pretty awful, even after adding reasonable indentation. Let's hit the low hanging fruit first. … -
Gave Reputation to deceptikon in Program - To find the longest word from a sentences
> Just try out this code. Hope it may be useful for you. That code is pretty awful, even after adding reasonable indentation. Let's hit the low hanging fruit first. … -
Began Watching Convert BST To Heap Urgent Help Needed
Hello everybody , i have a pending assignment and it is based on developing a Binary Search tree in C. One function which is required is Given As:- e. A … -
Replied To a Post in Convert BST To Heap Urgent Help Needed
If you are in hurry, at least pay some time to explain the problem. We will help you if you can explain what is wrong with the code. And don't … -
Replied To a Post in How to make my own library and use it for my programs?
@deceptikon Mike has explained it really well and I am reading it completely now not only the section. Can you give me more inforamtion about dlls? I mean some good … -
Replied To a Post in How to make my own library and use it for my programs?
I am using Dev Cpp/ eclipse as the IDE. I am using windows/linux. I just want to learn how these things work. May be any platform, any compiler, I just … -
Created How to make my own library and use it for my programs?
I am curious to know how I can make my own library and use it for my C/C++ programs? I mean I want to make a library say "maths_example" which … -
Began Watching How to make my own library and use it for my programs?
I am curious to know how I can make my own library and use it for my C/C++ programs? I mean I want to make a library say "maths_example" which … -
Created how to add new library in geany IDE
I am using C/C++. I am using geany for editing my codes. I want to use beecrypt in my programs. But ofcourse, it is not included by defualt. I have … -
Began Watching how to add new library in geany IDE
I am using C/C++. I am using geany for editing my codes. I want to use beecrypt in my programs. But ofcourse, it is not included by defualt. I have … -
Replied To a Post in How does linking occur in this?
What would have happened if I didn't involve function.h? I think function.h is not doing anything in this example. Explain this thing. -
Created How does linking occur in this?
Main.cpp #include <iostream.h> #include "functions.h" int main(){ print_hello(); cout << endl; cout << "The factorial of 5 is " << factorial(5) << endl; return 0; } hello.cpp #include <iostream.h> #include … -
Began Watching How does linking occur in this?
Main.cpp #include <iostream.h> #include "functions.h" int main(){ print_hello(); cout << endl; cout << "The factorial of 5 is " << factorial(5) << endl; return 0; } hello.cpp #include <iostream.h> #include … -
Replied To a Post in Use of graphic card?
@mike Don't you think 1st is better? It has only 500GB hard disk difference with option 2. Because Ubuntu is free and I will install on first day only. So … -
Edited Use of graphic card?
I have considered 3 laptops till now: first is: i5 4th gen/ 4GB RAM/ 500GB hard disk/ 1 GB graphic /Windows 8/ 45k INR Second: i5 4th gen/ 4GB RAM/ … -
Edited Use of graphic card?
I have considered 3 laptops till now: first is: i5 4th gen/ 4GB RAM/ 500GB hard disk/ 1 GB graphic /Windows 8/ 45k INR Second: i5 4th gen/ 4GB RAM/ … -
Edited Use of graphic card?
I have considered 3 laptops till now: first is: i5 4th gen/ 4GB RAM/ 500GB hard disk/ 1 GB graphic /Windows 8/ 45k INR Second: i5 4th gen/ 4GB RAM/ … -
Edited Use of graphic card?
I have considered 3 laptops till now: first is: i5 4th gen/ 4GB RAM/ 500GB hard disk/ 1 GB graphic /Windows 8/ 45k INR Second: i5 4th gen/ 4GB RAM/ … -
Created Use of graphic card?
I have considered 3 laptops till now: first is: i5 4th gen/ 4GB RAM/ 500GB hard disk/ 1 GB graphic /Windows 8/ 45k INR Second: i5 4th gen/ 4GB RAM/ … -
Began Watching Use of graphic card?
I have considered 3 laptops till now: first is: i5 4th gen/ 4GB RAM/ 500GB hard disk/ 1 GB graphic /Windows 8/ 45k INR Second: i5 4th gen/ 4GB RAM/ … -
Replied To a Post in Which laptop should I buy?
So, Should I go for ASUS now? But, In India, I didn't see much ASU laptop with my friends, relatives and all. What can be the reason behind this? I … -
Replied To a Post in Which laptop should I buy?
@mike And what about Mac book versions? What's your take? -
Replied To a Post in Which laptop should I buy?
1,00,000 is too much for Indians. And your configeration is too much for me. Too many people have Dell around me. What are you talking about in "Quality"? -
Created Which laptop should I buy?
I want to buy a laptop with the following requirements: 1. Daily use 2. 1 TB Hard-disk 3. 4-6 GB RAM 4. i5(4th gen) processor 5. 1GB graphic card 6. … -
Began Watching Which laptop should I buy?
I want to buy a laptop with the following requirements: 1. Daily use 2. 1 TB Hard-disk 3. 4-6 GB RAM 4. i5(4th gen) processor 5. 1GB graphic card 6. … -
Created PHP HTML DOM Parser
I am new to parsers. I want to extract/parse the HTML documents. I have heard of this HTML DOM using PHP. Can ypu tell me some links or some basic … -
Began Watching PHP HTML DOM Parser
I am new to parsers. I want to extract/parse the HTML documents. I have heard of this HTML DOM using PHP. Can ypu tell me some links or some basic … -
Created How to make a Parser
Actually, I am working on a project. I want to extract all the reviews from a website which has reviews related to movies, for example. I want to make an … -
Began Watching How to make a Parser
Actually, I am working on a project. I want to extract all the reviews from a website which has reviews related to movies, for example. I want to make an … -
Edited How to select a final year project?
I am a Computer Science student. I have to select my final year project as soon as possible. I am confused how I should select my project. Can you help … -
Edited How to select a final year project?
I am a Computer Science student. I have to select my final year project as soon as possible. I am confused how I should select my project. Can you help … -
Edited How to select a final year project?
I am a Computer Science student. I have to select my final year project as soon as possible. I am confused how I should select my project. Can you help … -
Edited How to select a final year project?
I am a Computer Science student. I have to select my final year project as soon as possible. I am confused how I should select my project. Can you help … -
Created How to select a final year project?
I am a Computer Science student. I have to select my final year project as soon as possible. I am confused how I should select my project. Can you help … -
Began Watching How to select a final year project?
I am a Computer Science student. I have to select my final year project as soon as possible. I am confused how I should select my project. Can you help … -
Replied To a Post in how to buy my first guitar
I don't know what all you have started discussing! :p anyways, you may continue. -
Replied To a Post in how to buy my first guitar
I am a beginner. I don't understand these terms like neck , bridge. Can you elaborate more? -
Edited how to buy my first guitar
I want to buy my first guitar and I don't want to spend much money in the very beginning as I don't know how to handle it and all those … -
Edited how to buy my first guitar
I want to buy my first guitar and I don't want to spend much money in the very beginning as I don't know how to handle it and all those … -
Edited how to buy my first guitar
I want to buy my first guitar and I don't want to spend much money in the very beginning as I don't know how to handle it and all those … -
Edited how to buy my first guitar
I want to buy my first guitar and I don't want to spend much money in the very beginning as I don't know how to handle it and all those … -
Created how to buy my first guitar
I want to buy my first guitar and I don't want to spend much money in the very beginning as I don't know how to handle it and all those … -
Began Watching how to buy my first guitar
I want to buy my first guitar and I don't want to spend much money in the very beginning as I don't know how to handle it and all those … -
Replied To a Post in Bad Grammar
Can you suggest me some good forums where i can post my doubts related to this and get feedback which Assembly guy has mentioned? Can you suggest me 2-3 good … -
Replied To a Post in Bad Grammar
what ? I think that book is for dummies as the name suggets. Am i right ? -
Replied To a Post in Bad Grammar
Yes sir. But still, I want to improve systematically. What is included in "practice"? Seriously, the day when I will be able to write in the way you write, that …
The End.