Re: A reliable way of detecting AI content? Hardware and Software Cloud-based Apps by jkon … to do , while the bigger ones (having many lawyers) will declare that this doesn't apply to them (as have done… Re: Help with functions - basics Programming by learnerya Starting from the basics, I have just started learning Help with functions - basics Programming by verrandhack … first time in vscode using c++. i'm want to declare functions and having trouble understanding some things. i'm very… forth but i know i need to learn them to declare functions. any tips on how to use these and what… VB2010: how use CopyMemory() API function? Programming Software Development by cambalinho How use and declare CopyMemory() API function VB2010? Re: Help with functions - basics Programming by rproffitt Rather than dive into c++ like that, try tutorials like we see at https://www.w3schools.com/cpp/cpp_functions.asp Re: Help with functions - basics Programming by jkon It seems that the issue has nothing to do with C++ or with functions. If you are new to programming why not try some tutorials in an easy accessible language (like JavaScript for example) and when you understand a few basics ( like null , functions , variables , loops , conditions ) move to a C++ tutorial for beginners ? Re: VB2010: how use CopyMemory() API function? Programming Software Development by rproffitt Take a look at the example at https://www.codeproject.com/Articles/8641/Equivalent-of-CopyMemory-in-NET Re: VB2010: how use CopyMemory() API function? Programming Software Development by cambalinho that link\tutorial have some errors: VB2010 don't have the 'any' type Re: VB2010: how use CopyMemory() API function? Programming Software Development by cambalinho correct me: the Bitmaps.lockbits() and Bitmaps.unlockbits(), for change the pixels(all pixels), are more faster or like DIB's speed or more slow? Re: VB2010: how use CopyMemory() API function? Programming Software Development by cambalinho understood ;) thanks for all... using the VB2010 is best use GDI+... if i need change all pixels, we must use lockbits() on a Bitmap declare and assign value to variable at runtime in C# Programming Software Development by amitkumarmailid declare and assign value to variable at runtime in C# variable names are stored in database(sql server). how can i able to declare varible with these name during runtime. after that assign value... thanks. amit Re: How do I declare a single Object instance then reuse it in each ComboBox? Programming Software Development by Ramy Mahrous declare simply array from object datatype then call AddRange for all combo boxes and pass this array! Array and Matrix Programming Software Development by omgaga Declare a 2-D array that will contain up to 20 …> #include<iomanip> using namespace std; int main() { //declare an array for whole numbers that may contain 20 rows… C++ Programming Software Development by darshilpatel34 … Id, first name, last name, and five test scores. Also declare an array of 10 student structures. Prompt the user and… Re: C++ Programming Software Development by darshilpatel34 … Id, first name, last name, and five test scores. Also declare an array of 10 student structures. Prompt the user and… Calculator Programming Software Development by Mahfuz_2 'Declare the global variables to be used throughout the form Dim … As Single Dim msecond As Single Dim manswer As Single ' Declare the global variables for the operators: Add,Sub,Mul and… how i can do : addition & sub & multi two Hugo Integer! Programming Software Development by concavang declare a hugo integer by array or string. Please help me! array Programming Software Development by Hia declare an array of 20 elements and initialize it with any no from 1 to 10 count the no of times each no from 1 to 10 has ocurred in da array I need to know how to write this code Programming Software Development by anamoblu56 Declare a seven-row, two-column int array named temperatures. The … covertion of varchar to int Programming Databases by weblion declare @suppid as varchar(50) if(@suppid is null) begin select isnull(MAX(convert(int,suppid)),0)+1 from us.dbo.supp where ISNUMERIC (suppid)=1 end dynamic array Programming Software Development by tubzz declare two dynamic arrays of integers, input **size** needed for the arras, allocate **size** integers, initialize all elements to 0, prompt the user to input **size** elements in the first array, diplay the elements, copy the elements to the second array after deleting duplicate elements, and display the elements from second array. displaying sum Programming Software Development by tubzz Declare an integer variable size of 10 elements, input the elements. … complicated declarations Programming Software Development by nitin1 Declare an array of function pointers that return a pointer to … complete the program Programming Software Development by rakib.tanbir Declare a class (i.e., a type) called CArea and an … Need this solve urgent Programming Software Development by santonu98 Declare a class (i.e., a type) called CArea and an … Sorting Arrays: I need experts who knows this code please Programming Software Development by Zelflyn Declare a single dimension array of size n input n elements to a single dimension array Sort the elements of an array from highest to lowest and vice versa Also, the program will identify and output the highest and lowest integer. Re: Need to get program to recognize variables/arrays outside the subroutine Programming Software Development by Teme64 Declare your variable in the class itself. It will be a …" the class-level q()-variable ' If you DON'T declare this variable, procedure's code uses the class level q… Re: Listview Scrollbars - Allow scrolling but hide the bars Programming Software Development by ZeroZen …, ByVal wBar As Long, ByVal bShow As Long) As Long 'Declare in a sub like formload ' Hide Scrollbars Const SB_HORZ As… Re: c++ arrays, help identify element place Programming Software Development by frrossk Declare 2 more variables [code] int max_pos=0, min_pos=0; ................ if (… Re: Use of structure and pointer problem Programming Software Development by Lerner //declare and initialize an array of type char char array1[] = {'A', '… string since it is not a null terminated char array. //declare an array of type pointer to char char * array2[4…