Dima
also you need to specify texture info after glGenTextures
Anonymous
it works with a non rga texture
Anonymous
http://this.is-a-professional-domain.com/AMSTfVW.png
Anonymous
ignore tghe white places
Anonymous
those should be transparant
Anonymous
https://github.com/kingdevnl/SimpleGame/blob/master/Engine/Texture.cpp#L20
Anonymous
Hello everyone! I've in plans to learn Pure C (Maybe some C++). Currently, I'm an Android developer. Have good knowledge in Java. Also, I know a bit of Python. I'm using Linux as my main operating system. I want something fast and simple because the overhead that we have in using Java is pretty big. I really need advice from people who are working with C, how to learn it better and more practical. There will be few points and I will really appreciate if you'll share any of your ideas about them. 1. I've heard a lot about that is better to use old C90 standard. Correct me if I'm wrong. 2. I'm interested in writing good quality code from the beginning, so I will appreciate any checkstyles or checkstyle checkers what people use. 3. Also, I have a question about what IDE is better to use. I've used CLion a bit and also used vim but without any additional plugins. 4. Probably I will start my learning by creating some game on SDL (probably second version). If it's a bad idea tell me why. P.S. Also if you have any information or ideas that are not about something in this list, share them, please. Thank you in advance.
It isn't a bad idea to start with SDL2 it's good, no it's not better to use old C standard. Use the most recent version possible with keeping in mind that your code could be compiled by almost all (if not all) compilers. You're coming from the Java background, learn about memory management, pointers are really interesting in C and C isn't a big language compared to C++, it's small, efficient and portable.
Lalit
Anyone know about singalton inheritance
Lalit
Its important if someone know pls tell me
Liyas
Guyss.. i have to prepare for an interview. Is there any c/c++ sample program bundles available including basic programs on data structures, and diff OOP concepts.
Anonymous
is struct is also a linked list?
void
is struct is also a linked list?
Yep, Linked List is struct
Anonymous
void
* did you mean LinkedList class or linked lists ADT? *
Anonymous
what is linked list?🙄
Anonymous
this is what i was asking cleared now 😅
Anonymous
thanks 😁👍
void
Linked list is the list, where every object points to the next object Integer->Integer->Integer as example
void
Check out Wikipedia
Anonymous
https://www.geeksforgeeks.org/data-structures/linked-list/
Anonymous
Sdineshbabu
Anyone say how to print prime series in Java in array of alternate order
void
Anyone say how to print prime series in Java in array of alternate order
Search prime numbers in array or add then into it??
shoker
does anyone have solutions manual for the textbook problem solving with c++ by walter savitch?
Anonymous
anyone here that uses premake5 ?
Kojo
Hi my name is Kojo from Ghana
Kojo
And I am a beginner in c/c++
Kojo
Please I need a method
meis
Please I need a method
do u need a book?
Kojo
Sorry I meant I need a mentor
meis
Sorry I meant I need a mentor
are u gonna pay him?
Kojo
If it's worth it,sure
meis
Sorry I meant I need a mentor
I think that you need a book https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list/388282#388282
Kojo
Thanks boss
Anonymous
Hi. Does anyone have the software to write C?
Dima
Lol
Anonymous
?
Rostin
What software do u need lol
Anonymous
Like vi editor
Rostin
There u go, use vi
Anonymous
Do you have it?
Rostin
Ok, lets take a step back
Rostin
What OS do you use
Anonymous
Windows 7
Rostin
......
Rostin
Vi is for linux
Rostin
U can have a version of it on windows but that sounds like a bad idea
Rostin
Now, what do you want? An editor or an ide?
Mehmet Akif Aksoy
Hey guys
Anonymous
What is the difference?
I_Interface
What is the difference?
Man, use Visual Studio 2015
Anonymous
Where do I get it?
I_Interface
Where do I get it?
Microsoft.com
Rostin
Why 2015 and not 2019 ?
I_Interface
Why 2015 and not 2019 ?
2019 only for W10
Rostin
Oh gotcha
Dima
Use codeblocks
Dima
😜
I_Interface
Rostin
Use mingw comes with gcc
Anonymous
Does anyone have the file that you can send me through Telegram
I_Interface
go for official site of microsoft and download installer
I_Interface
what's a problem ?
Talula
You people should send him the file infected with ransomware.
Rostin
😂😂😂😂😂
Dima
Does anyone have the file that you can send me through Telegram
you shouldn’t be looking at this industry
Dima
I_Interface
Anonymous
Zorrito
virtual folders?
Say you put your header files in a separate include file. Because they're not in the same folder as my main cpp file, my compiler can't find them.
Itsunknown4u
Guys help me in this
Itsunknown4u
When I print the dereference value of pointer of only single data type I am getting this " segmentation fault" but when dereference different data type pointer I am nt getting tht
Itsunknown4u
When i am printing different data type pointer ( dereference ) I am not getting the same thing
Itsunknown4u
Does someone knows what is -1991643855
klimi
thats value
klimi
vecause you access memory you havent initialized