Hi ,
I was wondering if I can use my visual Studio software to write C++ code instead of OnlineGDB. I tested it during the class yesterday and it seemed to work on the special number project. (Please forgive the lack of comments, I was just testing if it worked or not. I like it because all of my industry work has been in visual studio and it has GitHub build in.
Rick Cramer
Videos
c++ - Online Gdb compiler shows different output than my local computer - Stack Overflow
It is possible to use CSV type file in online GDB?
Why is onlineGDB not giving the same result as another compiler?
c - Why strcmp doesn't work in Online GDB compiler? - Stack Overflow
I am doing a group project for school, and I am supposed to read data from an CSV type file. But when i try to read from it in the online GDB i get the following error message:
/usr/bin/ld:g2021_2022_ice.csv: file format not recognized; treating as linker script /usr/bin/ld:g2021_2022_ice.csv:1: syntax error collect2: error: ld returned 1 exit status
As far as i understand, the program is trying to compile the cvs file instead of the C file. Is there a way to fix this?
(The reason i am using an online GDB is because it is easier to work on in a group and share, and also access on different devices).
The code is extremely sloppy, I'm just trying to get my program to work. After half an hour of trying to figure out why 2 strings that were exactly the same in the expression string1==string2 had it evaluating to 0, I tried another compiler. It worked there. Why is GDB doing this?