Netesy's Posts
Nairaland Forum › Netesy's Profile › Netesy's Posts
Search the internet bro, and my mum cant teach ya online |
Thank lordZOUGA but would you care to join me in making this a reality? |
C++ is the perfect language to me |
lordZOUGA: have you read the specifications for the P2P protocol? your bluetooth is only going to transfer files at a certain speed. even if you succeed in making a torrent application for your device that works with bluetooth, you will end up slowing down the transfer speed because the bandwidth will be split between receiving and sending.i have read, and well valid points there bt wont the user getting the file be satisfy enough and the bluetooth and wlan speed will only affect the users of those protocols |
lordZOUGA: if you are asking this question, then it's either you are asking the wrong questions or you do not know what you are doing. no offence.yeah right non taken bt a gud protocol is supposed to be usable on a large variety of device bt my nokia c2 has only bluetooth no wlan |
Its a dying language or subset |
Freezle: Coding isn’t just for computer whizzes, the benefits of teaching kids to code, so they can do more than just “read” new technologies -- but also create them. "Code" has different meanings depending on context. "Scratch" is a much higher level environment than HTML, say, or Java. That means everything. I agree that kids should learn to DESIGN and to BUILD and to IMAGINE, but we have to give them the right building blocks and tools. "Scratch" seems to be a step in that direction. Bravo!well said |
lordZOUGA: if I have access to my device's bluetooth and wlan, why will I need another protocol to help me with file transfer?will every device have that? Pls can i get twisted in c++ would be happy if you can help webdezzi |
I love pagination but use infinite scroll, its lazy and ok |
udifrancis: @Op, big thank you. i've started studying Java and PHP on my own and also making reference to this topic.learn 1 langauge at a time for better and faster comprehension |
i have not sen any that works via bluetoooth, infared, wifi and the web |
Explain more please |
Why? I believe in you. |
Maybe you would be Nigeria own Bjarne Stroustrup |
No scratch is a good language for kids that what my younger ones are learning though. |
File sharing is the key....... |
xterra2: Haha were you sleeping when you wrote that ?No i was wide awake when he makes a form with no functionality he will be tempted to learned the language simple. Ps. .Net also include C++ |
use Bluetooth, infrared and all existing protocols so it can work well in naija |
i want to start a new project and i am fascinated with the inner workings of bit torrent so i thought why not make a similar protocol |
i just think the question does it all, i wanted to make something small in c++ and thought of this. so please what are your opinions |
try to start working on it and i will help when i see some effort |
just download and use the visual studio then choose forms projects its just drag and drop |
For being a scam site period |
lordZOUGA: No, I taught myself whatever it is I know about programming or the ICT field.same as me but with lordZOUGA helping me |
Thanks now nepa i need light |
I am learning c++ at home and waiting to get admission ps my tutor was bittorent and 4shared where i got all my books |
Currently working on all nigerian gsm network phone number generator for sms campaigns |
Example please lordZOUGA: you called rand() once. outside the loop. it should be called anytime you want a random number. |
Learning C++ by watching videos is bad. first read an ebook or textbook and start giving yourself small simple projects to work . You will have a better understanding of the language this way |
Do you need the whole program or the regex to find a palindrome |
Int numb = 300; Srand(time()); int num = rand(); for(int i=1, i < numb; i++){ cout << num<<endl; } is giving me the same value it nt changing please how can i seed it well as the time used is the same the values is the same , i would like each line with a different value |
That did not work and please how can i make randow numbers ? Int numb = 300; Srand(time()); int num = rand(); for(int i=1, i < numb; i++){ cout << num; } is giving me the same value it nt changing |