#learning cpp
Explore tagged Tumblr posts
david-goldrock · 11 months ago
Text
My biggest argument against god's existence is that cpp exists
7 notes · View notes
therainistumbling · 26 days ago
Text
WHAT THE FUCK DO YOU MEAN C++ DOESN'T HAVE A SPLIT FUNCTION
5 notes · View notes
waterfaii · 1 year ago
Text
CodeBeauty
POINTERS introduction
#include <iostream> using namespace std; int main(){ /* int n = 5; cout << n << endl; output: 5 */
// is for a comment line and /**/ is for multiple line comments //I make it like this so you can paste it immediately into a compiler //variable - &address - *pointers. //START //just like variable, a pointer is a container as well, storing an address (a memory location) //n is a variable meaning that it is a container storing certain value //because it's a container, it has it's address inside the memory, a physical location //in order to check the location / which address :
/* int n = 5; cout << &n << endl; output: 006FFD64 */
//because it's not always fun to remember long address numbers, so we give them names - variables. we create a pointer to name an address and easily access it.
//POINTERS //how to create a pointer holding address of our n variable:
int n = 5; cout << &n << endl;int* ptr = &n; cout << ptr <<endl; //in order to indicate that you're creating a pointer, use * star (int*) //then give it a random name (ptr) //assign it (to ptr) the address of our n variable which is = &n (= assign)(& address)(n variable) cout << *ptr << endl; // a star * before the pointer's name will only reference the pointer and then find the VALUE of the ADDRESS //which is our original variable n //basically we're asking for the value 5, not the address 006FFD64 //CHANGE THE VALUE (5) stored in the pointer ptr address: *ptr = 10 ; //a star * means access the memory location and (=)assign a NEW (10) value //let's check if it's now 10 instead of 5 cout << *ptr <<endl; cout << n ; //both *ptr and n now show 10
//NOTES //pointer has to be of the SAME TYPE as the variable it is pointing to //int pointer to int variable, not int to float //char pointer to char variable, bool pointer to a bool variable, etc //you can't assign a value to a pointer, it has to point to an address //first create a (example) variable to store that variable's & address to the pointer //pointers are problem solvers and not the casual way it's used in these examples system("pause>0"); return 0; }
3 notes · View notes
cl0ckworkpuppet · 2 years ago
Text
Tumblr media
something i made in a fit of rage remembering that c++ is a real language
5 notes · View notes
chaardiwaari · 3 months ago
Text
hackathons the absolute worst it is like my own personal hell
1 note · View note
tpointtech1 · 4 months ago
Text
Wilson's Theorem in C++
Wilson's Theorem states that for a prime number pp, (p−1)!≡−1 (mod p)(p - 1)! \equiv -1 \ (\text{mod} \ p). In C++, we can implement this theorem by calculating the factorial of p−1p - 1 and then finding its remainder when divided by pp. If the result is -1, pp is prime. The theorem is often used in primality testing algorithms.
Visit our website: https://www.tpointtech.com/wilsons-theorem-in-cpp
0 notes
tpointtech · 5 months ago
Text
https://www.unitymix.com/blogs/50443/Why-C-Still-Rules-the-World-of-Game-Development
0 notes
raviws23 · 2 years ago
Text
Exploring the Dynamics of jQuery Online Compilers: A Comprehensive Insight
jQuery, a powerful JavaScript library, has revolutionized the way developers interact with and manipulate HTML documents. In the realm of web development, jQuery Online Compilers have emerged as indispensable tools, providing developers with an accessible and collaborative environment to experiment, test, and streamline their jQuery code. This in-depth article delves into the features, advantages, and potential applications of jQuery Online Compilers, shedding light on how they have become integral to the modern web development landscape.
Understanding jQuery Online Compilers
A jQuery Online Compiler is a web-based platform that allows developers to write, test, and execute jQuery code directly within their browsers. These online compilers provide a convenient and efficient means for developers to experiment with jQuery functionalities without the need for local installations or complex setup processes.
Key Features and Capabilities
Real-time Feedback
jQuery Online Compilers offer instant feedback on code syntax and potential errors, facilitating efficient debugging and code refinement.
Cross-Browser Testing
Developers can test their jQuery code across different browsers directly from the online compiler, ensuring consistent behavior and compatibility.
Accessibility and Convenience
Accessibility is a hallmark of jQuery Online Compilers. Developers can access and work on their jQuery projects from any device with an internet connection and a browser, eliminating the constraints of local development environments.
Collaboration and Community Integration
Many jQuery Online Compilers support collaborative coding, allowing multiple users to work on the same code simultaneously. Integration with programming communities and forums enhances the collaborative aspect, fostering knowledge sharing and support.
Tumblr media
Advantages of Using jQuery Online Compilers
Efficiency and Quick Prototyping
Online jQuery Compilers eliminate the need for time-consuming setup processes. Developers can quickly prototype ideas, test code snippets, and experiment with jQuery features in a hassle-free environment.
Learning and Education
These compilers serve as excellent tools for learning jQuery. Beginners can experiment with code, receive immediate feedback, and grasp jQuery concepts in a practical, hands-on manner.
Code Sharing and Version Control
jQuery Online Compilers often include features for sharing code snippets and version control. This facilitates collaboration among developers and simplifies the process of seeking help or feedback from the community.
Applications in Web Development
jQuery Online Compilers find broad applications in web development projects. From testing specific jQuery functionalities to quickly prototyping interactive elements, these platforms enhance the efficiency of jQuery development workflows.
Security and Privacy Considerations
While the accessibility and collaborative nature of jQuery Online Compilers are advantageous, users should prioritize platforms that implement secure coding practices. Choosing reputable compilers ensures the protection of sensitive code and data.
Conclusion
In the dynamic landscape of web development, jQuery Online Compilers stand as indispensable tools that empower developers to streamline their workflows, collaborate efficiently, and experiment with jQuery code in real-time. As the demand for accessible and collaborative development environments continues to rise, jQuery Online Compiler will likely play a pivotal role in shaping the future of jQuery development practices. Embrace the efficiency, accessibility, and collaborative spirit these platforms bring to the world of jQuery programming.
0 notes
dangermousie · 1 year ago
Text
No matter how lightly your narrative might start, if you are a cdrama hero, chances are excellent that sooner or later...
Tumblr media Tumblr media Tumblr media
Fan Xian is such a glorious madman sometimes - his grin when asked about having his sister who's never done it performing a procedure that has never been done in this world and with him directing it himself tho he's the one being operated on. But what gets me extra !!! is how deliberate his recklessness is, if it makes sense - it's his very base and not an impulse.
Tumblr media Tumblr media
Seriously, so insane!
Tumblr media Tumblr media Tumblr media Tumblr media
I will never be as cool under extreme circumstances as Fan Xian but I am also lucky not to live his life.
Tumblr media
The way this drama keeps the humor in no matter how dark it gets and how outre. Ruo Ruo is all "I only cut fruits..."
Tumblr media Tumblr media Tumblr media
The thing that is so interesting to me about this whole thing is the Emperor's reaction btw. There is no doubt he wants Fan Xian to live. But he's also "ooooh because he almost died we learned this new medical procedure! If he didn't almost die we wouldn't have" and he's about a breath away from stabbing him some more or putting him in some other extreme situation to see what other useful skill they might pick up from that. You can see even CPP freak out quietly. (And the way he reassures the Emperor that of course Fan Xian will offer all his skills to the Emperor, after all he was ready to give his life and what is more valuable to a person than his life - there is a hint of panic there as if he is seeking to protect FX because he is.)
44 notes · View notes
milkboydotnet · 1 month ago
Text
Honor and uphold the revolutionary legacy of Ka Louie Jalandoni: stalwart of peace, revolutionary!
Tumblr media
CPP Central Committee | Communist Party of the Philippines
June 07, 2025
In recognition of his lifelong dedication and contributions to the people’s democratic revolution, the Central Committee of the Communist Party of the Philippines confers its highest honors to Ka Louie Jalandoni. His contributions to building and strengthening the Party and the National Democratic Front, and to waging the people’s democratic revolution, principally through armed struggle, as well as other forms of struggle, including through the peace negotiations are indelible.
Ka Louie passed away today. He was 90.
Ka Louie lived a life that was nothing short of extraordinary. He was born on into a family of big landlords and sugar barons in Negros Island on February 26, 1935. Despite the comfort and privilege he was born into, Ka Louie developed a deep political consciousness through his immersion in the lives and struggles of sugar workers who toiled endlessly in the sugar fields of Negros.
He took seriously the maxim of “preferential option for the poor” as a guiding principle in life. As a former Catholic priest, he took part in the “Church to the Barrios” program, leading initiatives in neglected rural communities and learning firsthand the harsh realities of poverty, exploitation, and state repression. His work among the masses transformed him, and deepened his resolve to act not just a shepherd of faith, but as a servant of the revolution.
On February 17, 1972, Ka Louie played a key role in founding the Christians for National Liberation (CNL) as he organized progressive-minded religious workers like himself to resist the fascist state terror of the Marcos Sr. dictatorship. In its founding assembly, both Ka Louie and his wife Ka Coni were elected to the National Executive Board. The following month, in March 1972, Ka Louie joined the Communist Party of the Philippines. The CNL would later become one of the founding allied organizations of the NDFP in 1973.
When Marcos declared martial law, Ka Louie went underground in defiance of the fascist dictatorship. He and Ka Coni were arrested in 1973 and detained at Fort Bonifacio. There, Ka Louie was kept for almost a year in a dark, windowless cell with six or seven others. A wave of protests and campaign efforts by religious and international human rights groups forced the Marcos regime to release them in July 1974.
Ka Louie resumed revolutionary work upon his release. In 1975, he helped organize coordinate the historic La Tondena workers’ strike in Manila – the first major labor strike under martial rule. The strike effectively shattered the climate of fear caused by martial law and marked the resurgence of a series of mass struggles and widespread demonstrations through the late 1970s and early 1980s.
In 1976, Ka Louie went abroad to lead international relations work for the Party and to expose the Marcos dictatorship’s brutal crimes. Due to threats on their lives and the certainty of persecution should they return to the Philippines, Ka Louie and Ka Coni sought and were granted political asylum in the Netherlands – becoming the first Filipinos to do so. From exile, Ka Louie worked tirelessly in building support for the Philippine revolution.
In July 1977, Ka Louie was formally designated as the International Representative of the NDFP. He played a vital role in building the NDFP’s International Office in Utrecht and organizing global support for the Filipino people’s resistance against the US-Marcos dictatorship. He was a key organizer of the People’s Permanent Tribunal on the Philippines in 1980 which exposed the regime’s gross violations of human rights and recognized the NDF as the genuine representative of the Filipino people.
As the NDFP’s chief international representative, Ka Louie undertook proto-diplomatic work and established relations with foreign governments, international agencies, solidarity groups, and revolutionary movements and parties across the globe. He helped amplify the voice of the Filipino people by articulating the revolutionary movement’s just cause.
In 1989, Ka Louie was assigned as chief negotiator of the NDFP in peace negotiations with the Government of the Republic of the Philippines (GRP). In this role, he exemplified the revolutionary movement’s firm commitment to achieving a just and lasting peace – one that addresses the roots of armed conflict: landlessness, poverty, and foreign subjugation. Through countless rounds of negotiations, Ka Louie firmly stood as a pillar of integrity and revolutionary resolve, always placing the Filipino masses at the center of the process.
We express our deepest gratitude to Ka Louie Jalandoni for dedicating his life to the Filipino people, to the National Democratic Front, and to the Communist Party of the Philippines. We will forever cherish the immense contributions he made in advancing the people’s struggle for national and social liberation. As we mourn his passing, we firmly vow to carry forward his legacy of selfless service, boundless humility, revolutionary integrity, and commitment to waging the people’s democratic revolution until final victory is won.
Mabuhay ang alala ni Ka Louie Jalandoni!
Ipagpatuloy ang kaniyang dakilang rebolusyonaryong pamana!
5 notes · View notes
hheartsdramas · 5 months ago
Text
joy of life season 2 episodes 25/26, in which there's a cdrama wedding and somehow NO ONE dies or even really threatens violence???? (miracles)
okay li yunrui's black dress is STUNNING i am OBSESSED
i still want to know so much more about lyr. what's her ultimate goal? how did she get here? is she actually conspiring with the emperor as evidenced by the whole bringing down of the prime minister thing? i just wanna know
umm...this nonchalantly emotional moment between fan xian and cpp ("i lost my family a long time ago" "you still have me") is the first time that i am considering that...cpp is going to die? at some point someone else important to fx is going to die and it makes heartbreakingly huge sense for it to be the guy who's mentored him all this time and without whom fx will literally be by himself against the emperor
this entire scene between wan'er and her mom...see above re: i just wanna know!!!
omg pleeeeeease let ruoruo go study with ku he! that would make her and duoduo sect sisters!! I NEED THIS SO BADLY
i think fx truly spends a good portion of his time imagining a variety of ways to kill the crown and second princes, ranging from realistically devastating to loony tunes-level silly
i'm literally crying over ruoruo walking out with wan'er
y'all i am NOT a wedding person, i have suffered through too many bridesmaid horrorshows to enjoy all the pageantry but i am a mess watching this rn. dabao reminding about the commitment to family. fan xian asking stepmom to sit in the mother's place. fan jian trying not to cry. ruoruo being the one directing the rites. like...there is no death scene that can make me cry this much, is there?
LING'ER STOP HE IS EVIL. cmon girl you're smarter than that
the brothers being creepy omg. like in a funny way but also BOYS let them fuck in peace my god
wu zhu!!!!!! your timing isn't great but this is probably better than him popping up in the middle of consummation
so someone is either hacking into wu zhu's hard drive or there's another automaton out there??
brb crying again over the stars thing and the rings
omg now wan'er has me crying again with her little speech to wang qinian
this is all lovely, everyone's happy, nothing more to see here, let's end it now and send everyone home, sound good?
wild theory: have we established whether or not anyone actually saw ye qingmei's body? could she still be out there somewhere, alive?
it's a cartoon theme song, i'm dying over here
tbh i was really ready for things to go sideways at the wedding and i'm so relieved they didn't. we deserve that bit of happiness. and now we can focus on learning more about fx's mom and lyr and wu zhu and how we got here in the first place, maybe?
12 notes · View notes
tomblr-man · 1 year ago
Note
Hello! I hope you don't mind this ask, you're just the first pro-endo sys I've found that has given reliable sources as proof of non-traumagenic systems existing. I saw a link to an article but mobile tumblr kinda sucks and I can't find more in your posts, would you mind giving me some? (Totally okay if not, I understand /gen)
As someone with self-diagnosed OSDD1b, I was immediately inserted in anti-endo spaces and ngl, didn't even try interacting with endos. You're making me think I and the people who used to be around me were wrong and that I should reconsider many things. So thanks!
Hi! This is actually incredibly humbling to us. We actually thought this was sent to our main and had a good laugh when we realized it was to our shitposting blog lmfao so I'm glad this blog is at least doing some good!
Anyways, yes! I'm not sure which sources you saw me share so let me just share the ones I already have on hand.
There's this one that's pinned to @korya-elana's blog which I believe is the largest and most recent study: https://onlinelibrary.wiley.com/doi/full/10.1002/cpp.2910?fbclid=PAAaYA2EcZAxCD7cDTUWhV93l1pCsh9ovJMddm5oZ8_V1-PQ7pjum3K4AxhEo
There this post by @guardianssystem which is just an incredible wealth of resources about endogenic recognition (although disclaimer, we have not been through all of them yet): https://www.tumblr.com/guardianssystem/732772365744979968?source=share
And then there's this post by @sysmedsaresexist, who recently turned away from the anti-endo label and they're just generally a really excellent resource for debunking myths and misinformation in syscourse as a whole: https://www.tumblr.com/sysmedsaresexist/750286600085372928/excuse-me-what-the-actual-fuck-did-you-just?source=share
Thank you very much for being so willing to consider another viewpoint! This is exactly what syscourse is lacking right now and it's really encouraging to see that some people are still so open minded and curious to learn.
22 notes · View notes
david-goldrock · 11 months ago
Note
curious with all the cpp talk, what's your preferred ide?
I'm a noob XD
Vscode
I tried pycharm and visual studio code, but they feel clunky in relation
Maybe one day I'd learn vim or something
I'm trying to practice my skills, the IDF recruits will start soon
17 notes · View notes
charvichirps · 15 days ago
Text
Guys where to learn c# from?
I do know python, and bits of cpp and c.
So like don't want it to be too repetative ish but do wanna cover the basics once.
Thanks!
2 notes · View notes
m2iconsulting · 2 months ago
Text
Training of Staff in Microfinance Sector by M2i Consulting
The success of any microfinance institution (MFI) hinges not only on its mission and outreach but also on the skills, knowledge, and behavior of its staff. As the microfinance sector continues to expand across India and other developing regions, professional training and capacity building have become essential to ensure sustainable operations and responsible financial inclusion. This is where M2i Consulting plays a transformative role.
Why Training of staff in Microfinance sector The microfinance sector involves direct interaction with underserved and low-income communities, often with limited financial literacy. Staff must be trained to:
Understand the unique needs of rural and urban borrowers.
Maintain transparency and ethical conduct.
Minimize risks of over-indebtedness.
Promote client protection and financial education.
Adhere to regulatory norms and institutional policies.
Untrained or undertrained staff can lead to compliance issues, reputational risks, and operational inefficiencies, making training a strategic necessity.
M2i Consulting: A Leader in Microfinance Staff Training M2i Consulting is a trusted name in the Indian financial inclusion ecosystem. With deep sectoral knowledge and practical experience, M2i offers comprehensive training programs designed specifically for microfinance professionals at all levels.
Key Features of M2i’s Training Programs Customized Training Modules M2i designs courses tailored to job roles—from field officers and branch managers to senior executives. The curriculum blends practical field scenarios with theoretical learning.
On-site & Online Training Delivery Flexibility is key. M2i offers both in-person workshops and virtual training programs, ensuring reach across geographies.
Expert Trainers with Domain Knowledge The trainers at M2i Consulting are industry veterans, ensuring that participants gain insights grounded in real-world microfinance operations.
Focus on Client-Centricity and Ethics Training emphasizes Client Protection Principles (CPP), responsible lending, and building long-term relationships with borrowers.
Monitoring & Evaluation of Learning Outcomes M2i assesses the effectiveness of its programs through feedback, quizzes, and practical assessments, ensuring measurable improvements in performance.
Popular Training Areas Covered by M2i Consulting Credit Appraisal Techniques
Loan Recovery and Collection Management
Customer Relationship and Communication Skills
Regulatory Compliance and KYC Norms
Digital Financial Services (DFS) & Fintech Adaptation
Social Performance Management
Who Can Benefit? M2i’s training services are ideal for:
Microfinance Institutions (MFIs)
Self-Help Promoting Institutions (SHPIs)
NBFC-MFIs and Small Finance Banks
Development Finance Organizations
Field-based NGO Staff in Livelihood and Credit Programs
Building Capacity for Sustainable Financial Inclusion Training is not a one-time activity—it's a continuous process of upgrading knowledge and adapting to a dynamic financial ecosystem. With M2i Consulting’s structured and strategic training programs, MFIs can empower their staff to deliver high-quality, client-friendly financial services while meeting compliance and business goals.
About M2i Consulting M2i Consulting is a leading consulting and capacity-building firm specializing in microfinance, financial inclusion, and development finance. With a strong reputation for quality and impact, M2i has trained thousands of staff across India and neighboring countries.
2 notes · View notes
raviws23 · 2 years ago
Text
Coding with C++: Unveiling the Role of Online C++ Compilers
Tumblr media
The world of programming is an ever-evolving landscape, and at its core, C++ stands as a testament to the timeless power of coding. Known for its efficiency, versatility, and sheer capability, C++ is the language of choice for those who aim to create impactful software, from video games to complex simulations. Whether you're a budding coder or a seasoned developer, mastering C++ can open doors to a realm of possibilities. In this blog, we'll delve into the significant role played by Online C++ Compiler and how they can be the key to unlocking the full potential of this remarkable language.
C++: The Language of Power and Versatility
C++ is often referred to as a "powerful" language, and for good reason. It serves as the driving force behind software applications, video games, simulations, and even operating systems. Learning C++ is akin to acquiring a superpower in the world of programming, where you can craft high-performance solutions and make your programming dreams a reality.
The Role of Online C++ Compilers
Online C++ Compilers are your trusty companions in the world of C++ programming. These online platforms provide a virtual environment where you can write, test, and run C++ code directly from your web browser. What makes them game-changers in your coding journey?
Accessibility: In the digital age, accessibility is paramount, and Online C++ Compilers offer this in abundance. You can code and experiment with C++ from any device with an internet connection, be it a computer, laptop, tablet, or even your smartphone.
Zero Installation: Traditional C++ development often involves intricate setup and installations. With an Online C++ Compiler, there's no need for extensive installations. Just open your web browser, and you're good to go.
Real-Time Execution: Perhaps one of the most significant advantages is real-time code execution. As you write your code, you can see the results immediately. This instant feedback is invaluable for learning and debugging, which are essential skills for any developer.
Learning and Growth in C++
The path to mastering C++ is a journey filled with challenges and rewards. Online C++ Compilers make this journey more manageable. Whether you're starting from scratch or looking to elevate your programming skills, these platforms provide the tools and environment for growth.
Debugging Made Easy
Bugs and errors are an integral part of programming. Online C++ Compilers simplify the debugging process. They identify errors as you code, providing immediate feedback. This not only saves time but also enhances your coding skills as you learn to identify and correct mistakes.
Collaboration and Sharing
In the realm of software development, collaboration is often the norm. Online C++ Compilers facilitate collaboration by allowing you to share your code, work together on projects, and receive real-time feedback. It's a valuable feature for team projects or seeking help from the programming community.
Conclusion
C++ is a versatile and powerful language, and mastering it can be your ticket to creating software that makes an impact. But the journey doesn't have to be daunting. Online C++ Compilers offer a supportive and real-time coding environment for learning, testing, and refining your C++ skills. With the convenience, accessibility, and collaborative features they provide, they are not just tools; they are companions on your coding adventure. Embrace the power of an Online C++ Compiler, and let your journey into C++ programming reach new heights. The tech world is waiting for your innovations.
0 notes