C

03/15/19

Is there a printf converter to print in binary format?

I can print with printf as a hex or octal number. Is there a format tag to print as binary, or arbitrary base? I am running gcc. printf("%d %x %o\ ", 10, 10, 10); //prints "10 A 12\ " ... more

03/14/19

grep, but only certain file extensions?

I am working on writing some scripts to `grep` certain directories, but these directories contain all sorts of file types. I want to `grep` just `.h` and `.cpp` for now, but maybe a few others in... more

11/22/18

Howto create a java program that uses both observer design pattern and strategy design pattern?

Use the Java Observable /Observer classes to create an Observable object that provides "real - time" election statistics. For the purposes of this assignment you can just report on any five states... more

What skills are needed to build a search engine?

What skills are needed to build a search engine like Google? I'm currently learning python but I want to know what other programming languages that I need to know and what other programming skills... more

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.