15,551 Topics
| |
good day - I am wondering if anyone can explain to me how to allow the user to change the name of the tabs in a tab control via a textbox? For example, at runtime the user will be able to change the title of the tab ("TabPage1") to "Baking" … | |
A common task in C or C++ is to get a string from somewhere and convert it to an integer. "Use `atoi`" is a common suggestion from the unwashed masses, and on the surface it works like a charm: #include <stdio.h> #include <stdlib.h> long long square(int value) { return value … | |
What is the scope of a clinical trials course in the pharmaceutical industry? | |
Hello !! "I want to learn Java data structures and algorithms (DSA). I have recently learned Java object-oriented programming (OOP). Suggest me best tutorials for learning. | |
![图片1.png](https://static.daniweb.com/attachments/5/081db9c666339d60f2cf91f9b3413e60.png) The value of the Class variable is '0' 'I' '0' 'H' '0' '4' I hope the value of the Class variable is A' 'T' '0' 'H' '6' '9' I tried using sort_region to sort SelectedRegions1, but it still didn't work read_image (Image1, 'C:/Users/29185/Desktop/图片1.png') get_image_size (Image1, Width, Height) dev_close_window () … | |
Im trying to code a lem-in project. https://github.com/01-edu/public/tree/master/subjects/lem-in Im coding in go lang. But its okay in another language tho. I can convert it to go. Me and my friends cant even solve the algorithm neither. ChatGPT is stuck and in the web i found a 800 rows of code. … | |
:-/ hello guys can any 1 give me the idea hw 2 work for this | |
RE: ffmpeg-4.4 Andrew Wu DJGPP CROSS COMPILER, GCC v12.2.0 Host Macbook Pro, macOS Monterey [Click Here](https://ffmpeg.org/platform.html#DOS) DJGPP Cross Compiler 12.2.0 Fails to Recognize "certain" Parameters in FFmpeg Source Code Hi, I am using the DJGPP cross compiler 12.2.0, developed by Andrew Wu, github, to build the FFmpeg source code, and … | |
I am a first-year university student from China. My major is Computer Science and Technology. I have been self-learning C++and data structures and algorithms recently. May I ask how I can learn them well? Is anyone interested in being my teacher or learning with friends? (Machine translation, my English is … | |
Hello, everyone!:) I am new to Daniweb and I would like a little help in implementing Binomial Heap subroutines in C, especially insertion in Heap. For my application it is necessary to implement max-heaps(i.e., roots storing the maximum value) in stead of min-heaps(i.e., root storing minimum value) in ANSI C. … | |
what unique characters are there in c? So far, I've found these: ¦ ¯ • | ÷ ¶ £ ¢ € ¥ © ® ™ › » « ‹ ‰ % ˜ 8 § | |
How to invert an image in c without external libraries...? Is it possible? | |
Hello all. I'm relatively new to libcurl C++, and I have been hopelessly stuck. Bit of a background for this app. It is very legacy, having been made in the early 2000s. LPSTRs abound. It looks in FTPs for files from suppliers (who have an SFTP they interact with and … | |
Hello. I am trying to build a simple UDP multi-threaded echo server in `C` using `libhv` (library is using non-blocking events). Basically i am trying to combine https://github.com/ithewei/libhv/blob/master/examples/udp_echo_server.c with the threading of https://github.com/ithewei/libhv/blob/master/examples/multi-thread/one-acceptor-multi-workers.c I do this because i will have high amount of traffic and multiple threads will be needed … | |
Here is my code: void do_print(int varnum, int *var) { printf("register %c: ", varnum+CH\_A); int i = 0; while(*var>0){ v[i] = *var%10; *var/= 10; i++; } I am trying to store each digits of a number into an array, but when I tried very large number such as 12478783917289471284, the … | |
How to solve some errors in the code in c++ #include <iostream> #include <cstdlib> #include <ctime> #include <cmath> class Person { //creating a Person class with attributes like ID, latitude (X) and longitude (y) public: int x; int y; bool infected; }; Person(int _id, int _x, int _y, bool _infected) … | |
It is to make some changes to an existing app, does anyone know how to use this tool? :) | |
I wonder if there is any solution to drop an oracle table trigger using c# windows application project | |
Hello everyone, I'm currently working on a project, and I have to edit a table,by merging certain cells. Below is a picture summarizing my situation as well as a snippet of my code where my code works for the right cell but not the left one : ![Capture.PNG](https://static.daniweb.com/attachments/4/9f5139ba3eb9b255246a1c5f9c3b3e2f.PNG) private void … | |
[Click Here](https://github.com/codecat/catsight) Thank you very much if you can provide compiled Windows binaries or converted VS projects that are preferred | |
HELLO ALL ! I am new here and a Lerner,beginner. I need help from you all great mind in my project that i have a datatable dt. i retrieve data from sql to a data table named dt in vb.net. now i want to write result in notepad where user … | |
I am trying to get help with code and logic for a few C programs | |
I have a few 3-4 small C programs to write, i missed 2 days because of health and need to catch up, can anyone help? use older methods as scanf, printf, | |
I am tasked with Integrating Servicenow with Docusign for sending Mutual NDA for digital signature. This is to be achieved through a request item. Does anyone know how to do that. I have tried ServiceNow Community and it has a cryptic answers. I am new to restful integrations and have … | |
1 I have an array of char but values is decimal representation of a character. example: char bytes[4]={50,48,49,51} how to convert this to get char array like this: char bytes1[4]={2,0,1,3} c | |
H! I need to calculate the mean of the coverages of two types of particles that could be trapped on a square surface. They are particle #1 and particle #2. Such averages are taken after certain number of steps, for example, every 10 Monte Carlo steps, and considering a number … | |
RICHTEXT1: Am_______________________________________E7 On a dark desert highway, cool wind in my hair G__________________________________________D Warm smell of colitas rising up through the air F______________________________________________C Up ahead in the distance, I saw a shimmering light Dm My head grew heavy and my sight grew dim RICHTEXT2: On a dark desert highway Cool … | |
From https://www.reddit.com/r/ProgrammerHumor/comments/wupbvb/python_runtime/ ![image_2022-08-22_115014356.png](https://static.daniweb.com/attachments/1/23876285d9d923cc038ee98e099d4a8f.png) As time passed it looked to me that Python evolved past a C framework. |
The End.