Lounge - December 2010 (Page 2)

Linux (kubuntu) ftp editor
 
Hi, there maybe you know how to use kate(or other) editor to connect to server and edit via ftp like notepad++ in windows can ? I've read about almost all...
[1 reply] : You may need some plug-in (by Bazzy)
by aza
code container dijkstra
 
#include<queue> #include<iostream> #include<math.h> using namespace std; #define MAXINT 1000000 #define MAX 1000 int graf ; int wierzcholki; ...
[8 replies] Last: #include <stdio.h> #include <stdlib.h> #define niesk 100000... (by aza)
Facebook (1,2,3,4)
 
I got bored with my friend so we decided to crash the Facebook group chat... And succeded. It took under 2 minutes and it's been down for 30.
[62 replies] Last:     To Nohbody: LOOK LOOK! Here's some real indentation!  ... (by rocketboy9000)
by nick85
Reference to a pointer
 
int *a; what is &a? why does it exist?
[5 replies] Last: int*&a declares a reference to a pointer If a is a pointer ( i... (by Bazzy)
Consulting Nightmare
 
Just thought that I would share this... I'm currently in a consulting nightmare... I'm doing some consulting for a very large client and they have over 200 diff...
[7 replies] Last: There will definitely be takers as long as that company is willing to ... (by sohguanh)
by Null
Internal compiler error
 
I found a gcc bug again! class Example { protected: typedef void(Example::*FP)(int); static void fs(); void fn(int x); virtual FP ge...
[3 replies] Last: http://www.parashift.com/c++-faq-lite/pointers-to-members.html#faq-33.... (by firedraco)
Impressed
 
Well I just tried out SFML, and in less than an hour I had more functionality than I had in SDL in probably more than a week! I am significantly impressed! I'm ...
[3 replies] Last: You might want to look at OpenGL ES while you're at it. (by Return 0)
Just for fun...
 
Just for fun I decided to try and write a typeless doubly-linked list in C (I will also use it if I manage to do this). Disch put me on to the idea in this post...
[5 replies] Last: @PiMaster, I could, but it would be complicated (unless I cheat). As ... (by chrisname)
by Disch
Rant: I hate Apple (some foul language within) (1,2)
 
This isnt' new. I've known that I hate Apple for a long time. I recently lost the MP3 player my sister bought for me as a present several years ago (some Sa...
[24 replies] Last: I use AV software when working on Windows. Microsoft Security Essentia... (by chrisname)
Wierd Things You've Eaten (1,2)
 
So what are some weird things you guys have eaten and not like any exotic food that might be part of traditional meal in a different geographic region. For exam...
[28 replies] Last: I ate a birds nest. The nest was made of edible plant and was cooked ... (by sohguanh)
Golden Sun
 
Anyone here a fan of the golden sun series. Then the new Golden Sun just came out and I was wondering what people thought of it. Please no spoilers as I have no...
[3 replies] Last: It is true that they added ds elements to it, but you don't have to us... (by fermies)
Simplify Boolean Expression
 
I'm a bit rusty on my boolean algebra, does anyone see a way to simplify this down to the simplest form? Even my boolean algebra calculator says it can't be re...
[4 replies] Last: Yeah that's what I thought. Just wanted to confirm. Thank you for ta... (by Return 0)
by Disch
PHP - Scheduling a sync up every so often
 
Hey everyone, this is a PHP quesiton, and not really a C++ question, but I don't really have any contacts for PHP questions so I thought I'd ask here =x I...
[6 replies] Last: yeah works great. Thanks (by Disch)
by kbw
Version Control
 
Over the years I've been required to use: PVCS, SCCS, RCS, MKS, CVS, Subversion, Clearcase, Perforce, Git, and Mercurial. Does anyone know why there are so m...
[6 replies] Last: I watched some of that. (by chrisname)
Looking for C++ developers who would like the chance of winning an iPad!
 
Hi there, I'm doing some research on the market environment for software development tools and currently looking for C/C++ software developers to participat...
[1 reply] : Just a quick reminder that the survey closes today so you only have a ... (by MairiRobertson)
by Disch
CDDB replacement?
 
So Gracenote (formerly cddb) stopped offering their free online album database, effectively making their website worthless. But is there any replacement? Wh...
[6 replies] Last: Elaboration commencing. At some point, the data from a website has... (by Albatross)
Deriving nth root
 
As it's more of a mathematical question than a programming question, I put it here. How do computers calculate the nth root of a number? Is it some relatively ...
[4 replies] Last: a^ (1/n) = exp( ln( a^ (1/n) ) = exp( ln(a)/n ) ... (by ne555)
convert 1D array to 2D
 
This sounds like a problem for general at first, but not necessarily. Anyways, you have an image of width X and height Y. the image is stored as a 1D array ...
[2 replies] Last: Thank you kind sir :D I was completely over complicating it... Thank y... (by Seraphimsan)
Good Linux distro.
 
I bought notebook with 1.66 processor, 1 RAM. There was Win7, but very slow, and I decided to change to Linux. There is a problem. I don't have CD-rom to write ...
[13 replies] Last: It has a decent package manager, it works right off the bat, comes wit... (by chrisname)
Logarithms
 
How the hell do you mathematically calculate algorithms? In the past, we've always used logarithm charts for reference and today we just use the calculator. But...
[4 replies] Last: http://www.krysstal.com/logarithms.html#natlogs (by kbw)
December 2010 Pages: 123
  Archived months: [nov2010] [jan2011]

This is an archived page. To post a new message, go to the current page.