4 Questions 2 Answers 0 Followers
Questions related from Salman Beg
As we know that it is easy to refactor the code manually but can it be possible to refactor the code automatically.In other words, I want to write the code in such a manner that whenever I will...
26 April 2013 4,515 5 View
I have implemented the design pattern but I don't know how to implement the refactoring approach in the design pattern in java. I am confused about from which point I should start. So, could...
28 February 2013 4,839 4 View
I want to convert the audio file to a text file in java i.e first the audio file will be played and after it is played it will copy the lyrics into a text file, and vice versa, in java. But, I...
21 February 2013 5,102 5 View
My problem regarding the C code is that i want to print the code in the output screen. For example: C code:- #include main() { printf("Hello world"); return 0; } But i want to print my output as...
29 September 2012 8,756 8 View