Search Results

Showing results 1 to 40 of 1000
Search took 0.14 seconds.
Search: Posts Made By: jephthah
Forum: C 14 Days Ago
Replies: 1
Views: 262
Posted By jephthah
if you would like to get a meaningful response, please consider the following:

How to Ask a Question (http://support.microsoft.com/kb/555375)

Please Use Code Tags...
Forum: C 14 Days Ago
Replies: 2
Views: 178
Posted By jephthah
i don't know what you're talking about, and i'm certainly not going to email you anything.
Forum: C 14 Days Ago
Replies: 3
Views: 182
Posted By jephthah
you can't do this:
if (ch == *my_word ||*my_word2 || *my_word3)

you have to specify what you're testing for each OR'ed condition.
if (ch == *my_word || ch == *my_word2 || ch == *my_word3)
Forum: C 33 Days Ago
Replies: 6
Views: 466
Posted By jephthah
Hi, tgir.

lets see if we can help. I believe your question is how to access 3x3 two-dimensional array. does that sound accurate?

also, i'm just curious, what engineering school do you go...
Forum: C 33 Days Ago
Replies: 7
Views: 277
Posted By jephthah
you need to post a question if you want an answer.
Forum: C Oct 5th, 2009
Replies: 4
Views: 297
Posted By jephthah
and quit assuming everyone on here is a "sir". sexist language was deprecated last century. get with the program.
Forum: C Oct 5th, 2009
Replies: 7
Views: 277
Posted By jephthah
when you 'getch' you're taking the next character off of the input queue for processing.

this assumes once you've processed it, you're done with it, and will (probably) eventually want to get...
Forum: C Oct 5th, 2009
Replies: 1
Views: 230
Posted By jephthah
no one's going to give you complete code for anything.

but here's a snippet:

while(1)
{
// do stuff here
}
Forum: DaniWeb Community Feedback Oct 5th, 2009
Replies: 90
Views: 4,907
Posted By jephthah
i think your changes are inspired by a lot of good ideas :)

but like some other i also think it has added the perception of too much clutter.

i think the most grievous offender is the row of...
Forum: C Sep 3rd, 2009
Replies: 8
Views: 356
Posted By jephthah
the function, max, needs to be an int.

