• Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in How is the weather today in your country?

    It's been snowning all night and still snowing at 8:00 a.m. Looks like about 3 inches of that white stuff. Last time we got this much snow at one time …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Christmas is coming

    >clearly, Christmas is simply not tied to a religion, and thus, the state can have this federal holyday without violating church-state That's not true here in USA. Here, Christmas is …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in dev c++ problem please help

    > seems like im the only one with the error 2816 Or you are one of the few people still using Dev-C++, which hasn't been updated in many years. If …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in HELP : OpenGL in MinGW C++

    >belajar1.cpp:17:3: warning: no newline at end of file Linking... Move the cursor to the end of the last line of your program, press the Enter key, then save. Some compilers …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in C++ and OpenGL

    [google](https://duckduckgo.com/?q=install+opengl+with+mingw) is your friend
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Christmas is coming

    >In fact I think America should just make every religous day, from every religion, a federal holiday. A friend of mine is from India and he says they have lots …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in GUI with C++

    >That said, doing GUIs in C++ is still very easy (if you're comfortable with C++, of course) Maybe for people like you, but for us mere mortals it can be …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Project Title: Student Record & Registration using Linked list

    I compiled your program with VC++ 2013 and only got one error, related to deprecated strcpy(). That error easily goes away by disabling error 4996 #pragma warning(disable: 4996) line 37: …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in GUI with C++

    Yes, it is possible. And Yes, c++ is not the best language for it any more -- vb.net and C# are easier for MS-Windows. If you want cross-platform, then QT …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Christmas is coming

    No one said anything about abolishing Christmas, just abolishing the American federal holiday. Nothing else would change.
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Happy 1 Year to me :D

    Congrats on your 1 year anniversery -- may you have many many more.
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in File I/O Password Validator

    Instead of putting all those statements in one bit line separated by either || or && you should call them as individual statements. bool a,b,c,d,e,f; a = checklength(length); b = …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in dev c++ problem please help

    [here](http://www.daniweb.com/software-development/cpp/threads/37630/dev-c-build-error-main.o-error-1/3) is a related thread. If you google for "error 2816" you will find similar related articles.
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Christmas is coming

    Most people already know that Christ was not born Dec 25th, but most likely in the spring. But the very name CHRISTmas is to celebrate the birth of Christ. One …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in linked list program

    What part of that asssignment do you need help with?
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Christmas is coming

    30% of americans already see it as an insult to their religions.
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Would you like to live for 1000 years?

    \*70 and up - already have funeral, plot and stone paid.
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Christmas is coming

    I didn't say we would abolish Christmas -- just the federal holiday due to separation of church and state. The First Amendment to the US Constitution states: "Congress shall make …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Write a simple text editor using c++

    [Here](http://sourceforge.net/projects/freedos-edlin/files/) is the source code sara_6 is looking for.
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Christmas is coming

    Christmas has an [interesting history](http://www.history.com/topics/christmas). It was not a holiday in early America, and in fact was outlawed in Boston for a few years. Christmas didn't become a federal holiday …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Write a simple text editor using c++

    I'll write it for you but it will cost you $10,000.00 USD, full payment in advance.
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in join record breakers

    > i ask you (dragon). wouldnt it have been better if u do a research on the meaning of pentesting before attempting to make an idiot of urself publicly Look …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Create Multiple Textboxes and labels in different forms

    Here is an example using DataGridView. I just hard-coded it to contain 10 rows and 125 columns, but you could get this info from a textbox if you wish. Private …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Create Multiple Textboxes and labels in different forms

    How you present the data on the screen is completely independent of what format the data will be written. Is there only one column of those boxes? Instead of using …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Create Multiple Textboxes and labels in different forms

    Why don't you try an alternative way of doing it, like I've mentioned before?
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Would you like to live for 1000 years?

    >It makes you wonder why so many people who claim to believe in God/Jesus are so afraid of dying It's a natural thing, just as natural as breathing. All creatures …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Create Multiple Textboxes and labels in different forms

    I turned on AutoScroll -- it appears to be just a visual thing because when I scroll the boxes at the top of the windows appear to be ok. I …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Create Multiple Textboxes and labels in different forms

    On second thought, yes I do see a problem -- the text boxes appear to be getting closer and closer together, the gap between the first two are a lot …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Create Multiple Textboxes and labels in different forms

    I don't see any problem with it. Here is what I see. How do you know the distance is wrong for the last few boxes, you can't even see them? …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Linkedlist sort

    Wrong example. That is sorting an array, not a linked list.
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Create Multiple Textboxes and labels in different forms

    Well, yes -- I just hard coded it for my own convenience. But you still have the problem of being able to view all those text boxes without a scrollbar. …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in writing a calculator using visual C++

    > Do you recommend me to read MSDN ? Yes, it's the official source for MS-Windows GUI. Also look for tutorials and examples. Microsoft has lots of example programs. And …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Create Multiple Textboxes and labels in different forms

    I ran your function and all the text boxes look equal distance from each other -- the problem is that I can see only the first few, depending on how …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Linkedlist sort

    Sorry, but that does not sort the linked list. You need to test it out with working code before trying to tell someone else how to do it.
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Would you like to live for 1000 years?

    >No there isn't. If you don't know what you are talking about A simple google shows that quote was written by French author Jacques Anatole Franois. Now whose calling the …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Reversing your vote doesn't remove the rep given

    Now, the up arrow acts more like a toggle switch, press it the first time and the number increases by one, press it again and the number decreases.
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Create Multiple Textboxes and labels in different forms

    What you are attempting to do is called "Office Automation" -- using vb.net (or some other .net language) to automate one of the Microsoft Office programs. google "vb.net office automation" …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Marked Solved Status for Mark All Threads Read

    Is there currently a way to mark all threads in a forum as read? Every one of the forums I see in the Home Page shows NEW (I assume that …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Mark All Threads Read

    Oh -- I guess I'm getting blind. That's exactly what I want.
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Self proclaimed

    >So he's trying to get people to stop loving? Well, no -- heart doctors don't stop your heart but make it better. Maybe he's trying to make people love better, …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in writing a calculator using visual C++

    To write a GUI using pure c++ is pretty difficult. [ Here](http://www.winprog.org/tutorial/) is an into tutorial, and it only scratches the surface. Writing Windows GUI programs is a lot simpler …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Print random word from a txt file

    >'word' being an undeclared identifier on line 22 Check the spelling, it's probably not the same spelling as the parameter.
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Created Mark All Threads Read

    Is there currently a way to mark all threads in a forum as read? Every one of the forums I see in the Home Page shows NEW (I assume that …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Print random word from a txt file

    The only thing you need in getWord() is lines 22 and 23 of the code I posted. All the rest is just one-time initialization of the words vecor and can …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Reversing your vote doesn't remove the rep given

    Failing to refresh the page before making changes causes a lot of problems. I've seen entire paragraphs disappear because I forgot to refresh before editing a post.
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Print random word from a txt file

    something like below is what I have in mind. 2000 words should probably not be a problem. #include <vector> #include <string> #include <fstream> #include <iostream> #include <ctime> using namespace std; …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in join record breakers

    >HAY Ninjasssssssss ! No clue what that means. AFAIK you are calling everyone vulgar names. >I’s asked recently by a friend to do a pentesting on d system dat he …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Linkedlist sort

    I would swap the data, not the link pointers. That makes sorting a lot easier. But your teacher may or may not allow that simple method.
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Print random word from a txt file

    line 136: I don't understand the purpose of that calculation. I would think the fastest and easiest way to get a random word from the text file is to first …
  • Member Avatar for Ancient Dragon
    Ancient Dragon

    Replied To a Post in Create Multiple Textboxes and labels in different forms

    There is no code -- it was generated by the wizard. I'm using 2013 Pro, don't know if 2013 Express has the wizard or not. It's under the heading vb …

The End.