Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Whered you get your programming smarts
Closed Thread
Old 08-01-2009, 01:41 PM   #11 (permalink)
swibit's Avatar
 
True Techie

Join Date: Jun 2009

Location: Europe

Posts: 103

swibit is on a distinguished road

Talking Re: Whered you get your programming smarts

Quote:
Originally Posted by kmote View Post
Well that's what we can help you with. Do you know what you would like to write? If not I can give you a task to complete.
I wouldn't mind for someone to give me a programming task to complete. Preferably in C++
I can do VERY basic things in it..
__________________
This is my signature. Happy?
swibit is offline  
Old 08-01-2009, 05:14 PM   #12 (permalink)
 

Join Date: Jul 2005

Location: England

Posts: 2,161

kmote has a spectacular aura aboutkmote has a spectacular aura about

Default Re: Whered you get your programming smarts

Quote:
Originally Posted by swibit View Post
I wouldn't mind for someone to give me a programming task to complete. Preferably in C++
I can do VERY basic things in it..
Pick whatever language you feel would be best for the task.

I have a plain text file with a list of names and numbers like this:
Code:
Dave       435987345023
    Alan        385912359823
         Moris    01189998819991197253
Judy         39482305
I want the names to be printed on the screen in alphabetical order with the correct number against them. Whitespace is ignored and the amount of whitespace is undefined.
__________________
MSI P43 Neo|Enermax Pro82+ 425W|E5200|silent 8500GT|250GB Samsung spinpoint F1|Samsung SATA DVD RW|4GB Corsair|Antec SOLO|openSUSE11


There are in order of increasing severity: lies, darn lies, statistics, and computer benchmarks. - diskinfo man page
kmote is offline  
Old 08-02-2009, 07:33 PM   #13 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,413

office politics will become famous soon enough

Default Re: Whered you get your programming smarts

crosslinking to a thread with programming problems to solve. skills required vary from beginner to advanced

programming problems for you solve
office politics is offline  
Old 08-04-2009, 03:34 PM   #14 (permalink)
swibit's Avatar
 
True Techie

Join Date: Jun 2009

Location: Europe

Posts: 103

swibit is on a distinguished road

Default Re: Whered you get your programming smarts

Well I took the advice of a friend and have decided to go for an easier language such as python.
Anyone good at it?
Give me some good tips on python?
__________________
This is my signature. Happy?
swibit is offline  
Old 08-07-2009, 10:55 PM   #15 (permalink)
 
Newb Techie

Join Date: Aug 2009

Location: Nova Scotia, Canada

Posts: 9

Mhurkrothe is on a distinguished road

Default Re: Whered you get your programming smarts

I started my programming learning with a couple video game creators (Blitz3D and DARKBasic Pro) and since then have been trying frantically to find another programming language that let's you make 3d meshes manually (without needing to import anything other than textures) for example in DARKBasic you would type this line of code to create one triangle for a mesh:

Create Surface (surf)

Create Vertex (V1,0,0,0)
Create Vertex (V2,1,0,0)
Create Vertex (V3,0,0,1)

Create Triangle (surf,V1,V2,V3)

If anyone could point me to another language that can do that too (not necessarily as easily but at least able to make custom meshes without needing an external program (3DStudio or the like))

I should also note that I will not buy a book on a specific language until I know 100% that I can do everything I need to create a 3D RPG in the one single language alone.

I've looked at the tutorials (MSDN library) for C++, C, C#, J#, BASIC, as well as Javascript and Python
Mhurkrothe is offline  
 
Closed Thread

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
Benefits of Programming in Ruby Osiris Programming Discussions 2 07-07-2009 08:56 AM
Adobe gives Flash a programming boost Mak213 News & Polls 0 06-02-2009 12:22 AM
Future of Programming? (2 Q's) Veilside350z Programming Discussions 8 04-07-2009 11:53 AM
The Falcon Programming Language: a brief tutorial Saxon Programming Discussions 2 02-27-2009 03:43 AM
Web Programming Languages bheron Programming Discussions 4 09-12-2008 07:33 PM