-
Began Watching Simple C Program Isn't Working
I've recently started learning C and I have a simple program that I can't get to work. (I'm pretty sure C++ and C are similar enough at the basic level … -
Gave Reputation to JamesCherrill in Pretty printing code on mobile
Sorry Rev Jim. My bad. JC -
Gave Reputation to Reverend Jim in Trump
The Deutsche Bank executive who signed off on Trump's loans has committed suicide, possibly in anticipation of being called to testify during the impeachment hearings. I suppose an obvious question … -
Gave Reputation to Reverend Jim in Pretty printing code on mobile
>Looking at the posting activity you, rproffitt, and I may be the only active remanents Ahem... -
Replied To a Post in Univariate LSTM vs. Multiple Parallel Series LSTM on Stock Data
Since you are predicting and can't take into account real world impacts like legal wins and losses along with market sentiment all these are fairly compared to junk science. I'd … -
Began Watching Univariate LSTM vs. Multiple Parallel Series LSTM on Stock Data
I am currently building a LSTM model to predict only the daily Open price of a stock. Is there a difference in the prediction of the Opening price if I … -
Replied To a Post in Game of disks in c#
"The thing is I have 0 interest in programming and I just want to get over with this." Then let your solution show this. Far better to submit what you … -
Began Watching Game of disks in c#
Hello everyone! I'm sorry to bother you all, but I really need your help. I'm an economy and management student at uni, but somewhy I have to deal with programming. … -
Gave Reputation to (MeoW) in retrieve all image from MYSQL db to listview
i see this video but when i try the code, it show messege error https://www.youtube.com/watch?v=HhG7ughF8Zg -
Replied To a Post in Java question count by any number
Now I see it. The SKIP value for that loop. -
Replied To a Post in Java question count by any number
Line 11 looks odd to me. I used the following to test and it appears to do exactly as you coded, not as you asked above. Why did you i … -
Began Watching Java question count by any number
I am trying to get a program to work that asks for a user input to count by that number and display 10 numbers per line. I can not get … -
Gave Reputation to Andrea_15 in Converting C++ Code to Python
string seguir="S"; while(seguir =="S"){ int descuento,subtotal,total; double num_cuadernos,num_lapices,num_resmas,num_libros,num_esferos; cout<<"\nCuantos cuadernos desea: "; cin>>num_cuadernos; cout<<"\nCuantos lapices desea : "; cin>>num_lapices; cout<<"\nCuantas resmas desea: "; cin>>num_resmas; cout<<"\nCuantos libros desea : "; cin>>num_libros; … -
Replied To a Post in Get next three months from current month in javascript
Given you want the next three months I see two quick solutions. 1. Math. In psuedo code: cm = 11 'current month array[1] = cm +1; array[2] = array[1]+1; array[3] … -
Began Watching Get next three months from current month in javascript
Am looking for something where I could get a array of next three months in number from the current month , i have tried to get the month in string … -
Replied To a Post in NEW SEO TOPICS IN 2020
Since Google hasn't made those changes yet, there are none. -
Began Watching NEW SEO TOPICS IN 2020
What are the new SEO topics in 2020? -
Replied To a Post in How to create simple periodic table that identify non-metal or metal
Why isn't this done in a brute force method? You have your current table of 118 elements so you could make 118 if statements? What is stopping you? -
Began Watching How to create simple periodic table that identify non-metal or metal
Output: Enter Element Name: Hydrogen Hydrogen is a non-metal -
Replied To a Post in find the complexity of the counting sort algorithm line by line
Since this is a task and not some homework I'd look at open source code analysis. Also read read replies at https://www.codeproject.com/Questions/5252136/Find-the-complexity-of-the-counting-sort-algorithm Big nod to using the Lizard at http://www.lizard.ws/ … -
Began Watching find the complexity of the counting sort algorithm line by line
How are you? Greetings to all of you. I have a task and that is to find the complexity of the counting algorithm sort line by line to finally find … -
Replied To a Post in How to analyze competitor website?
Links in signatures are not used for google searches and SEO. So you may be degrading your reputation for nothing. Your questions are rather horrible and inane and even when … -
Began Watching How to analyze competitor website?
How to analyze competitor website? -
Replied To a Post in How to print the road
I'd look to prior works like MIT's UNA Urban planning toolbox as it incorporates concepts like ARCGIS for the data and graphic output. I can't guess why someone would start … -
Began Watching How to print the road
I have a problem that regarding with my projects. I need to create a bleuprint of an urban planning and I manage to print all the buildings that are required … -
Replied To a Post in how to solve this question(java)
I found no question. There appears to be an assignment but the question is missing. You may have to add your question. -
Began Watching how to solve this question(java)
*someone can help me to answer this question. Create an array that can hold ten integers, and fill each slot with a different random value from 1-50. Display those values … -
Replied To a Post in C++ Coding for Password with requirements
This sounds like you need a primer on strings. Time to find a tutorial on strings. How about: https://www.tutorialspoint.com/cplusplus/cpp_strings.htm as it gets into C style strings and new spiiffy C++ … -
Began Watching C++ Coding for Password with requirements
Hey guys! I got super behind in my C++ class and I feel like I dont really know what I am doing. I've been trying to piece together from other … -
Replied To a Post in Filling a string type array using strtok()
What's up with line 8? You use toke and I can't find its declaration. -
Began Watching Filling a string type array using strtok()
Hello, I am trying to understand how to use C-style strings in C++. My goal is to store a C-style strings into a string type array. If I pass "This … -
Replied To a Post in Java issues with actionPerformed
Second idea. Line 2. What if that test comes up true when it should not? More println's to see what it is doing. -
Gave Reputation to JamesCherrill in Java issues with actionPerformed
> line 5 sets available[i] to 0 then line 11 tests for 0 Well, no. Line 5 sets it, line 8 breaks from the switch, and line 11 is never … -
Replied To a Post in 6: error: mismatch in operand sizes
Also, error behind your keyboard. -
Began Watching 6: error: mismatch in operand sizes
[org 0x0100] n1: db 1 n2: db 2 largest: db 0 mov ax, byte[n1] mov bx, byte[n2] cmp ax,bx jg next mov [largest],bx jmp endrtn next:mov [largest],ax endrtn: mov ax, … -
Replied To a Post in Experiences from MacOS to Linux, and Linux to MacOS!!
What about https://www.maketecheasier.com/install-adobe-creative-cloud-linux/ ? As to my move, I only used Apple when there was no other solution. What was that? iOS apps. Today that need is gone and so … -
Began Watching Experiences from MacOS to Linux, and Linux to MacOS!!
I have been using Linux for the past year or two, it has been an amazing experience so far, aside of the lack of proprietary software support, namely Adobe products. … -
Replied To a Post in Java issues with actionPerformed
JamesCherrill may be right. To test that idea add a System.out.println("Entered actionPerformed"); before line 1. However line 5 sets available[i] to 0 then line 11 tests for 0 so maybe … -
Began Watching Java issues with actionPerformed
I'm a beginner and working on a digital attendance system. I'm using the following code in actionPerformed: for (int i = 1; i < count; i ++) { if (ae.getSource … -
Gave Reputation to VIRTUAL_2 in 6: error: mismatch in operand sizes
[org 0x0100] n1: db 1 n2: db 2 largest: db 0 mov ax, byte[n1] mov bx, byte[n2] cmp ax,bx jg next mov [largest],bx jmp endrtn next:mov [largest],ax endrtn: mov ax, … -
Replied To a Post in cs.asm: 8:mismatch in operand sizes
This makes it 3 posts and fine examples of what to do if you do not want help. While I'm no expert in 80x86 assembler I have worked on over … -
Began Watching cs.asm: 8:mismatch in operand sizes
[org 0x0100] num: db 0 factorial: dw 1 VUID: db 1,2,3,4,5,6,7,8 mov bx,0 jmp start fact: mov ax, byte[num] fact_loop: mul word[factorial] sub ax,1 cmp ax,0 jg fact_loop ret start: … -
Replied To a Post in erro:miss match operand sizes
So much wrong here. Your post title doesn't tell me much about what you want to talk about then you post code but not in the right format (some moderators … -
Began Watching erro:miss match operand sizes
[org 0x0100] num: db 0 factorial: dw 1 VUID: db 1,2,3,4,5,6,7,8 mov bx,0 jmp start fact: mov ax, byte[num] fact_loop: mul word[factorial] sub ax,1 cmp ax,0 jg fact_loop ret start: … -
Replied To a Post in File Search Results Display
As to speed, I may be wrong but at the office and home we may have removed our very last spinning rust mechanism (AKA HDD) so with that a lot … -
Replied To a Post in File Search Results Display
As folks explore Windows File Explorer they eventually agree it's one size fits all doesn't work for specific things. Why not try other file search apps like EVERYTHING and others? -
Began Watching File Search Results Display
I don't like the way my Win10 file search results are displayed and I can't find out how to change the settings. I've made changes to the 'Sort by' and … -
Replied To a Post in How to move to the next line while taking input from file C++
Try the std::cin.ignore method method. Example prior discussion about its use at https://www.reddit.com/r/learnprogramming/comments/3yfvxe/c_why_does_the_stdcinignore_method_require_a/ -
Began Watching How to move to the next line while taking input from file C++
Here is the input file. 12345 67890 I want 123 in array1. I want 678 in array2. int array1[10], array2[10]; int n, i=0; ifstream x; x.open("input.txt", ios::in) while( (!x.eof()) || … -
Gave Reputation to Dani in Here are some top topics recommended just for you recommends deleted thread
Only about 5 minutes. I ended up not going back to investigate yesterday because I went out after my hair appointment and didn't get home until late.
The End.