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
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
Abdul
What is this?
Learn about Programming languages and much more
7
7
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!
Anonymous
Dima
Pavel
Anonymous
I did but i can't understand clearly
Anonymous
😂😂😂😂😂
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
Anonymous
Anonymous
Sukanta
Q. Write a c program prime factor
I_Interface
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
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
Angelo
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?
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?
YK Y
klimi
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??