- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
12 Posted Topics
Re: Hi, I am [COLOR="red"][B][I]Rammohan [/I][/B][/COLOR]from Bangalore and working as a [B][COLOR="Green"]Technical lead[/COLOR][/B] in big IT firm . [B]Solution for your answer is follows:[/B] Depends on your requirements you need to select the compiler. Once the compiler selection is over then 50% of the job done. Based on your compiler you … | |
Re: Hi, I am [B][I]Rammohan [/I][/B]from Bangalore and working as a [B][U]Technical lead [/U][/B]in big IT firm . [B]Solution for your answer is follows:[/B] The way you have written is only for the deleting a node. For that also you have not verified weather the node is exist in the list … | |
Re: Hi, I am [I][B]Rammohan [/B][/I]from Bangalore and working as a [I][B]Technical lead [/B][/I]in big IT firm . [B]Solution for your answer is follows:[/B] Based on my experinace this small problem you can use it normal ASCII file(either plain text file or xml file). Or else if you have a knowledge … | |
Re: Hi, I am [I][B]Rammohan [/B][/I]from Bangalore and working as a [I][B]Technical lead [/B][/I]in big IT firm . [B]Solution for your answer is follows:[/B] It is very simpple. Open and read the inventory ASCII file from your disk and store the values in your clas varibales by using one class object... … | |
Re: Hi, I am [I][B]Rammohan [/B][/I]from Bangalore and working as a [I][B]Technical lead [/B][/I]in big IT firm . [B]Solution for your answer is follows:[/B] I haven't misled you on that point; there is another scope called class scope, which applies to all member variables of a class. Variables with class scope … | |
Re: Hi, I am [I][B]Rammohan [/B][/I]from Bangalore and working as a [I][B]Technical lead [/B][/I]in big IT firm . [B]Solution for your answer is follows:[/B] Yes. It is possible. [code] #include <iostream.h> int main() { if(cout<<"ramu"){} return 0; }[/code] | |
Re: Hi, I am [I][B]Rammohan [/B][/I]from Bangalore and working as a [I][B]Technical lead [/B][/I]in big IT firm . [B]Solution for your answer is follows:[/B] It allows you to provide an intuitive interface to users of your class, plus makes it possible for templates to work equally well with classes and built-in/intrinsic … | |
Re: Hi, I am [I][B]Rammohan [/B][/I]from Bangalore and working as a [I][B]Technical lead [/B][/I]in big IT firm . [B]Solution for your answer is follows:[/B] What do you want to deliver? You have not specified what you need.... Any way based on my understanding you need to know 1) what is class? … | |
Re: Hi, I am [I][B]Rammohan [/B][/I]from Bangalore and working as a [I][B]Technical lead [/B][/I]in big IT firm . [B]Solution for your answer is follows:[/B] Let’s suppose you have a set of N elements in a vector and want to find all the combinations of size M (M > 0 and M … | |
Re: Hi, I am [I][B]Rammohan [/B][/I]from Bangalore and working as a [I][B]Technical lead [/B][/I]in big IT firm . [B]Solution for your answer is follows:[/B] The Syntax of the snippet code is 100% correct. It mean that continue your while loop until the input reaches to the next line... If you press … | |
Re: Hi, I am [I][B]Rammohan [/B][/I]from Bangalore and working as a [I][B]Technical lead [/B][/I]in big IT firm . [B]Solution for your answer is follows:[/B] [code] struct node *delet ( struct node *p, int node_no ) { struct node *prev, *curr ; int i; if (p == NULL ) { printf("There is … | |
Re: Hi, I am [I][B]Rammohan [/B][/I]from Bangalore and working as a [I][B]Technical lead [/B][/I]in big IT firm . [B]Solution for your answer is follows:[/B] I have provided you my own sample code for your request: Insert, Reverse, print the list, Sort the list [code] # include <stdio.h> # include <stdlib.h> struct … |
The End.