5,237 Posted Topics

Member Avatar for jjplaw

> [4] Additional Library Directories: ..../lib From your errors (all unresolved errors it seems), the only thing missing are the "additional library names" On the link tab IIRC.

Member Avatar for jjplaw
0
130
Member Avatar for IAmCalledDave

Unless you're actually skilled in maintaining equipment with mains voltages in it, then IMO it's best left well alone. Unlike frivolous consumer notices like "may contain nuts" on packets of peanuts, when power supplies say "no user serviceable parts inside", they mean exactly that. Washing, cleaning and poking the motherboard …

Member Avatar for wildgoose
0
154
Member Avatar for frstdrkngl
Member Avatar for san26

[url]http://www.daniweb.com/forums/announcement8-2.html[/url] And we need you to make an effort to solve your own homework, which is more than just [URL="http://www.daniweb.com/forums/thread200383.html"]cross-posting[/URL]

Member Avatar for Nick Evan
0
132
Member Avatar for Sushma21

You can take a read-only text file (not exactly true, but it will save listing all the cases), and then you can produce an index of that file of all the 'tell' values for the start of each line. You can then use those positions in later 'seek' calls to …

Member Avatar for Sushma21
0
122
Member Avatar for derekn

- did you actually open the file? - does the file you actually opened contain any data? - does another approach to reading the same file yield data? 3 lines out of context, and an information-free story doesn't help.

Member Avatar for KevinADC
0
294
Member Avatar for ludasha
Member Avatar for mvksudheerkumar
Member Avatar for Salem
0
66
Member Avatar for bahr_alhalak

> void main() Mentioned before, so I'll mention it again. main returns an int, not void > total=total+a; Is the initial value of total zero?

Member Avatar for bahr_alhalak
0
225
Member Avatar for darkphotn

Programming languages are like cars, you only learn to drive ONCE. In other words, you only learn HOW to program once, then picking up a new language is a few weeks of bookwork. One way to avoid just being a code monkey is actually get involved in some of the …

Member Avatar for jbennet
0
260
Member Avatar for homeryansta

Have you tested the installation, by writing the "hello world" program? A simple print string and halt.

Member Avatar for homeryansta
0
136
Member Avatar for mehulrock

> and all the computers are connected on Lan in my office... > is there any way that i can Access any websites without knowledge of administrator of the server ....... It's called "Acceptable Use Policy". Look it up, then figure out whether your job is on the line or …

Member Avatar for Salem
0
157
Member Avatar for Tom Gunn

Ads are there to see who's smart enough to figure out how to get rid of them.

Member Avatar for Dani
0
173
Member Avatar for ganesh_bala

[URL="http://cboard.cprogramming.com/c-programming/117100-factorial-100-a.html"]Run from one forum to another asking the same question over and over until you get an answer on a plate[/URL]

Member Avatar for Hiroshe
0
142
Member Avatar for hughesadam_87

The maximum number of open files a process is allowed to have comes from the Operating System. It's usually possible to change this (but details vary), but doing so almost certainly requires "admin/root" privileges. It's also something which shouldn't be done lightly to save a bit of inconvenience on your …

Member Avatar for jlm699
0
1K
Member Avatar for mirfan00

You're a spamming freak who continues to flout the rules about using code tags :@ [url]http://www.daniweb.com/forums/thread199634.html[/url]

Member Avatar for tux4life
-1
256
Member Avatar for freshmem

