Showing results 1 to 35 of 35
Search took 0.01 seconds; generated 1 minute(s) ago.
Posts Made By: serfurj
Forum: Python Dec 22nd, 2004
Replies: 15
Views: 5,245
Posted By serfurj
Solution Re: Python! Thoughts?

i didn't know that. are you sure??
Forum: C Dec 11th, 2004
Replies: 5
Views: 1,994
Posted By serfurj
Re: learning C, working around code for different compilers

thanks for the replies. i think i'm going to buy "C Programming Language : ANSI C Version, by Brian W. Kernighan, Dennis Ritchie".
Forum: Search Engine Optimization Dec 10th, 2004
Replies: 8
Views: 3,418
Posted By serfurj
Re: Google Suggest

here are other experimental tools: http://labs.google.com/
Forum: C Dec 10th, 2004
Replies: 5
Views: 1,994
Posted By serfurj
Re: learning C, working around code for different compilers

i wonder why anyone would want to write non-standard code.
Forum: DaniWeb Community Feedback Dec 10th, 2004
Replies: 12
Views: 3,221
Posted By serfurj
Re: "sponsored link" box too small for mozilla

it actually happens in firefox as well. i'm suprised it doesn't do that for you.

i don't think firefox is stable on linux yet. see this post (http://forums.gentoo.org/viewtopic.php?t=206706).
Forum: DaniWeb Community Feedback Dec 10th, 2004
Replies: 12
Views: 3,221
Posted By serfurj
Re: "sponsored link" box too small for mozilla

i'm using gentoo linux and mozilla 1.7.3. thanks a lot!
Forum: DaniWeb Community Feedback Dec 10th, 2004
Replies: 12
Views: 3,221
Posted By serfurj
Re: "sponsored link" box too small for mozilla

yes, it must be a bug with google. i noticed it on another site as well.
Forum: C Dec 10th, 2004
Replies: 5
Views: 1,994
Posted By serfurj
learning C, working around code for different compilers

i've been reading a lot of the posts here to help me learn C. the problem is, much of the code is written for other compilers (i use gcc). i didn't know there was compiler-specific code until i...
Forum: Search Engine Optimization Dec 10th, 2004
Replies: 8
Views: 3,418
Posted By serfurj
Re: Google Suggest

wow, that's pretty useful.
Forum: C++ Dec 10th, 2004
Replies: 8
Views: 2,403
Posted By serfurj
Re: confused how to begin this program

http://www.infosys.utas.edu.au/info/documentation/C/CStdLib.html
Forum: DaniWeb Community Feedback Dec 10th, 2004
Replies: 12
Views: 3,221
Posted By serfurj
Re: "sponsored link" box too small for mozilla

here are the screenshots. i think that explains it best.
Forum: DaniWeb Community Feedback Dec 10th, 2004
Replies: 12
Views: 3,221
Posted By serfurj
Re: "sponsored link" box too small for mozilla

i didn't notice a difference. are you using mozilla?
Forum: Growing an Online Community Dec 10th, 2004
Replies: 3
Views: 2,233
Posted By serfurj
Re: what are good post-intervals for ranks

i decided not to do any ranks/titles for the time being. maybe i'll start a thread on the topic later on. i think a lot of the people who are using it are used to email lists and they might not...
Forum: Growing an Online Community Dec 9th, 2004
Replies: 3
Views: 2,233
Posted By serfurj
what are good post-intervals for ranks

i'm trying to decide what my ranking system will be and am not sure what post-intervals to use. i've noticed that popular forums have larger intervals. should i wait to see how popular the site...
Forum: Growing an Online Community Dec 9th, 2004
Replies: 16
Views: 4,725
Posted By serfurj
Re: will people use a low traffic forum?

good suggestions.. thanks. i think one thing that really helps a forum get started is word of mouth. i've been trying to spread the word lately and have been getting more posts.
Forum: Website Reviews Dec 9th, 2004
Replies: 10
Views: 3,766
Posted By serfurj
Re: Please review my mortgage site redesign

the first thing i noticed about your site is that your photo is stretched out horizontally. do you use a program to generate the html? why even define the width and height of the image?
Forum: DaniWeb Community Feedback Dec 9th, 2004
Replies: 12
Views: 3,221
Posted By serfurj
"sponsored link" box too small for mozilla

could the "sponsored link" boxes be made just a few pixels taller? when i'm scrolling down a page with the mouse wheel and go over a box, the page stops scrolling, and the "sponsored link" box...
Forum: C++ Dec 9th, 2004
Replies: 4
Views: 2,389
Posted By serfurj
Forum: MySQL Dec 9th, 2004
Replies: 0
Views: 3,174
Posted By serfurj
any experiences with embedded mysql?

