Surge.rs
Try it out
Marián
Marián
and what about that :%.cpp thing don't you know?
Marián
i tried this one and seems like it works the way it just changes the extension or smth
Marián
i am not sure tho
Surge.rs
I dont know make that well
Surge.rs
Literally the full extent of my knowledge lol
Marián
me neither are there are just no freaking docs about this 😅
Surge.rs
Make was written by a college student in the 70s and it shows
Marián
just found awesome thing
patsubst is like function you can use to manipulate text really well
Anonymous
server side programming, a login server, database server to store all information, a security server to handle security and cheats, a running server that can run parallelly, a main program to tie them together, these all my knowledge...
7
Can anyone tell me what's the error?
01000001011011010100000101101110
7
Use vectors
Can you tell what's the error with this
klimi
What is this?
7
This is my function
01000001011011010100000101101110
Can you tell what's the error with this
I think you've declared the array of 1000 And when you call it you give the parameter m Which isn't recognised
Abdul
What is this?
Learn about Programming languages and much more
7
I think you've declared the array of 1000 And when you call it you give the parameter m Which isn't recognised
Can you tell me how to deal with 2d arrays if you get to know the size in runtime?
7
Like while decleration you need to have a fixed size
01000001011011010100000101101110
01000001011011010100000101101110
7
I dont understand this
While decleration of a 2d array we need to provide the constant column size....bt in case we get to know about the column size during runtime
7
So what we do then?
01000001011011010100000101101110
So what we do then?
https://stackoverflow.com/a/936702/8258801
01000001011011010100000101101110
You mean this?
Anonymous
What is binary search can anyone explain ?
Abo alazi
Hi
Dima
welcome!
Dima
Pavel
https://stackoverflow.com/a/936702/8258801
the second answer is better IMHO
Anonymous
I did but i can't understand clearly
Anonymous
I did but i can't understand clearly
If a known person explains it will be easily understood
Anonymous
😂😂😂😂😂
Surge.rs
If a known person explains it will be easily understood
The known person is the second answer on stack overflow
Surge.rs
https://www.google.com/amp/s/www.geeksforgeeks.org/binary-search/amp/
Pavel
there are lots of videos actually about binary search, and other algorithms with explaining the purposes and step-by-step visualization
Sukanta
Q. Write a c program prime factor
I_Interface
Anonymous
Hello guys, I have kind of a problem and I need some advise please. The issue is I just entered to the University to a computer science degree. The question is: should I focus on my GPA or look for a job? I have seen that most software companies ask for experience rather than grades. What do you think guys?
Dima
look for a job
Dima
practice yourself
Dima
this is confident answer
Pavel
Agree with Dima
Anonymous
Let me see if I get your idea: I should focus on my gpa, but at the same time having a job(?)
Dima
on a real practice and learn some theory by yourself
Anonymous
Ahhh now I get it @Neko_cpp
Anonymous
Thanks!👍
Anonymous
There is an extension in Visual Studio. C++ obfuscate ?
Đỗ
That current not exist extension/addin for this purpose in VS. But you can find another freeware such as DotFuscate ( don't remember exactly) to protect ur code
Anonymous
Hii
Anonymous
they have apprenticeship in holidays
Anonymous
Woah a Desi kudi
Sasuke
How to read CSV file in C?
Israel
Wich OS do you prefer for programing microcontrollers?
Sasuke
thankyou
Abdul
# asking for help Someone has the source code for DLLC and DLLNC for the reference I'm studying
I_Interface
Cmon, no files here. Only pastebin.com or a short code here.
I_Interface
or git.
数学の恋人
What do you mean?
Anonymous
That current not exist extension/addin for this purpose in VS. But you can find another freeware such as DotFuscate ( don't remember exactly) to protect ur code
I want a class, library, or tool To encrypt and protect My Source Code I searched on the internet but only found c# tools There is nothing about encryption and protection c++
YK Y
#include <iostream> #include <vector> #include <algorithm> using namespace std; int main() { vector<int> v; v.push_back(10); for(int i:v){ cout<<i; }
YK Y
what will be it's output?
NXiss7
Pavel
why i'm getting garbage value?
what kind of value? try to add separators between the values eg cout << i << "\n"; or cout << i << " ";
Pavel
ah wait, there's only one
Pavel
then I have no idea, looks fine
YK Y
10
I'm getting garbage values, why so?
Anonymous
Hey guys any one having good channel to learn Java or python??
Pavel
I'm getting garbage values, why so?
is it the full program that you run, or you removed some parts?