Forum     

Go Back   Digit Technology Discussion Forum > Bandwidth Wastage > Chit-Chat
Register FAQ Calendar Mark Forums Read

Chit-Chat General discussions about anything that doesn't fit into the other sections to be had here


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 25-10-2007, 12:47 PM   #1 (permalink)
AJJU
 
azzu's Avatar
 
Join Date: Aug 2006
Location: hYdErAbAd
Posts: 2,427
Default New Programming Section


looks like we got a new section in digit forum
so all the programming guys yell
start ur programming tut's
__________________
I love and Live to Design
azzu is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 25-10-2007, 12:54 PM   #2 (permalink)
Pee into the Wind...
 
shady_inc's Avatar
 
Join Date: May 2007
Location: Mumbai
Posts: 782
Default New Programming Section

Really nice to have a separate programming section.Keep it up.!!
__________________
Life is as complicated as you say it is.
shady_inc is offline  
Old 25-10-2007, 12:58 PM   #3 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: Woohoo!!First one to post here!!!

wow first to reply here
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 25-10-2007, 12:59 PM   #4 (permalink)
AJJU
 
azzu's Avatar
 
Join Date: Aug 2006
Location: hYdErAbAd
Posts: 2,427
Default Re: Woohoo!!First one to post here!!!

i also wanted to start the first thread here but thought mod's will take it seriously so started thread in CHIT CHAT (check it)
yup start ur programming tut's guys
show ur skill's
wew
__________________
I love and Live to Design
azzu is offline  
Old 25-10-2007, 01:04 PM   #5 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: Woohoo!!First one to post here!!!

Aww bad, you should've inaugurated it with a "Hello World"

Let me do the honors.

C
Code:
#include<stdio.h>

int main()
{
    printf("Hello World");
    return 0;
}
C++
Code:
#include<iostream>

using namespace std;

int main()
{
    cout<<"Hello World";
    return 0;
}
Java
Code:
class hello
{
    public static void main(String args[])
    {
        System.out.println("Hello World");
    }
}
Python
Code:
print 'Hello World'
That's all folks

Heh, purpose was to show which one is the lengthiest

Quick, create a sticky on battle of the languages

Last edited by QwertyManiac; 25-10-2007 at 01:13 PM.
QwertyManiac is offline  
Old 25-10-2007, 01:09 PM   #6 (permalink)
"The Cake is a Lie!!"
 
[xubz]'s Avatar
 
Join Date: Oct 2006
Posts: 471
Default Re: Woohoo!!First one to post here!!!

PHP Code:
<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>">
   <input type="text" name="name" />
   <input type="submit" />
</form>
<?php
if (isset($_POST['name']) && $_POST['name'] != "")
{
   echo 
"Hello " $_POST['name'] + "! Welcome to Digit's Programming Section!";
}
?>
The First PHP Code
__________________
[xubz] ● http://xubz.com/
[steam_id] ● http://steamcommunity.com/id/xubz
[xubz] is offline  
Old 25-10-2007, 01:10 PM   #7 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: Woohoo!!First one to post here!!!

^ lol, awesome. . . dont you think my thread 'post ur c/c++ here' should be moved from tutorials to here and make it sticky?
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 25-10-2007, 01:12 PM   #8 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: Woohoo!!First one to post here!!!

Cool, syntax highlighting!
QwertyManiac is offline  
Old 25-10-2007, 01:14 PM   #9 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: Woohoo!!First one to post here!!!

lol my thread is moved here and is the first sticky thread in this section
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 25-10-2007, 01:15 PM   #10 (permalink)
Keyboard addict
 
Asfaq's Avatar
 
Join Date: Feb 2007
Location: Bombay, India
Posts: 85
Default Re: New section ??

yep, also plz notify us of the threads that need to be moved into the programming section, you can send us a pm once you have identified 10 such threads... getting one pm for each thread would be a total pain i guess.

have fun ppl
__________________
Not admin anymore, plz send all admin related queries to Raaabo or Fatbeing.
Asfaq is offline  
Old 25-10-2007, 01:23 PM   #11 (permalink)
Wise Old Owl
 
harryneopotter's Avatar
 
Join Date: Feb 2007
Posts: 1,009
Default Re: Woohoo!!First one to post here!!!

great step taken ............ it was much awaited .
harryneopotter is offline  
Old 25-10-2007, 01:31 PM   #12 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: New section ??

