Author Topic: C Integrated Development Environment  (Read 4689 times)

0 Members and 1 Guest are viewing this topic.

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: C Integrated Development Environment
« Reply #15 on: May 30, 2011, 04:12:40 pm »
I noticed, I miss that idea when you type a command, that you get a list of commands
I always could see what an object could do with that Command list :)
Now I have a hard to print out a string in the Console :S

Most IDE's got intellisense. You just have to hit ctrl + space (iirc). But the intellisense in Visual Studio is extraordinary good.
« Last Edit: May 30, 2011, 04:13:11 pm by ande »
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: C Integrated Development Environment
« Reply #16 on: May 30, 2011, 11:16:06 pm »
To be honest I have a hard time learning C
So can somebody write a tutorial, on how to start in C
like:
Variable (like String, Integer, etc etc, how to Set/use)
For Statements
If Statements

if I have those kind of things I will be able to learn it better
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: C Integrated Development Environment
« Reply #17 on: May 30, 2011, 11:45:53 pm »
To be honest I have a hard time learning C
So can somebody write a tutorial, on how to start in C
like:
Variable (like String, Integer, etc etc, how to Set/use)
For Statements
If Statements

if I have those kind of things I will be able to learn it better

http://www.cprogramming.com/tutorial/lesson1.html
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true