Beginners - November 2024

by Dazzer
How to start with audio plugin GUI design?
Hi folks, I'm interested in learning C++ for audio plugin design, but I'm a bit unusual in that i'm not really interested in the audio DSP part, i'm only rea...
Nov 14, 2024 at 5:34pm
[1 reply] : we used to call it RAD (rapid application development) and I am not su... (by jonnin)
How to get program to distribute input by alternating between two, multi-line string inputs
Hello I need to get this output: 1) type a: 1a type b: 1b 2) type a: 2a type b: 2b 3) type a: 3a type b: 3b 4) type a: 4a ty...
Nov 13, 2024 at 12:47pm
[5 replies] Last: You can do it with just 1 loop to read the data. Consider: #include... (by seeplus)
zero dynamic memory allocation
So today I was reviewing teacher code that lets student input the number of blocks of memory to allocate, but the student can input zero. It seems to allocate t...
Nov 7, 2024 at 9:53am
[4 replies] Last: Well it was written by a teacher. I need say no more..... (by seeplus)
Why its showing wrong ?
Hi there, I am trying to run a code what school going student can do ! But not sure what kind of mistake I am doing. Take a look the program #include<s...
Nov 1, 2024 at 3:53pm
[6 replies] Last: Just because you can doesn't mean you should. :) do-while without... (by seeplus)
  Archived months: [oct2024] [dec2024]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.