talisman's blog

By talisman, history, 3 months ago, In English

I've come across this problem, I know that I'm going to binary search the answer (Given the fact that if x(time) is good, x + 1 is also good), but I am very stuck at how to determine if that time is good or not in the first place. Any help would be much appreciated. Thanks in advance,

Full text and comments »

  • Vote: I like it
  • -1
  • Vote: I do not like it

By talisman, history, 11 months ago, In English

I am new to geany. The IDE is great and all, but there is something that's bothering me so far which I should build first and then run the program. I was wondering if there is 1 button for build and run--as in codeblocks for example--it would be nice. I've tried so many different things, but nothing seems to work. I've tried to add this command, but as I stated it didn't work: g++ -Wall -o "%e" "%f" && "./%e" I've attached the default build commands down below. Any help would be very appreciated. Thanks in advance,

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it