At the risk of being seen to pander to "urgent" requests by posting in a timely (from the OP's perspective). [url]http://en.wikipedia.org/wiki/Feistel_cipher[/url] Of course, being able to spell "cipher" properly is a good idea, it helps so much when it comes to typing things into a search engine.

Member Avatar for freshmem
0
327
Member Avatar for MiketheBook

Yeah, it's pretty much toast. Do you have a good (and recent) backup of anything important. > But finances force me to keep it going as long as I can What about the value of any work you're going to keep losing with the random BSODs? Or the general annoyance …

Member Avatar for MiketheBook
0
243
Member Avatar for MiketheBook
Member Avatar for bluebird
Member Avatar for Salem
0
55
Member Avatar for linsz

> im not familiar with this languange because this is the first week i am take this subject.... Jeez, how many more times am I gonna see "Feistel Cipher" cross-posting mayhem!? You're on the wrong course, if this is week 1, and you've been asked to write a cipher from …

Member Avatar for Salem
0
410
Member Avatar for kadamora
Member Avatar for Salem
0
64
Member Avatar for krishnampkkm

When you do post your code, don't forget to tell [URL="http://cboard.cprogramming.com/cplusplus-programming/117097-may-due-corruption-heap.html"]everyone else[/URL]

Member Avatar for Salem
0
249
Member Avatar for MxXx

Is there anything vitally important on the USB stick, or do you just want it to work again? Your friend broke it, they should buy you a new one. If not, perhaps you need to re-evaluate the relationship.

Member Avatar for MxXx
0
129
Member Avatar for ankur shah
Member Avatar for krishnampkkm

[url]http://cboard.cprogramming.com/cplusplus-programming/117065-readfile-setfilepointer-problems.html[/url] Making progress over there.

Member Avatar for krishnampkkm
-1
391
Member Avatar for niruyadla
Member Avatar for William Hemsworth
0
168
Member Avatar for eliza2044
Member Avatar for tux4life
0
149
Member Avatar for NervousWreck

Or you could learn the portable way to do the same thing. Then you don't have to worry about which OS is involved.

Member Avatar for NervousWreck
0
132
Member Avatar for Nikhar

> This ebook is the most suitable for you I think, superb explanations, cool code examples, answers to most of your C++ questions... And patently wrong statement even in the first paragraph! "Simply stated, to be a professional programmer implies competency in C++." So all the C, Perl, Java, Python, …

Member Avatar for siddhant3s
0
335
Member Avatar for lotrsimp12345

Why not just read a whole line with getline, then use a utility function which examines the line to see if quotes are present, and if so remove them. All this peek() stuff is overly complicating things.

Member Avatar for Salem
0
111
Member Avatar for Punkis448

> I did find your other posts here and here, to be of some interest. Aww man, you beat me :( I could only find [URL="http://cboard.cprogramming.com/cplusplus-programming/116971-calculating-entropy-file-coding-using-hamming.html"]one other cross-post[/URL]

Member Avatar for siddhant3s
-1
935
Member Avatar for davebaum1

> See it on amazon: [url]http://www.amazon.co.uk/C-Complete-R...5598860&sr=1-1[/url] Page down, and get "Accelerated C++" by Koenig and Moo instead. In other news [url]http://catb.org/jargon/html/B/bullschildt.html[/url]

Member Avatar for tundra010
0
169
Member Avatar for lotrsimp12345

Until you learn to post formatted code, no one is going to pay a blind bit of attention to you. [url]http://www.daniweb.com/forums/announcement8-3.html[/url]

Member Avatar for athlon32
0
160
Member Avatar for Pavan_

error: ‘struct std’ redeclared as different kind of symbol <built-in>:0: error: previous declaration of ‘namespace std { }’ So pick a different name, one which isn't the name of the STANDARD namespace, and get on with life. You can never use 'std' as a struct name, even if some current …

Member Avatar for Salem
0
218
Member Avatar for kaex21

Have you overclocked it, or otherwise running it out of spec? [url]http://www.memtest.org/[/url] Download a boot ISO, and let it run overnight to really test the memory. Have you tried booting in safe mode? Is that more stable?

Member Avatar for kaex21
0
152
Member Avatar for yila

#define s scanf #define p printf And definitely don't do this either. Your programs will end up as a meaningless stream of single letters and punctuation to everyone else from the start, and it will be the same for you the moment you stop working on the program.

Member Avatar for yila
0
790
Member Avatar for 3houd
Re: Maze

> any help!!! Sure, post your attempt at some subset of the problem, and ask a specific question about what to do next. [url]http://www.daniweb.com/forums/announcement9-2.html[/url] There's no point in explaining the finer points of maze generation if you're going to turn round and ask "what's a file?" Look up the "goldilocks …

Member Avatar for BestJewSinceJC
0
108
Member Avatar for mybluehair

Open an HTTP connection to your server, then do a "get" to retrieve some information. You'll also need to "digitally sign" whatever you upload to the server so that your clients (when they download it) will know that it is genuine.

Member Avatar for lexusdominus
0
158
Member Avatar for kuay

> should we post it here or should we submit it directly to your professor? Nah, better to write the code, run the code through itself, then post the re-encrypted source code back here :D

Member Avatar for kuay
0
94
Member Avatar for tiger86

What sort of game? There are plenty of simple "web" games which can be written in Javascript or Flash. Both of which are perfectly capable of reacting to mouse movement and clicks to make something happen. Or you could use Java if you wanted a bit of extra "ooph" to …

Member Avatar for vegaseat
0
203
Member Avatar for Fuzzy004

> Computer techs sent me information on Reducing Heat inside the computer to prevent crashes, > I kept on telling them the computer doesn't start when its been off overnight. I have to agree with you - it's a thermal problem all right, but it's for being too cold rather …

Member Avatar for Yiuca
0
172
Member Avatar for chin2x

Which compiler(*) are you using? What have you tried so far - can you gotoxy anywhere at all, and just need the math for centring (for example)? Post an attempt (and read the howto post code threads FIRST) (*) I'm gonna guess TurboC running on top of XP just for …

Member Avatar for twomers
0
252
Member Avatar for baftjar

Make an effort at some part of the problem (say just reading the file would be a start) [url]http://www.daniweb.com/forums/announcement9-2.html[/url] Don't forget this when posting code [url]http://www.daniweb.com/forums/announcement9-3.html[/url]

Member Avatar for Salem
0
163
Member Avatar for mysong

> Bad part is we have to use Miracle C to compile and build [url]http://www.daniweb.com/forums/thread193907.html[/url] Like I said before, you need to slap your tutor about the head with an educational 2x4 until they learn that the compiler they recommend is a piece of CRAP. Getting even trivial programs, which …

Member Avatar for Salem
0
2K
Member Avatar for S.A.H

If you want to see the implementation of Microsoft libraries, you'll need an NDA from them, and a whole load of money.

Member Avatar for Salem
0
116
Member Avatar for blazeunt

From control panel choose network "Network Connections" then "local area connection" Choose properties (step 1 on the diagram) Select the TCP/IP option, choose properties again (step 2) Make sure "assigned automatically" is selected for everything.

Member Avatar for redburn
0
132
Member Avatar for Codesearcher

> i actually FTP a compressed file from UNIX to Windows server Did you use binary mode for the FTP transfer?

Member Avatar for msvinaykumar
0
152
Member Avatar for faisaly

[url]http://www.daniweb.com/forums/thread137143.html[/url] [url]http://www.daniweb.com/forums/thread135882.html[/url] [url]http://www.daniweb.com/forums/thread135695.html[/url] [url]http://www.daniweb.com/forums/thread133365.html[/url] Just in case you're wondering why you only ever get 1 or 2 replies to your threads. Your latest question is basically trying to get someone to read a book to you. [url]http://catb.org/esr/faqs/smart-questions.html[/url]

Member Avatar for Salem
0
114
Member Avatar for grvs

Is there some reason why the VM route isn't an option? FYI, cost isn't one of them, there are good and $0 ones about.

Member Avatar for grvs
0
231

The End.