facebook Twitter RSS Feed YouTube StumbleUpon

Home | Forum | Chat | Tours | Articles | Pictures | News | Tools | History | Tourism | Search

 
 


Go Back   BanglaCricket Forum > Miscellaneous > Support

Support Help & Support

Reply
 
Thread Tools Display Modes
  #1  
Old September 6, 2010, 09:42 PM
Zeeshan's Avatar
Zeeshan Zeeshan is offline
Cricket Savant
 
Join Date: March 9, 2008
Location: Ω
Posts: 35,906
Default Computer Programming Help & Discussion

Let's discuss anything related to computer programming here. I am trying to relearn C++ and finally settled on Code Blocks.

I used this link:

http://www.cprogramming.com/code_blocks/

I followed everything step-by-step. But my main.cpp file seems to be 'broken' and when I click on it I get the message "Coudln't open main.cpp. The file does not exist."

What could go wrong? I can neither run nor build a program. Any help would be appreciated.

Mods can move this thread to FC if you think it'd server better cause.
__________________
Atman

Official Website |Amazon | Twitter/X | YouTube|Cricket Articles
Reply With Quote
  #2  
Old September 6, 2010, 09:45 PM
Zeeshan's Avatar
Zeeshan Zeeshan is offline
Cricket Savant
 
Join Date: March 9, 2008
Location: Ω
Posts: 35,906

When I build any file it gives me a pop saying 'Can't create output directory bin\Debug\
__________________
Atman

Official Website |Amazon | Twitter/X | YouTube|Cricket Articles
Reply With Quote
  #3  
Old September 6, 2010, 10:08 PM
Zeeshan's Avatar
Zeeshan Zeeshan is offline
Cricket Savant
 
Join Date: March 9, 2008
Location: Ω
Posts: 35,906

Thanks friends. It has been resolved. For some weird reason the main file was in entirely different directory.

Hi-Five!
__________________
Atman

Official Website |Amazon | Twitter/X | YouTube|Cricket Articles
Reply With Quote
  #4  
Old January 27, 2011, 01:12 PM
Zeeshan's Avatar
Zeeshan Zeeshan is offline
Cricket Savant
 
Join Date: March 9, 2008
Location: Ω
Posts: 35,906

Anyone worked with Lyx (a WSIWYG of LaTeX)?
__________________
Atman

Official Website |Amazon | Twitter/X | YouTube|Cricket Articles
Reply With Quote
  #5  
Old July 27, 2011, 05:53 PM
Zeeshan's Avatar
Zeeshan Zeeshan is offline
Cricket Savant
 
Join Date: March 9, 2008
Location: Ω
Posts: 35,906

Need a CS mentor. Anyone interested to be my guru?
__________________
Atman

Official Website |Amazon | Twitter/X | YouTube|Cricket Articles
Reply With Quote
  #6  
Old August 6, 2011, 05:24 AM
Rifat's Avatar
Rifat Rifat is offline
Cricket Sage
 
Join Date: March 30, 2007
Location: Connecticut
Favorite Player: Abu Jayed Rahi
Posts: 15,523

Quote:
Originally Posted by ZeeshanM
Need a CS mentor. Anyone interested to be my guru?
I would be more than glad to assist.
Reply With Quote
  #7  
Old August 5, 2011, 03:19 PM
Nadim's Avatar
Nadim Nadim is offline
Moderator
 
Join Date: September 16, 2008
Location: Guantanamo
Favorite Player: Innocent Bird
Posts: 48,721

Kigo dada, ekla ekla kar sathe kotha bolen?:p

Posted via BC Mobile Edition (Android)
Reply With Quote
  #8  
Old August 5, 2011, 10:29 PM
bujhee kom's Avatar
bujhee kom bujhee kom is offline
Cricket Savant
 
Join Date: June 27, 2007
Location: Dhaka Mental Hospital
Favorite Player: Jahanara Alam, Zuccarello
Posts: 25,243

Heheheheh..e to bhai pura pagol...nijey nijey kotha boltese...heheheh!
__________________
God bless Ingrid Newkirk, Dianne Feinstein, Hillary Clinton, Kamala Harris, Kirsten Gillibrand, Elizabeth Warren & Mitch Landrieu!
twitter.com/bujheekom
Reply With Quote
  #9  
Old February 17, 2012, 11:13 AM
Tigers_eye's Avatar
Tigers_eye Tigers_eye is offline
Cricket Savant
 
Join Date: June 30, 2005
Location: Little Rock
Favorite Player: Viv Richards, Steve Waugh
Posts: 32,798

Quote:
Originally Posted by bujhee kom
Heheheheh..e to bhai pura pagol...nijey nijey kotha boltese...heheheh!
"Pot meet kettle case" hoiye galo na?
__________________
The Weak can never forgive. Forgiveness is an attribute of the Strong." - Gandhi.
Reply With Quote
  #10  
Old August 6, 2011, 05:25 AM
Rifat's Avatar
Rifat Rifat is offline
Cricket Sage
 
Join Date: March 30, 2007
Location: Connecticut
Favorite Player: Abu Jayed Rahi
Posts: 15,523

Gopal,

This is the best site to learn programming languages from:

http://www.w3schools.com/
Reply With Quote
  #11  
Old August 6, 2011, 07:00 AM
ehsan2012 ehsan2012 is offline
Street Cricketer
 
Join Date: August 2, 2011
Posts: 10

I've worked with LyX. And LaTeX, too. And Python and C. But no C++.
Reply With Quote
  #12  
Old August 6, 2011, 12:23 PM
Rifat's Avatar
Rifat Rifat is offline
Cricket Sage
 