do not put 'int' in the arguments when you call the function.
Forum: C Sep 3rd, 2009
Replies: 8
Views: 356
Posted By jephthah
void max(...

has no return type (it's void) but you're trying to return integers. and yet, you have the function attempting to assign a value to a long integer. why long? change it to int,...
Forum: C Sep 3rd, 2009
Replies: 2
Views: 248
Posted By jephthah
hi, that's a very nice cut-and-paste you've done.

did you use the mouse right-click to paste? or did you use CTRL-C and CTRL-V? i prefer using the keyboard myself, it seems much more...
Forum: C Aug 24th, 2009
Replies: 10
Views: 621
Posted By jephthah
come on, man. that's a legitimate question to ask.
Forum: C Aug 24th, 2009
Replies: 4
Views: 432
Posted By jephthah
i agree that "void main" is to be avoided, but merely calling it "the evil" without explaining why is not going to impress many newbies, since it will always appear to them to work.

Anyhow,...
Forum: Posting Games Aug 24th, 2009
Replies: 23
Views: 2,407
Posted By jephthah
i don't think so.
Forum: C Aug 24th, 2009
Replies: 3
Views: 289
Posted By jephthah
any time.
Forum: C Aug 24th, 2009
Replies: 3
Views: 289
Posted By jephthah
what's "the logic"? FEC is a strategy not a protocol. there are a number of algorithms that could be used.

learn to formulate a proper question, and post it in the proper forum.
Forum: Posting Games Aug 24th, 2009
Replies: 23
Views: 2,407
Posted By jephthah
Forum: C Aug 5th, 2009
Replies: 13
Solved: Return 0;
Views: 707
Posted By jephthah
the main() program can often be called by a parent program. 'return 0;' indicates to the caller (parent) that the main() program executed correctly.

so... generally speaking, the main function...
Forum: Geeks' Lounge Aug 5th, 2009
Replies: 43
Views: 2,528
Posted By jephthah
Forum: C Jul 28th, 2009
Replies: 13
Views: 642
Posted By jephthah
i second that ^ :$

Salem gave him (+) that far outweighed any (-) you and i gave.
Forum: C Jul 28th, 2009
Replies: 3
Views: 350
Posted By jephthah
alberton, generally speaking you can't just go and grab some missing header file off the interwebs and expect it to work. these types of headers are often built for your system, and even if you ...
Forum: C Jul 28th, 2009
Replies: 10
Views: 980
Posted By jephthah
you dont know what what means? casting? start from the beginning of Tom Gunns code snippet:

'd' is a double (floating point) variable containing 23.4.

'w' is a double variable set to the...
Forum: C Jul 28th, 2009
Replies: 16
Views: 715
Posted By jephthah
lets look at the program you have modified and get rid of some obvious errors.

(1) you dont have a "compile error". the program you posted (the second one) compiles without any error even though...
Forum: C Jul 27th, 2009
Replies: 13
Views: 642
Posted By jephthah
must not be too urgent.

you havent given us anything to review.
Forum: Posting Games Jul 25th, 2009
Replies: 23
Views: 2,407
Posted By jephthah
nuh uh, you did.
Forum: Posting Games Jul 25th, 2009
Replies: 23
Views: 2,407
Posted By jephthah
to post in this thread, wins.
Forum: C Jul 22nd, 2009
Replies: 11
Views: 630
Posted By jephthah
what part of "Just subtract the two pointers as shown in the code [Dragon] posted" are you still confused about?
Forum: C Jul 22nd, 2009
Replies: 7
Views: 330
Posted By jephthah
the individual words, I understand.

the sentence, makes my brain hurt.
Forum: Geeks' Lounge Jul 21st, 2009
Replies: 10
Views: 711
Posted By jephthah
well.... could it be that you pretty much killed his thread with your disturbing spelling game? .... just sayin', because i didn't really want that visual of you acting out your cunnilingus...
Forum: C Jul 21st, 2009
Replies: 7
Views: 456
Posted By jephthah
um, i appreciate the gesture, but i must decline to be compared as somehow equal to Narue in any measure: i'm still a noob here.
Forum: IT Professionals' Lounge Jul 21st, 2009
Replies: 22
Views: 1,081
Posted By jephthah
well, i'm no microsoft fanboi, and i hate Vista as much as the next guy (I'm using a linux distro as i type), and i do get the point you're trying to make...

... but i seriously doubt that any of...
Forum: C Jul 20th, 2009
Replies: 7
Views: 456
Posted By jephthah
i think these posts ought to be instantly deleted by moderators, along with a copy of a standard explanation auto-delivered to the poster's email.

I can see why Narue has all but left daniweb ......
Forum: Geeks' Lounge Jul 20th, 2009
Replies: 13
Views: 788
Posted By jephthah
that would be 100 bills. don't need a suitcase, you could stick that in an envelope.
Forum: Geeks' Lounge Jul 20th, 2009
Replies: 32
Views: 2,316
Posted By jephthah
Forum: Geeks' Lounge Jul 20th, 2009
Replies: 58
Views: 5,832
Posted By jephthah
just kiddin. serkan's aaight. i just like to mess with him. :P
Forum: Geeks' Lounge Jul 20th, 2009
Replies: 58
Views: 5,832
Posted By jephthah
OMG

Serkan wants your pictures!

Dont Do It!!!

:eek:


.
Forum: Geeks' Lounge Jul 20th, 2009
Replies: 32
Views: 2,316
Posted By jephthah
i still think he's Narue's alter ego.
Forum: Geeks' Lounge Jul 20th, 2009
Replies: 32
Views: 2,316
Posted By jephthah
YoU aRe NoT aLLoWeD tO aSk ThAt QuEsTiOn!!!!1
Forum: Geeks' Lounge Jul 19th, 2009
Replies: 29
Views: 1,622
Posted By jephthah
if you think Ministry is pop metal, then ... yeah.
Showing results 1 to 40 of 1000

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC