way off topic
Posted
#1
(In Topic #983)
Enthusiast

Posted
Regular

.... and carry a big stick!
Posted
Enthusiast

Which is one reason I said "way off topic"
Posted
Guru

Then your post wouldn't be way off topic and you could post it in a general questions area and not an off topic area. Oh wait..
<EMOJI seq="1f914" tseq="1f914">🤔</EMOJI>
<EMOJI seq="1f609" tseq="1f609">😉</EMOJI> Haha
Just joking
Posted
Enthusiast

Posted
Guru

sadams54 said
i have considered that but they will not know what the gambas IDE is or anything about it.
But IDE stands for "Integrated Development Environment".
That is what gambas is and what you are looking for but with C,
I think they will understand you if you say a C IDE.
I just think you'll have more chance of finding info about a C IDE in a C forum than you will a gambas one.
It's like asking questions about your VW beetle in a Fiat group.
Posted
Regular

sadams54 said
nope, you are way off understanding. I do not want to put together the forms in gambas then port them around by chanting around a fire at midnight and sacrificing a live chicken to the moon god. I am looking for a fully functional IDE for C++ similar to what we have in gambas that allows us to easily write.
Which is one reason I said "way off topic"
Well, if I knew of one, I would have mentioned it. A Rube Goldberg reference would have been less imaginative, I've been to parties that like that.*
It surprised me that one does not exist for Python either. And I presume you have ruled out the MS Visual Studio offerings. I'm not familiar with those, but I thought I saw somewhere there were Linux versions.
Personally, I like to put my C++ code in shared libraries. (You need to use the EXTERN keyword to prevent name mangling and make the top level C like to call it from Gambas or Python.) I'll post examples upon request.
*Nah, not like that, but I've been to some pretty good barbecues out in the country.
.... and carry a big stick!
Posted
Guru

Code
apt-cache search "development environment"
I recall once looking around and trying some but couldn't find anything as wonderful as gambas.
The fact a lot of the gambas IDE and it's components are written in gambas is amazing to me.
It makes the whole environment highly customizable. I love that.
My gambas IDE is different to anyone else's (i think better)
Nobody's gambas IDE has an "External tools" feature similar to pluma text editor….. but mine does and i use it often
I guess really any IDE, if you can get the source, can be modified but i doubt as easily as gambas
Posted
Regular

You still have to do the top layer in Gambas though, and it takes a few more declarations to establish a subroutine, but other than that, this "simulates" having C in the IDE.
Auto-Compiling Shared Libraries: https://forum.gambas.one/viewtopic.php?p=1591
More than 500 downloads, wow.
Then here are a couple more I wrote about shared libraries, didn't look any further than the one I was looking for above.
Shared Library: FFTW Wrapper: https://forum.gambas.one/viewtopic.php?p=1593
Calling FORTRAN Shared Libraries from Gambas: https://forum.gambas.one/viewtopic.php?p=1562
.... and carry a big stick!
Posted
Enthusiast

I appreciate everybody chiming in and seeing if they had help. I am being picky and spoiled in that I want the same ease of Gambas in my IDE.
1 guest and 0 members have just viewed this.


