TRENDING NEWS

POPULAR NEWS

Php Help. If Youre Good At Comps. Pls Help

What are some good computer science final year project ideas?

I was answering the same question to a friend of mine yesterday. The answer was, we have no idea what you would do. It is not a project, instead it is a test of yours. A test of your capabilities, experience and efficiency in the field. But, I (and a few other experts; I am no expert) can surely guide you to select a project for your final year project. First of all, think of what languages you learnt in your course. Most universities prefer C++ over Java while teaching Object-oriented programming. Some universities teach MySQL and some prefer Microsoft's SQL Server. Some prefer ASP.NET's MVC framework, whereas some prefer teaching Web Forms. So, it all depends on what you have actually learnt in your course. Computer science is not about making money by providing enterprise level applications. Instead it is actually about learning how computer works. What are requirements, and how an instruction actually gets executed. Your instructor needs to know whether you are capable of what you have learnt, did you get all the points, do you know how to apply that knowledge to real-life. That is all. Now, consider this. What did you learn?What is a web application, desktop, console or a simple command-line project?What language was used?Like already mentioned, most universities prefer C++ over Java, some may teach you C#. Consider them as a must option to be taken under consideration!Databases or simple text files?Data sources are not only databases, but text files, HTTP resources and much more. Depends on what you learnt back in your course. Your final project is hidden somewhere in between this. Start by joining the threads for "What did you learn" with "What language was used" and finally establish a good connection with "Databases or simple text files (data source)". This would give you an idea of where to start and where to go. Remember, most of the times people end up creating a Java application backed up by a MySQL database. Easy, free and already done! Just get started and make something up. This is not your doctorate thesis, so you don't actually have to worry about your teacher asking for something 100% new. But remember: Plagiarism is not a good thing. Avoid it as much as you can, this project would tell you what you are and where you stand in field of computer! Good luck. :-)

How can a non-computer science student become a good programmer?

It depends on your Interest. Only learning several languages will not make it unless you don’t start practising it daily.Being an IT student I can tell you that during my college days I didn’t know even basic syntax's of many crucial languages like JAVA, C, SQL etc. But when I started working on them, my interest grew ,Although I often forget syntax till date. Its anyway not important. What’s important is that you must understand the concept and you should able to implement it in real time scenarios.There’s are few good websites like HackerRank (HackerRank) and StackOverflow (Stack Overflow). Try practising problems given in them. It will help your skills improve to certain extent and also you will come to know your level of understanding.Areas where you lack and areas where you expertise.All The Best!

PHP: How can i use foreach loop when im using fopen in file?

Hi PHP experts, just want to ask if how can i use for each if im using fopen? Here's my code:


$bn = "*";
$ctr = 0;
$fps = fopen("masterlist.txt","r");
if ($fps) {
while (!feof($fps)){
$ctr++;
$masterlist = fgets($fps);
$trim = trim($masterlist);
$pos = strpos($trim, $bn);
if ($pos === 0) {
echo "
";
echo "$trim
...
//arrange horizontally
//or store in combo box
}
else {
$comp = "$trim
";
//radiobutton.select show $comp
}
}
}

What suppose to happen is after the file was red, the line with * will result as radiobutton, then else will be checkbox, i can already do that but now, i should hide those checkbox and just show then when the radiobutton was selected.

Any help will be deeply appreciated.
Thanks in advance, godbless the good samaritans. ;-)

How the f@%& do I do c++ in xcode?

You can start learning C++ with these video tutorials:
http://xoax.net/comp/cpp/index.php

They are perfect for beginners. This one can get you started by showing you how to install a free compiler:
http://xoax.net/comp/cpp/console/Lesson0.php

Here are some simple games with code downloads that you can use to get some ideas:
http://xoax.net/comp/cpp/console/Lesson9.php
http://xoax.net/comp/cpp/console/Lesson23.php
http://xoax.net/comp/cpp/console/Lesson29.php

These tutorials can get you started with graphics programming in OpenGL:
http://xoax.net/comp/cpp/opengl/index.php

You can go through the tutorials and if you have questions on them or anything else in C++, please post to me here:
http://xoax.net/forum/

Enjoy!

I need a GOOD Visual C++ tutorial.?

You can start learning C++ with these video tutorials:
http://xoax.net/comp/cpp/index.php

They are perfect for beginners. This one can get you started by showing you how to install a free compiler:
http://xoax.net/comp/cpp/console/Lesson0.php

Here are some simple games with code downloads that you can use to get some ideas:
http://xoax.net/comp/cpp/console/Lesson9.php
http://xoax.net/comp/cpp/console/Lesson23.php
http://xoax.net/comp/cpp/console/Lesson29.php

These tutorials can get you started with graphics programming in OpenGL:
http://xoax.net/comp/cpp/opengl/index.php

You can go through the tutorials and if you have questions on them or anything else in C++, please post to me here:
http://xoax.net/forum/

Enjoy!

My comp is infected with the gifimg.php virus and affecting my site?

Read this.~

edit : In this link, you are instructed to use one av program only,, you can not have more than one running. I am saying this in case you do not read my link i put in, and in case, you did not read the other answer from another TC..

How to tune power acoustik amplifier?

I have this amplifier-->http://www.sonicelectronix.com/pictures_new.php?id=14637&picture_id=132661
powering two 12" Kicker comps in a box for a jeep wrangler. I really need help on how to tune the amplifier in the website above. What setting do I need to put all of those knobs on? and when tuning do you turn everything down on the amplifier and turn the volume all the way up on the head unit? Someone please explain all of this to me!

Is computer programming hard?

There are large and small projects. The difficulty largely depends on what you want to do.

You can start learning C++ with these video tutorials:
http://xoax.net/comp/cpp/index.php

They are perfect for beginners. This one can get you started by showing you how to install a free compiler:
http://xoax.net/comp/cpp/console/Lesson0...

Here are some simple games with code downloads that you can use to get some ideas:
http://xoax.net/comp/cpp/console/Lesson9...
http://xoax.net/comp/cpp/console/Lesson2...
http://xoax.net/comp/cpp/console/Lesson2...

These tutorials can get you started with graphics programming in OpenGL:
http://xoax.net/comp/cpp/opengl/index.ph...

You can go through the tutorials and if you have questions on them or anything else in C++, please post to me here:
http://xoax.net/forum/

Enjoy!

TRENDING NEWS