Marayaty

Marayaty

Last seen: 22 days ago

Member since Aug 28, 2024 [email protected]

Following (0)

Followers (0)

C++
bg
Why and when do we initialize a variable to 0? [closed]

Why and when do we initialize a variable to 0? [closed]

I'm a 2nd year undergrad pursuing CS hons and i still struggle with the basics o...

C++
bg
What is the exact quote from the C++ Standard that states that type deduction failure on template argument deduction is not an error (SFINAE)?

What is the exact quote from the C++ Standard that stat...

The following quote from CPPreference is clear: This rule applies during overlo...

C++
bg
Redirect standard output to console in GUI application

Redirect standard output to console in GUI application

I have a C++ application that I compile in GUI mode, and sometimes I run it from...

C++
bg
What is wrong with this line of code: expected token? [closed]

What is wrong with this line of code: expected token? [...

This is part of a C++ project. IDE marked it as: expected token )` `0` qint64 Do...

C++
bg
Concept to replace ref-qualifications

Concept to replace ref-qualifications

Is it possible to replace ref-qualifiers with concepts? I.e. instead of struct S...

C++
bg
Question regarding exporting packages in CMake

Question regarding exporting packages in CMake

i have some clarification needed to export some static libs using CMake. The two...

C++
bg
What's the difference between PrepareAsyncX and AsyncX in grpc?

What's the difference between PrepareAsyncX and AsyncX ...

Say I have some grpc service service FooService{ rpc Foo(FooRequest) returns(F...

C++
bg
Constructing a matrix whose elements are the differences between elements of a vector using the Eigen library in c++

Constructing a matrix whose elements are the difference...

Consider a vector initialized as: Eigen::Vector A ={a1, a2} I would like to eff...

C++
bg
C++ All Int are valid for the if statement | if(choice == 1)

C++ All Int are valid for the if statement | if(choice ...

I've got some probably simple questions: why is every Integer accepted as a val...

C++
bg
The program doesn't make console

The program doesn't make console

i just installed VS code on my linux mint and when i compiled that #include in...

CSS
bg
Is it possible to make a caret static (not blinking) in css?

Is it possible to make a caret static (not blinking) in...

Is it possible to make a caret (text cursor) static (not blinking) in css? I hav...

CSS
bg
Can I make AccordionSummary into a box instead of fill the row

Can I make AccordionSummary into a box instead of fill ...

Here is my codesandbox I'm using Accordion component from MUI, if it's expanded,...

CSS
bg
How do I create this kind of delayed scroll when there are two columns with different heights?

How do I create this kind of delayed scroll when there ...

Here's the reference: https://www.sennheiser.com/en-us/catalog/products/micropho...

CSS
bg
CODE TO MAKE A GALLERY CHANGE WHEN HOVERING OVER A LIST TO THE SIDE [closed]

CODE TO MAKE A GALLERY CHANGE WHEN HOVERING OVER A LIST...

file:///Users/alisajarmon/Desktop/Screenshot%202024-08-27%20at%205.33.22%20PM.pn...

HTML
bg
Scrollbar issues - html/css and tailwindcss

Scrollbar issues - html/css and tailwindcss

I want to have a page that consums the full height of the browser window. I have...

HTML
bg
How to pass the value of a JavaScript variable to a golang function using HTML template

How to pass the value of a JavaScript variable to a gol...

I have a GO web application that is using the HTML templating feature. I am atte...

This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.