• Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Is Go a legacy language?

    I am fairly certain that Vegaseat was poking fun at the 'Is Lisp a Legacy Language?' thread when he posted this. Or maybe at the whole concept of 'legacy languages' …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Gave Reputation to Yuva_1 in New To Turbo C Forum (Some Help Required)

    I am not able to give tabspace for a c program while giving the input. I am using Turboc Please help me
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching getting the current date

    Hi friends. With `datetime.datetime.now()` or `datetime.datetime.today()` i can get the current date (English calendar) for my program but what about if i want to get the current date (from Persian …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in getting the current date

    The standard `Datetime` and `Calendar` classes only work with [Gregorian calendar](https://en.wikipedia.org/wiki/Gregorian_calendar) dates; however, after some searching I did find a [project on Sourceforge](http://sourceforge.net/projects/pythondateutil/) for a multi-calendar utility module for Python, …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in I need a fast case statement please

    @rubberman: It's more like an assembler with a few elements of a high-level language added to it. While there have been several high level assemblers in the past, the one …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Is lisp a legacy language?

    I have been programming in lisp for a while, not as a main language. But i've gotten pretty decent at it. But I was wondering about if it was a …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Is lisp a legacy language?

    To engage in a bit a thread necromancy, I should mention that Lisp is undergoing one of the periodic revivals it experiences, where people outside of the original Lisp community …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching I need a fast case statement please

    I cannot write Assembly code to save myself can someone write this for me please I want to make a fast case statement as a standard case statement is way …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in I need a fast case statement please

    What assembler are you using? Since this looks more like Pascal than assembler, I am guessing HLA, but I am not familiar with it personally so that's at most a …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching If your are a cartoon character, who would you be? why?

    If your are a cartoon character, who would you be? why?
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in If your are a cartoon character, who would you be? why?

    While I wouldn't actually be Ranma Saotome. I do often wonder how I could find my way to Nyannichuan to take a swim.
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Thesis

    i need a topic proposal for my thesis.. Please give any suggestion
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Thesis

    [This post](https://www.daniweb.com/software-development/computer-science/threads/452680/help-porject-topic-needed#post1962794) contains several serious (and some not so serious) suggestions that you might want to look into.
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Edited 2% of all programmers are gender-dysphoric?

    Imagine knowing from an early age that you are different somehow, but can't understand how - or worse, you *do* know, but can't get anyone else to believe you. Imagine …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Created 2% of all programmers are gender-dysphoric?

    Imagine knowing from an early age that you are different somehow, but can't understand how - or worse, you *do* know, but can't get anyone else to believe you. Imagine …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching 2% of all programmers are gender-dysphoric?

    Imagine knowing from an early age that you are different somehow, but can't understand how - or worse, you *do* know, but can't get anyone else to believe you. Imagine …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Help pls its urgent, new to programming

    Ah, I see. Well, I can help you out I think. Fortunatel,y functions in Python are dead easy, and once you get the idea of them, you'll probably use them …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Help pls its urgent, new to programming

    OK, you are mostly on the right track, I would say. However, there are things that can be done to improve it. Has your professor covered defining functions yet? If …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Help pls its urgent, new to programming

    Hello Guys, its my first few months on progamming, love the course but things are abit confusing at the moment, i have this assignment below, pls i will appreciate if …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Help pls its urgent, new to programming

    We are certainly willing and able to help, but we'd need to know what sort of help you need. What have you done so far, and where are you stuck? …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching I got code in MIPS can you help me to fix?

    MIPS program that takes an array elements as inline data and prints them in ascending and descending orders input should be interacive. I don't know where to fix.... help me …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in I got code in MIPS can you help me to fix?

    Well, first, can you give us some more detali about what it is doing, and where it is failing? I did note that you are calling the `swap` routine with …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Syntax for adding an int to a buffer?

    That's correct, except that either the size of the declaration should be `resd` (32-bit - my mistake in my earlier post) or the size of the operand should be `word` …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Syntax for adding an int to a buffer?

    thank you all of you for the help i really appreciate it. i have a hopefully quick question, is this the correct syntax for adding an integer to a buffer: …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Syntax for adding an int to a buffer?

    That depends on what the label `userscore` is for. Is it a single `dword` holding the value as an integer, or is it a `byte` buffer holding a string? In …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Created Should there be a sticky in SD for links to specialized sites?

    In light of the regular if slow traffic in certain specialized questions - especially regarding operating systems development and compiler development - I would like to suggest that a sticky …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Should there be a sticky in SD for links to specialized sites?

    In light of the regular if slow traffic in certain specialized questions - especially regarding operating systems development and compiler development - I would like to suggest that a sticky …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Driver Development

    I want start on driver development, but I am not getting any beginer tutorial or book, where I can some sample app. If any body have any good resource kindly …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Driver Development

    For which operating system, and for what sort of devices?
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Having trouble sorting my array in ABC order

    > And Schol-R-LEA I am sorry you don't like my name. I have used it for many years and really just came up with it. Oh, no worries. I actually …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Having trouble sorting my array in ABC order

    Hello, I am having trouble sorting my array. I have gotten it to read out just the names in ABC order, but I need it to display all of the …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Having trouble sorting my array in ABC order

    I think you'll find that the code you have used in that specific section is **not** Java, but JavaScript, a completely unrelated language despite its name. Java does not have …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching c++

    imagine you have been employed as a programmer in an organization and the company uses manual way of performing simple arithmetic calculation; develop a simple calculator that will enable the …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in c++

    To clarify, the link to the [list of forum rules](https://www.daniweb.com/community/rules) can be found at the bottom of any Daniweb page. The most relevant rule here is: > Do provide evidence …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Problem requires TRIGONOMETRY

    Problem requires TRIGONOMETRY: A pipe is to be carried around the right-angled corner of two intersecting corridors. Suppose that the widths of the two intersecting corridors are 5 feet and …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Problem requires TRIGONOMETRY

    Assuming you aren't being required to write your own trig functions - a daunting task - then the functions you want are in the legacy C library header, [<cmath>](http://www.cplusplus.com/reference/cmath/). That's …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Turbo C++ ide

    I want to download c++ (one with blue screen) Please give me some idea for how to download.
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Turbo C++ ide

    You are required to use Turbo C++, then? Is this a policy of the professor, or of the institution?
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching im trying to do if else statement and it cant compile .

    #include <stdio.h> int main (void) { //declare variables int sales = 0; int totalsales =0; double commission = 0.0; //enter input items printf("\nsales: "); scanf("%d", &totalsales); //determine whether the data …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in im trying to do if else statement and it cant compile .

    While SenthilAnand's point is correct, and excellent advice, it is not the source of the compilation error; the compiler is perfectly happy to let you perform an assignment in the …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching gets

    hii i want to know how (gets)works
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in gets

    No, you don't. You want to stay away from `gets()` entirely, in fact. The function is extremely dangerous, because it is prone to buffer overruns, and no experienced C/C++ programmer …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching beginner

    hey friends im a first year prograaming student and basically started with 'C' Programming so just need help are there any particular program for beginners or any website whi9ch can …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in beginner

    If you have Windows Vista or later, you won't be able to install Turbo C++, at least not directly. Turbo C++ is simply too old, being a 16-bit MS-DOS program, …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in help

    That's an extremely broad request, and one that on the face of it we as a forum couldn't really fulfill. We can give assistamce, as best we can, but providing …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching add character to array

    I'm coding MIPS on MARS 4.0.1 and I'm trying to add letter '1' into an array but it doesn't work. Here is my code. Can somebody help me, please :( …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in add character to array

    The problem isn't with how you are loading the character into the array, but where the `$a0` register is pointing when you go to print it. Remember how you incremented …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching the 'Get' macro

    i did the Get macro and works fine: #define Get(x) [this]()->x (like you see it's a lambda function header) but i see 1 problem(sample): Get(int) like you see the type …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in the 'Get' macro

    OK, so your real goal has to do with implementing a property system in C++, then?
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching help

    create a program that can compute prelim grades attendance 20 total # of days days present class standing20 quizzes 20 major exam 50 total # items total score prelim grades

The End.