6 Solved Topics

Remove Filter
Member Avatar for jephthah

You know, i don't consider myself old. I don't have vision problems. but when i look at this site now, generally speaking, i find it very difficult to read. Oh, the buttons and headers and footers and advertising banners and other assorted tags are quite large and prominently displayed. i …

Member Avatar for William Hemsworth
3
854
Member Avatar for jephthah

i know the general answer to using [ICODE]goto[/ICODE] is always "No!". I understand why, especially when teaching basics to new programmers, because it can lead to very bad practices and horrible spaghetti code. but ... when i write certain hardware drivers, i have to immediately cease executing a function if …

Member Avatar for nezachem
0
137
Member Avatar for jephthah

why do you think the following "solution" in the C-language forum is a good solution? [QUOTE=xavier666;1069864]The problem is that you have not flushed stdin. Put [icode]fflush(stdin);[/icode] before the [icode]scanf[/icode]. That should do it. -- [URL="http://www.daniweb.com/forums/post1069864.html#post1069864"]/forums/post1069864[/URL] [/QUOTE] ... because you actually gave it a green cookie with the comment: [QUOTE] Well …

Member Avatar for jephthah
0
281
Member Avatar for jephthah

im going to risk getting a beating, because this is something i should (used to?) know... anyhoo, given a function, how do you tell the size of the array that is passed? obviously trying to find the sizeof the pointer doesn't work (it returns the size of the pointer, duh) …

Member Avatar for nalply
0
513
Member Avatar for jephthah

Disclaimer: I am not a webdesigner by any means, i only know enough to get my self into trouble. Im trying to help a non-profit fix their webpage, and Im having a rotten time getting IE and Firefox to agree. the front page is a 3x3 grid of pictures that …

Member Avatar for jephthah
0
111
Member Avatar for jephthah

okay, experts, i need help. i can't seem to replace characters in a file, like i thought i would be able to: here's an example code. i put print and error stuff in there to try and debug. everything seems to be working ... except that my filename is not …

Member Avatar for jephthah
0
285

The End.