Join Date: March 30, 2007
Location: Connecticut
Favorite Player: Abu Jayed Rahi
Posts: 15,523

Quote:
Originally Posted by ehsan2012
I've worked with LyX. And LaTeX, too. And Python and C. But no C++.
welcome to BC ehsan.

C++ is not that syntactically different from C. C++ library has more functionality than C...and that's pretty much it. also some of the functions are written slightly bit differently.
Reply With Quote
  #13  
Old January 24, 2012, 10:15 PM
TigerEz TigerEz is offline
Banned
 
Join Date: August 31, 2011
Location: HELL
Favorite Player: Indians
Posts: 2,190

can you guys help with my headphones? i plug them in but they dont work and its new headphones
Reply With Quote
  #14  
Old January 25, 2012, 03:54 AM
Severus Severus is offline
Club Cricketer
 
Join Date: June 10, 2011
Posts: 170

I need the vba code for picking the value from a certain cell in excel ... any help ?
__________________
LBW = Lungi Before Wicket
Reply With Quote
  #15  
Old February 10, 2012, 10:41 PM
PaperTiger PaperTiger is offline
Club Cricketer
 
Join Date: February 10, 2006
Location: Australia
Posts: 180

Quote:
Originally Posted by Severus
I need the vba code for picking the value from a certain cell in excel ... any help ?
Dim strVal As String
strVal = Range("D5").Value
MsgBox (strVal)
Reply With Quote
  #16  
Old January 1, 2013, 08:43 AM
Maysun's Avatar
Maysun Maysun is offline
MLC World Series I
 
Join Date: April 11, 2011
Posts: 5,909

Interested in learning Python. Any recommendations on where to start or any books I should specifically refer to?
Reply With Quote
  #17  
Old January 1, 2013, 10:53 AM
One World One World is offline
Cricket Sage
 
Join Date: May 18, 2005
Location: New England
Favorite Player: Mominul Haque
Posts: 24,706

I used Python recently to simulate a testing program for DOEL.
I mainly googled it.
__________________
À vaincre sans péril, on triomphe sans gloire.
Reply With Quote
  #18  
Old January 1, 2013, 11:08 AM
Maysun's Avatar
Maysun Maysun is offline
MLC World Series I
 
Join Date: April 11, 2011
Posts: 5,909

Google it is then
Reply With Quote
  #19  
Old January 1, 2013, 04:10 PM
reverse_swing's Avatar
reverse_swing reverse_swing is offline
Chief Moderator
 
Join Date: August 22, 2003
Favorite Player: Shakib Al Hasan
Posts: 5,942

Quote:
Originally Posted by maysun
Google it is then
If you are looking for books then I recommend the following:

Python Scripting for Computational Science by Hans Petter Langtangen and Mark Lutz's Learning Python.

Both are easy to read and you can learn yourself.If you have OOP experience then it would not take time to learn the basics. I used Python mostly for Silicon validation. Nowadays, many semiconductor companies have Python based Post-Silicon validation platform.
__________________

Reply With Quote
  #20  
Old January 2, 2013, 11:49 AM
Maysun's Avatar
Maysun Maysun is offline
MLC World Series I
 
Join Date: April 11, 2011
Posts: 5,909

Thanks bhaiya, will definitely look into it. And yes, I have OOP experience.
Reply With Quote
  #21  
Old January 12, 2013, 03:22 PM
RezaA RezaA is offline
Banned
 
Join Date: December 23, 2012
Posts: 100

can anyone provide me with the download of Java program compiler internet link for students? Thanks in advance.
Reply With Quote
  #22  
Old January 13, 2013, 01:51 AM
Maysun's Avatar
Maysun Maysun is offline
MLC World Series I
 
Join Date: April 11, 2011
Posts: 5,909

Quote:
Originally Posted by Sir Humayun
can anyone provide me with the download of Java program compiler internet link for students? Thanks in advance.
http://www.oracle.com/technetwork/ja...ads/index.html
Hope that helps!
Reply With Quote
  #23  
Old January 13, 2013, 01:58 AM
Zunaid Zunaid is offline
Administrator
 
Join Date: January 22, 2004
Posts: 22,100

Quote:
Originally Posted by Sir Humayun
can anyone provide me with the download of Java program compiler internet link for students? Thanks in advance.
Eclipse is pretty much the de facto open standard IDE for Java development. It is a multi-language and multi-platform package. I would strongly recommend you use eclipse. Not only will this will need your immediate need for coding, running, and debugging Java program but it will serve you in good stead if you wish to pursue software development in the future.
Reply With Quote
  #24  
Old January 13, 2013, 10:47 AM
RezaA RezaA is offline
Banned
 
Join Date: December 23, 2012
Posts: 100

Quote:
Originally Posted by Zunaid
Eclipse is pretty much the de facto open standard IDE for Java development. It is a multi-language and multi-platform package. I would strongly recommend you use eclipse. Not only will this will need your immediate need for coding, running, and debugging Java program but it will serve you in good stead if you wish to pursue software development in the future.

thank you very much Zunaid da...
Reply With Quote
  #25  
Old March 6, 2013, 09:54 PM
One World One World is offline
Cricket Sage
 
Join Date: May 18, 2005
Location: New England
Favorite Player: Mominul Haque
Posts: 24,706

Thread pattern defaulting and mod acceptance restriction before
a new thread gets opened may help reduce the job of admins.
__________________
À vaincre sans péril, on triomphe sans gloire.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 On



All times are GMT -5. The time now is 07:06 PM.



Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
BanglaCricket.com
 

About Us | Contact Us | Privacy Policy | Partner Sites | Useful Links | Banners |

© BanglaCricket