thanks for moving my C Program thread asfaq bro
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 25-10-2007, 01:40 PM   #13 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: Woohoo!!First one to post here!!!

I got a doubt ... Why are all threads coming up as "All Queries Here", heh. Its a full blown section, hope people don't force others to post only under these kind of threads.
QwertyManiac is offline  
Old 25-10-2007, 01:48 PM   #14 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: New section ??

C puzzles Solve the given C Puzzle
Lesser known facts in C Lesser known facts in C
Some random Java query http://www.thinkdigit.com/forum/showthread.php?t=70834
Real power of C Advanced C Tutorial (UNIX). All about the real power of C, supplied step by step
TSR in C TSR(Terminate and Stay Resident in memory) in C. A small Tutorial

People can add more to this list and submit to Asfaq when it's >= 10
QwertyManiac is offline  
Old 25-10-2007, 01:55 PM   #15 (permalink)
Keyboard addict
 
Asfaq's Avatar
 
Join Date: Feb 2007
Location: Bombay, India
Posts: 85
Default Re: New section ??

ah! this will make a busy few days i guess... rather than pm'ing me, you can post all the thread URL's here and i'll move em to programming. That way, we wont flood the PM system too and other mods can chip in too.
__________________
Not admin anymore, plz send all admin related queries to Raaabo or Fatbeing.
Asfaq is offline  
Old 25-10-2007, 02:15 PM   #16 (permalink)
Wandering in time...
 
Ankur Gupta's Avatar
 
Join Date: Nov 2004
Location: Delhi,India
Posts: 1,293
Default Re: New section ??

Thanx a lot admins for having a dedicated section...
A lot(almost 90%) of members are college/school guys so its a real boon for them..
__________________
Integrate Yourself With The Latest Happenings.....
www.ankur-gupta.com/blog
Ankur Gupta is offline  
Old 25-10-2007, 04:35 PM   #17 (permalink)
Another Brick in the Wall
 
drgrudge's Avatar
 
Join Date: Jul 2004
Location: Dubai/Chennai
Posts: 3,027
Default Re: New section ??

Haha.. we have "Woohoo!!First one to post here!!!", "Post your [enter something here] queries here" already. Merging one thread posted in here.

Post threads that should be in that section. I'll (and other mods) will move them as and when we find time.


Thread Merged

Quote:
Originally Posted by Ankur Gupta
Thanx a lot admins for having a dedicated section...
Thank mehulved.
__________________
I Love Photography. I Love Aperture. I Love Mac.

Last edited by drgrudge; 25-10-2007 at 04:35 PM. Reason: Automerged Doublepost
drgrudge is offline  
Old 25-10-2007, 04:37 PM   #18 (permalink)
AJJU
 
azzu's Avatar
 
Join Date: Aug 2006
Location: hYdErAbAd
Posts: 2,427
Default Re: New Programming Section

so mine is the First post
__________________
I love and Live to Design
azzu is offline  
Old 25-10-2007, 04:48 PM   #19 (permalink)
Rubik's Uncle!!
 
Charan's Avatar
 
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,781
Default Re: New Programming Section

Greate Section .. I just Love it ..
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps @75GB FUP :)
Battlefield 3 Multiplayer Discussion | Battlefield 3 Low Latency Servers List
Charan is offline  
Old 25-10-2007, 06:35 PM   #20 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: New Programming Section

O noes mai code entared tha rongg sectaan

Thanks a ton Mehulved
QwertyManiac is offline  
Old 25-10-2007, 06:36 PM   #21 (permalink)
Rubik's Uncle!!
 
Charan's Avatar
 
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,781
Default Re: New Programming Section

why does this thread say nothing about the replies, views or the last posted date?

EDIT: How did this get into chit chat
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps @75GB FUP :)
Battlefield 3 Multiplayer Discussion | Battlefield 3 Low Latency Servers List

Last edited by Charan; 25-10-2007 at 06:41 PM.
Charan is offline  
Old 25-10-2007, 06:59 PM   #22 (permalink)
Wise Old Owl
 
a_k_s_h_a_y's Avatar
 
Join Date: May 2007
Location: bangalore
Posts: 1,921
Default Re: New Programming Section

i think this is asfaq's deepavali gift....
i don't think raaboo would have done this.... acts very busy...
__________________
Sony Ericsson Flashing, Modding, Patching, Hacking And More !
http://www.akshayy.com/sonyericsson/
a_k_s_h_a_y is online now  
Old 25-10-2007, 07:30 PM   #23 (permalink)
Another Brick in the Wall
 