has anyone used embedded mysql in their app? please share your experiences. i'm contemplating whether or not to do it.

i may just use XML. i know it's improper, but a lot of commercial apps do...
Forum: Windows Software Dec 9th, 2004
Replies: 7
Views: 59,099
Posted By serfurj
Re: Trouble logging in MSN messenger with gmail

if i register my gmail account here, will i get all the junk mail that hotmail users get?
Forum: Growing an Online Community Dec 9th, 2004
Replies: 16
Views: 4,725
Posted By serfurj
Re: will people use a low traffic forum?

okay, i understand. thanks for explaining. great job on these forums by the way.
Forum: C++ Dec 9th, 2004
Replies: 2
Views: 1,412
Posted By serfurj
Re: Starting off

this is a pretty standard first program:
#include <iostream.h>
int main() {
cout << "Hello, World!" << endl;
return 0;
}
Forum: Window and Desktop Managers Dec 8th, 2004
Replies: 10
Views: 4,540
Posted By serfurj
Re: What desktop and why

i use fluxbox. it's all i need. when i look for any software (or just about anything) i expect it to do one thing, and do it well.
Forum: Growing an Online Community Dec 8th, 2004
Replies: 16
Views: 4,725
Posted By serfurj
Re: will people use a low traffic forum?

thanks for the replies.

i just read the forum policy, after seeing that my forum URL had been removed from my original post in this thread. so why is it that threads like this...
Forum: C++ Dec 8th, 2004
Replies: 4
Views: 2,389
Posted By serfurj
Re: Having a little trouble with my Code. [please Help me out]

what is the answer? i get these errors when compiling the program:
gcc -o dates dates.cpp
dates.cpp: In function `int DayCalculation(int, int, int, int, int, int)':
dates.cpp:67: warning: converting...
Forum: PHP Dec 8th, 2004
Replies: 7
Views: 1,533
Posted By serfurj
Re: Need help with php

i'm not sure how my post is totally irrelevant. perhaps i shouldn't have said that we're on the "topic" of scripting languages, but instead that this is a thread in the c/c++ forum and i'm...
Forum: PHP Dec 8th, 2004
Replies: 7
Views: 1,533
Posted By serfurj
Re: Need help with php

mikeandike22,
did you read the question?
Forum: PHP Dec 8th, 2004
Replies: 7
Views: 1,533
Posted By serfurj
Re: Need help with php

while we're on the topic of scripting languages, here's a dirty hack in python:
l = []
for i in range(1,10):
if i % 2 != 0:
l.append(i)
for i in range(1,6)[::-1]:
print...
Forum: C Dec 7th, 2004
Replies: 8
Views: 10,811
Posted By serfurj
Forum: Growing an Online Community Dec 7th, 2004
Replies: 16
Views: 4,725
Posted By serfurj
will people use a low traffic forum?

i have a forum for a relatively small (but rapidly growing) niche of researchers worldwide. it's been really slow getting it going.. very low traffic. do you think people will use it? are low traffic...
Forum: C Dec 7th, 2004
Replies: 6
Views: 2,176
Posted By serfurj
Re: C code help, please define this use of -> in my code

here's some more info on it:
http://www-numi.fnal.gov/offline_software/srt_public_context/WebDocs/Companion/cxx_crib/member_selection.html
Forum: C Dec 7th, 2004
Replies: 8
Views: 10,811
Posted By serfurj
Re: basic commands and syntax in c language

not from my experience. every time i buy a programming book, it ends up sitting on the shelf while i find the best documentation online.
Forum: Computer Science and Software Design Dec 7th, 2004
Replies: 9
Views: 7,354
Posted By serfurj
Re: Scientific word processor

do you know about texmacs? it seems to be just what you're looking for. here's a site describing how to get it running on windows: http://www.fmi.uni-passau.de/~seidl/texmacs/tmtour.html
Forum: C++ Dec 7th, 2004
Replies: 4
Views: 2,091
Posted By serfurj
Re: Help me understand Pointers

i'm also a bit confused. for example, all of the following code works just fine:
#include <stdio.h>

main()
{
char c[100];
scanf("%s", &c);
printf("test %s", &c);
}
#include <stdio.h>
Forum: C++ Dec 7th, 2004
Replies: 2
Views: 1,413
Posted By serfurj
iostream in C?

can C programs use iostream? i've done it in C++, and read that it can be done in C, but i keep getting compilation errors.

#include <iostream>
using namespace std;

main()
{
cout << "test";
}
Showing results 1 to 35 of 35

 
All times are GMT -4. The time now is 4:32 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC