Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   gcc vs. visual studio (https://thetfp.com/tfp/tilted-technology/50122-gcc-vs-visual-studio.html)

Digilogic 03-24-2004 05:31 PM

gcc vs. visual studio
 
I wanna hear why people use one or the other. I am gonna start coding in the next few days and I can't decide which package to install. Its either gonna be VS .net 2003, or the newest gcc compilers.

Pragma 03-24-2004 10:48 PM

Well, VS.NET is primarily an IDE - not just a compiler.

On Windows platforms, when I'm coding C++, C#, VB.NET or J#, I use VS.NET.
On Windows platforms when I'm coding C or assembler, I use Vim and gcc.
On UNIX platforms, I use Vim and gcc.

Why not just install both? It's not like they conflict and you can only use one or the other.

Fallon 03-25-2004 05:38 AM

I personally hate VS. I had to many problems with the stupid thing not doing things like they should have or compiling not working when it would work with gcc and it not cleaning a build and such.
Usually, I would use kate(kate was nice because it had an editor like notepad but it also had a command line, at least the version that I was using) and gcc.

Yakk 03-25-2004 08:52 AM

The VC.net C++ compiler has come along way. It is now relatively standards compliant, and it compiles code much better than the old VC6 one.

The intel compiler is probably the fastest one you can get ahold of. I don't know how standards compliant it is, but I can't remember any code that MS compiled that intel failed to.

gcc's performance is typically not as good as intel's or MS's C++ compiler. gcc was more standards compliant than the VC6 compiler in my experience, I don't know how they compare to the VC.net compiler.

As for IDE, it is the general consensus at my office that the VC.net IDE is worse thant he VC6 IDE (they rewrote the IDE from scratch, which means the new one has... rough spots), but at the same time the compiler improvements make the transition mostly worth it. IDEs are largely a matter of taste however.

What is your previous programming experience and/or education?

What sort of things are you planning on doing?

What do you plan on doing, computer wise, in the future?

Digilogic 03-25-2004 06:40 PM

Well, I am a computer science junior, trying to do some game programming. I also have another question. Is there a way to somehow export the project configuration settings in VS.net? I have a project that has specific configuration options set, and if i plug the same code into a new project, it won't compile... I want to be able to start all new projects with these settings.

tekaweni 04-01-2004 03:05 PM

visual studio no workee on unix

froseph 04-02-2004 11:21 PM

If you are a comp sci junior you shold be a bit farther ahead.... oh well. A broke person (like me) would just use gcc + sdl for games :) I have VS.net, but eh, don't have windows on my machine anymore. I only have mac osx, linux and bsd, so GCC is where it's at.

VS.net is a nice IDE, just never got used to it. makefiles all the way baby ;)

oblar 04-03-2004 12:56 AM

VS .NET is nice for any windows compiling i have to do.

However, I still use gcc and vim for anything else (including Java)...

the main difference between the two would be that VS .NET is, like others have said, an IDE.. vim is mainly good if you know what your doing. VS .NET requires very little knowledge of the language and its API. .You can just trudge through it.

cowlick 04-03-2004 09:58 PM

Source Insight
I work at a software house that develops ONLY windows software. However, nobody uses Visual Studio. We use the compilers, but from a cmd prompt. The popular IDEs are Source Insight and Slick Edit.

Digilogic 04-19-2004 08:35 AM

Well, I am a comp sci junior, but I have had to do 0 c/c++ programming for school. Its all java here...

Pragma 04-19-2004 11:26 AM

Jeez, I can't believe you haven't done any C/C++. Are there classes at your uni that teach that stuff? There's no way you can be a software engineer without knowing C/C++ - the ability to work deep-down in the OS is vital for a lot of tasks.

KnifeMissile 04-19-2004 12:30 PM

What particular programming language you learn is not relevant at a university. Last I heard, MIT teaches their CS students the smalltalk programming language and their graduates don't seem to suffer from that choice. University is not a trade school! You go to some college for that type of training...

Yakk 04-19-2004 12:59 PM

No course at my university taught C/C++.

There was an optional first year course that taught Pascal (and basic programming), and we covered some strange language for our 2nd year courses. After that, every course gave a selection of language we could use, in general.

Well, our concurrancy course was taught in a language the prof had invented (actually an extension of C++). And the 4th year "programming languanges" course covered a language every 1-2 weeks.

Teach someone a programming language, they'll have a job for a year. Teach someone how to program, and they'll have a job for life.

As an aside Knifemissle, the USA doesn't have the same distinction between University and College that Canada has. In Canada, College are institutions of higher learning that teach you how to do a particular job, while Universities teach both "professional" programs and teach about fields of study.

University degrees in Canada are almost all uniformly 4 years for an honours degree and 3 for a general degree*. General degrees are typically what you get if you decide you want out quick, or fail out of honours.

College degrees in Canada can be anything from 1 to 4+ years in length.

* for every rule, an exception: in Quebec, there is a strange 2 year post-highschool system and you can get a degree in 3 years after it. Highschool ends in Grade 11 in Quebec.

Digilogic 04-20-2004 01:18 PM

There are a handful of c/c++ classes here, but my operating systems teacher said that they (the staff) don't teach languages, they teach us how to program so that we can use any language...


All times are GMT -8. The time now is 12:58 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360