drgrudge's Avatar
 
Join Date: Jul 2004
Location: Dubai/Chennai
Posts: 3,027
Default Re: New Programming Section

Quote:
Originally Posted by Charan
why does this thread say nothing about the replies, views or the last posted date?

EDIT: How did this get into chit chat
Because the dictator mod (yeah me; Raaabo-drgrudge are dictators) merged and moved the thread here.
__________________
I Love Photography. I Love Aperture. I Love Mac.
drgrudge is offline  
Old 26-10-2007, 11:46 AM   #24 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Arrow Re: New Programming Section

Unable to run graphics program in C..
Ditch Turbo C++ use Relo !
Javascript Codes
Tutorial: Learn All The Basics Of C++ Language
C++:Adding two numbers
__________________
||uLtiMaTE WinNER||

Last edited by Ron; 26-10-2007 at 11:53 AM.
Ron is offline  
Old 26-10-2007, 08:23 PM   #25 (permalink)
Pawned!... Beyond GODLIKE
 
fun2sh's Avatar
 
Join Date: May 2006
Location: World Of Warcraft -DOTA
Posts: 1,051
Default Re: New Programming Section

yeeeeeepeeeeeeeeeeeeeeeeeee!!!!!!!
i didnt took notice until now.
NOW MY FAV FORUM TURNED INTO FAV PROGRAMIN FORUM
__________________
If God has indeed created Himself in His own image, then I submit to you that God is a cockroach :mrgreen:!!!!!!!!
fun2sh is offline  
Old 26-10-2007, 08:57 PM   #26 (permalink)
[Next-Gen]
 
Hustlerr's Avatar
 
Join Date: Dec 2006
Location: New Delhi
Posts: 428
Question Re: New Programming Section

I need C program which can execute programs on P4,1 GB Ram, Intel 865g motherboard.

I tried some C programs but they sometimes execute and sometimes don't.



And i m getting problem in this Program

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int a,b,c;
float d;
printf("PROGRAM a*b/c");
printf("\nEnter value of a:");
scanf("%d",&a);
printf("Enter the value of b:");
scanf("%d",&b);
printf("Enter the value of c");
scanf("%d",&c);
d= a*b/c;
printf("The value of d is: %f",d);
getch();
}


but the error is cming Declaration is not allowed - highlighting int a,b,c
and float d;

Will any1 tell me whats wrong in it ?
__________________
i5 2500K | P8Z68-V Pro | G Skill 8 GB 1600 | MSI R6950 Power Edition | Seagate 1.5 TB | Dell ST2220L | Logitech MX518 n K200 | Cooler Master Elite 401 | Corsair TX 650 | Windows 7 x64 :wink::oops:
Hustlerr is offline  
Old 26-10-2007, 09:39 PM   #27 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: New Programming Section

clrscr() should come after declarations, in case you're using Turbo C/C++.
QwertyManiac is offline  
Old 26-10-2007, 09:57 PM   #28 (permalink)
die blizzard die! D3?
 
The_Devil_Himself's Avatar
 
Join Date: Aug 2007
Location: Event horizon
Posts: 2,361
Default Re: New Programming Section

^^yep.
put clrscr in the end of program before getch().
__________________
Stealing your women and horses since 1843.
The_Devil_Himself is offline  
Old 26-10-2007, 10:08 PM   #29 (permalink)
CG Artist
 
gaurav_indian's Avatar
 
Join Date: May 2006
Location: New Delhi,India
Posts: 1,462
Default Re: New Programming Section

Bhai hum graphics walon ke liye bhi dukaan lagao i mean separate forum introduce karo warna main na dobara request karunga aur kya.
gaurav_indian is offline  
Old 26-10-2007, 10:13 PM   #30 (permalink)
...
 
Join Date: Sep 2007
Posts: 3,795
Default Re: New Programming Section

itni dukane kholenge to pichli bar ki tarhe seal kar denge MCD wale.
SunnyChahal is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deathly Hallows Released : Post Comments (Don't post Spoilers) Quiz_Master Chit-Chat 142 31-07-2007 10:49 PM

 
Latest Threads
- by Who
- by Tenida
- by bhaskar
- by Charan
- by Deepaks

Advertisement




All times are GMT +5.5. The time now is 10:05 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2