need help in coding [ c, c++ , java , ] - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Java Programming (https://www.supportforums.net/forumdisplay.php?fid=22) +---- Thread: need help in coding [ c, c++ , java , ] (/showthread.php?tid=24788) |
need help in coding [ c, c++ , java , ] - prince76 - 01-23-2012 helo guys i have to submit my MINOR PROJECT in college topic they have given is a " player" like VLC and WINDOW MEDIA PLAYER in java or C++, , iam a beginner in java , can any1 guide me or give me the codings of it please p.s- also suggest me some gud apps other than that which i can make and submit , please guys help me RE: need help in coding [ c, c++ , java , ] - AceInfinity - 01-23-2012 What are the minimum requirements? Or they just want you to make an application that plays music and video? As that's what Windows Media Player can do. But there's other things it can do as well. They should have been more specific. RE: need help in coding [ c, c++ , java , ] - prince76 - 01-23-2012 they have asked us to decide our own topic , i mean i have to choose a topic myself and make a project on it , and my teacher told me you can go for a mp3 player , thats just dey told , dats y i asked for a VLC player , and u can see i have mentioned for suggestions of some new apps which can b made please help bro RE: need help in coding [ c, c++ , java , ] - United States of America - 01-23-2012 Why don't you actually try to do it first? It'll help in the long run. I'll see what I can scoop up. RE: need help in coding [ c, c++ , java , ] - prince76 - 01-23-2012 (01-23-2012, 03:41 PM)United States of America Wrote: Why don't you actually try to do it first? It'll help in the long run. I'll see what I can scoop up. thanks for replying , hmm we convert a string to int by String s ; int num=Integer.parseInt(s); is der any way or somethin through which we can convert a integer into string ?? not to worry my prob solved , iam sorry i was little confused , i did it dat way String s =String.format(" %d " , num); wil b back with more querries |