• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 00:52
CEST 06:52
KST 13:52
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL19] Finals Recap: Standing Tall9HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy6
Community News
Flash Announces Hiatus From ASL54Weekly Cups (June 23-29): Reynor in world title form?12FEL Cracov 2025 (July 27) - $8000 live event16Esports World Cup 2025 - Final Player Roster16Weekly Cups (June 16-22): Clem strikes back1
StarCraft 2
General
The SCII GOAT: A statistical Evaluation The GOAT ranking of GOAT rankings Statistics for vetoed/disliked maps How does the number of casters affect your enjoyment of esports? Esports World Cup 2025 - Final Player Roster
Tourneys
Korean Starcraft League Week 77 Master Swan Open (Global Bronze-Master 2) RSL: Revival, a new crowdfunded tournament series [GSL 2025] Code S: Season 2 - Semi Finals & Finals $5,100+ SEL Season 2 Championship (SC: Evo)
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma Mutation # 477 Slow and Steady
Brood War
General
Player “Jedi” cheat on CSL Flash Announces Hiatus From ASL BGH Auto Balance -> http://bghmmr.eu/ Unit and Spell Similarities Help: rep cant save
Tourneys
[Megathread] Daily Proleagues [BSL20] Grand Finals - Sunday 20:00 CET Small VOD Thread 2.0 [BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile What do you want from future RTS games? Beyond All Reason
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Trading/Investing Thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread The Games Industry And ATVI
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread
Sports
Formula 1 Discussion 2024 - 2025 Football Thread NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Blogs
Culture Clash in Video Games…
TrAiDoS
from making sc maps to makin…
Husyelt
Blog #2
tankgirl
StarCraft improvement
iopq
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 658 users

The Big Programming Thread - Page 47

Forum Index > General Forum
Post a Reply
Prev 1 45 46 47 48 49 1031 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
TheBB
Profile Blog Joined July 2009
Switzerland5133 Posts
April 08 2011 21:37 GMT
#921
On April 09 2011 05:33 KaiserJohan wrote:
What about graphical resources, do I have to draw stuff like tiles and textures by hand in paint? O_O Is there any good tools available for all that stuff? I have a hard time drawing stick figures lol >_>

Kinda sounds like you're in over your head if you want to make something like BW. How about an easier project first?
http://aligulac.com || Barcraft Switzerland! || Zerg best race. || Stats-poster extraordinaire.
Frigo
Profile Joined August 2009
Hungary1023 Posts
April 08 2011 23:16 GMT
#922
Yes definitely, he should start with something simple to familiarize himself with related concepts, and build on it.
http://www.fimfiction.net/user/Treasure_Chest
kuresuti
Profile Blog Joined December 2009
1393 Posts
April 09 2011 10:18 GMT
#923
I'd recommend going with GLFW instead of SDL if you're going to fiddle with OpenGL. SDL is more powerful and more extensible, but GLFW is super simple to use and makes it easier to focus on learning OpenGL, especially if you've never used any of them before.

Check out Gamedev. The forums are filled with typical questions people in your situation might ask.
valaki
Profile Joined June 2009
Hungary2476 Posts
Last Edited: 2011-04-10 14:16:41
April 10 2011 14:15 GMT
#924
Hey all, PL/SQL question:

I got function with a weak refcursor parameter, and I want to fetch one row from it, then put it into a varchar2 variable. Is it possible somehow? You can assume it has multiple columns (but you don't know how many) like this:

First Name Last Name Gender
John_____ Smith____ Male__

and the desired result would be : JohnSmithMale or John Smith Male if you can separate the columns somehow, and this would be in the returning variable.
ggaemo fan
haduken
Profile Blog Joined April 2003
Australia8267 Posts
Last Edited: 2011-04-10 15:36:37
April 10 2011 15:34 GMT
#925
SELECT FirstName + ' ' + LastName As Name INTO returnValue FROM yourTable;

This would be done in a store procedure. Forgot exact syntax.

Edit: Ops, didn't read that its PL, I don't know if its significantly different but surely something so simple can be done.
Rillanon.au
holdthephone
Profile Blog Joined August 2010
United States523 Posts
Last Edited: 2011-04-11 19:01:00
April 11 2011 17:23 GMT
#926
is it possible to knock out 10 upper level programming courses in 2 semesters? im willing to throw my life away here, just wondering if it's still possible even then.

-- perhaps it isn't so bad now that i look at it..
Craton
Profile Blog Joined December 2009
United States17246 Posts
Last Edited: 2011-04-11 19:18:49
April 11 2011 19:18 GMT
#927
It just depends on the kind of coursework you get. Many of the languages overlap in concepts in syntax, but I would think you'd run into pre-req requirements trying to do 10 in 2 sems.
twitch.tv/cratonz
RoyalCheese
Profile Joined May 2010
Czech Republic745 Posts
April 11 2011 19:21 GMT
#928
It surely is possible, but seems like a waste of time. Many languages are very similar. I would recommend you to learn common language like java and then learn maybe something like python or ruby and if you are really into programming, try lisp or haskell (!!!!!!!) or scala. Once you go functional you won't like to go back
Kennigit: "Chill was once able to retire really young, but decided to donate his entire salary TO SUPPORT ESPORTS"
tofucake
Profile Blog Joined October 2009
Hyrule19030 Posts
April 11 2011 21:55 GMT
#929
On April 12 2011 02:23 holdthephone wrote:
is it possible to knock out 10 upper level programming courses in 2 semesters? im willing to throw my life away here, just wondering if it's still possible even then.

-- perhaps it isn't so bad now that i look at it..

I would seriously advise against it. Upper level courses tend to be very time intensive. For instance, my Systems Architecture class's final was "write a 32 bit pipelined MIPS processor in VHDL". VHDL was not taught in the class. The whole thing took about 60 hours. So with 10 classes you could be talking 600 hours (that's 25 days) for the final projects, in addition to whatever else needs to be done (homework, attending classes, learning VHDL because your professor didn't teach it, etc).
Liquipediaasante sana squash banana
dogmeatstew
Profile Joined April 2010
Canada574 Posts
Last Edited: 2011-04-11 22:28:16
April 11 2011 22:27 GMT
#930
On April 12 2011 06:55 tofucake wrote:
Show nested quote +
On April 12 2011 02:23 holdthephone wrote:
is it possible to knock out 10 upper level programming courses in 2 semesters? im willing to throw my life away here, just wondering if it's still possible even then.

-- perhaps it isn't so bad now that i look at it..

I would seriously advise against it. Upper level courses tend to be very time intensive. For instance, my Systems Architecture class's final was "write a 32 bit pipelined MIPS processor in VHDL". VHDL was not taught in the class. The whole thing took about 60 hours. So with 10 classes you could be talking 600 hours (that's 25 days) for the final projects, in addition to whatever else needs to be done (homework, attending classes, learning VHDL because your professor didn't teach it, etc).

To be honest this is pretty close to what I had last semester with my software engineering degree, and pretty close to what I'm going to have again starting in the fall. I get off a little easy cause some of my Comp Engg, rather than comp sci, classes didn't have projects that required the same time investment, more of an understanding and difficulty of the problem projects than throw your life at it assignments.

That being said my life was pretty busy, for the last month or so of classes I spend about 18h a day doing homework/going to labs/learning on my own and ended up with an average of 4h of sleep a day for that month. Once I was in the grove you sort of get into the swing of waking up, going to the U, sitting in a computer lab for 10h, going home, working on the same thing on your home desktop, spend a couple hours doing something not school related to keep yourself sane, sleep, repeat. It was brutal but it was possible. The last week of class when all my projects were due I actually spent nights in the CS building just fixing bugs...

its possible but don't if you can avoid it, I couldn't simply because I took what my program dictated I needed to.

Edit: I'll also note my girlfriend really wasn't happy about this whole setup
Skaff
Profile Joined February 2010
United States240 Posts
April 11 2011 22:43 GMT
#931
Like the previous two post mentioned, I would advice against it if you can avoid it. 10 upper level programming courses in itself is pretty vague but I can almost guarantee a few of those courses will be very project heavy. The project heavy courses will sap tons of time and will immediately make a course feel like it's double the amount of hours you are getting credit for.

I'm personally finishing up my CS undergrad in a few weeks and my final semester was relatively calm. I think I ended up writing more than I actually coded.
holdthephone
Profile Blog Joined August 2010
United States523 Posts
Last Edited: 2011-04-11 23:33:29
April 11 2011 23:31 GMT
#932
i kind of screwed up my plan this year, so i'm unfortunately going to have to take all those if i want to graduate on time. people at my school say the assembler course is the worst among them...

thanks for the advice guys, looks like this is my punishment =[
EvanED
Profile Joined October 2009
United States111 Posts
April 12 2011 01:37 GMT
#933
On April 12 2011 04:21 RoyalCheese wrote:
It surely is possible, but seems like a waste of time. Many languages are very similar. I would recommend you to learn common language like java and then learn maybe something like python or ruby and if you are really into programming, try lisp or haskell (!!!!!!!) or scala. Once you go functional you won't like to go back

I'm guessing it's unlikely that he means "take 10 'how to program in xxx' classes", but "take 10 classes with a heavy programming component." E.g. compilers or operating systems.

Can you say any more about what exactly you have in mind?
holdthephone
Profile Blog Joined August 2010
United States523 Posts
Last Edited: 2011-04-12 02:09:44
April 12 2011 02:07 GMT
#934
here goes:

CSCI 360 - Computer Programming in Assembler Language [4 cred.] the monster course
+ Show Spoiler +
In-depth study of assembler language programming on a third-generation computer, including internal and external subroutines, conditional assembly, and the macro language. Students required to write a number of substantial programs. Extensive laboratory work.


CSCI 463 - Computer Systems Organization (Prerequisite: 360) [4 cred.]
+ Show Spoiler +
Organization and use of computer systems. Basic concepts and examples from microcomputers and networks, peripheral components, data communications, and the relationship between hardware components and the operating system. Extensive laboratory work.


CSCI 467 - Introduction to Software Engineering [4 cred.]
+ Show Spoiler +
Phases of the systems development life cycle and the tools used by the analyst in planning, specifying, and implementing a complex computer-based system. Related topics include documentation standards, interaction with users, and design of interfaces. Assignments include at least one major group project.


CSCI 480 - Principles of Operating Systems (Prerequisite: 463)[4 cred.]
+ Show Spoiler +
Principles and practices of modern operating system design. Includes file systems organization; memory management; multitasking; windowing interfaces; interprocess communication, including communications across a network; and client-server models of processing. Extensive laboratory work.


300+ level elective
400+ level elective

+ a 300 level class to complete my language minor

the courses available look very bland, i'll probably take a web development and something else...



wait...this isn't 10 courses. i'm going off my school's catalog which seems to disagree with my advisor . And the 360 and 463 prerequisites bounce off each other which is screwing me over....guess ill read a book and ask to be permitted?

time for another appointment.
Order
Profile Blog Joined December 2008
Lithuania231 Posts
April 12 2011 10:05 GMT
#935
Hello there, fellow programmers and other fine chaps.

I wanted to ask you, where do applications save data? I mean if we'll take a small size WinForm application I want to write to get some grasp on C#, where does it save the data? Into an xml file? or does in encode it into something else? I mean, xml might be great, but it's readible if you open the file, so..?

Thanks in advance.
Common Sense - so rare that it's a super power
MisterD
Profile Blog Joined June 2010
Germany1338 Posts
April 12 2011 10:15 GMT
#936
usually you chose your own save locations, however, depending on how embracing the framework is, it might just use some standard location - this would be documented in the frameworks manual, that's where you'd have to read.
Gold isn't everything in life... you need wood, too!
stafu
Profile Blog Joined January 2009
Australia1196 Posts
April 12 2011 10:39 GMT
#937
Can't believe there's barely any editor talk or polls in here (though maybe that's a good thing :p). What do you guys like to use?

I'm teaching myself vim at the moment after generally using TextMate. Getting frustrated at having to use different editors depending on whether I'm on my laptop, home PC or uni/work PCs, so vim seemed like the best choice. I also use some VS 2010, but I'm really loving my vim setup so I'd like to try do most of my coding in that ;o

Also another thing I've been meaning to ask in here, does anyone have any experience emigrating from Australia (where our CS degrees are 3 years long and structured differently) to the US or Europe and getting work? or know what I'd need to do? i.e. would I likely need to do an honours year? or would it not be too difficult as long as I'm good at what I do?
MisterD
Profile Blog Joined June 2010
Germany1338 Posts
April 12 2011 10:43 GMT
#938
On April 12 2011 19:39 stafu wrote:
Can't believe there's barely any editor talk or polls in here (though maybe that's a good thing :p). What do you guys like to use?

I'm teaching myself vim at the moment after generally using TextMate. Getting frustrated at having to use different editors depending on whether I'm on my laptop, home PC or uni/work PCs, so vim seemed like the best choice. I also use some VS 2010, but I'm really loving my vim setup so I'd like to try do most of my coding in that ;o

Also another thing I've been meaning to ask in here, does anyone have any experience emigrating from Australia (where our CS degrees are 3 years long and structured differently) to the US or Europe and getting work? or know what I'd need to do? i.e. would I likely need to do an honours year? or would it not be too difficult as long as I'm good at what I do?

eclipse + notepad++ :p

for Europe, you'll have to apply to different universities and they'll give you individual honors courses, depending on what they deem necessary for you to meet their educational standards.
Gold isn't everything in life... you need wood, too!
chaokel
Profile Blog Joined October 2010
Australia535 Posts
April 12 2011 11:06 GMT
#939
Hi wondering if anyone can help me with an error i'm getting in my c code for an uni assignment.

Error: Unresolved external 'input()' referenced from L:\ICT102\ASSIGNMENTQUESTIO
N2A.OBJ
Error: Unresolved external 'calculate()' referenced from L:\ICT102\ASSIGNMENTQUE
STION2A.OBJ

I believe its got something to do with using call to references to return data from these modules but i cant figure out what its telling me is wrong.
Kambing
Profile Joined May 2010
United States1176 Posts
April 12 2011 11:26 GMT
#940
On April 12 2011 20:06 chaokel wrote:
Hi wondering if anyone can help me with an error i'm getting in my c code for an uni assignment.

Error: Unresolved external 'input()' referenced from L:\ICT102\ASSIGNMENTQUESTIO
N2A.OBJ
Error: Unresolved external 'calculate()' referenced from L:\ICT102\ASSIGNMENTQUE
STION2A.OBJ

I believe its got something to do with using call to references to return data from these modules but i cant figure out what its telling me is wrong.


I assume input() and calculate() are functions that you wrote? If so, it sounds like that you reference them in assignmentquestion2a.c via forward declarations (e.g., from a .h file) but then don't include the .c files that provide their implementation. That fix in that case is to compile the .c files that contain the definitions of input() and calculate() at the same time you compile assignmentquestion2a.c.

Alternatively, if input() and calculate() are being provided to you as a library, you haven't included those libraries in your compilation step.
Prev 1 45 46 47 48 49 1031 Next
Please log in or register to reply.
Live Events Refresh
Korean StarCraft League
03:00
Week 77
EnkiAlexander 94
HKG_Chickenman84
davetesta68
IntoTheiNu 52
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 232
PiLiPiLi 15
Dota 2
monkeys_forever743
NeuroSwarm125
febbydoto20
LuMiX1
League of Legends
JimRising 840
Heroes of the Storm
Khaldor72
Other Games
summit1g9661
WinterStarcraft615
Livibee114
Organizations
Other Games
BasetradeTV55
StarCraft: Brood War
UltimateBattle 28
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• Berry_CruncH304
• Hupsaiya 75
• LaughNgamezSOOP
• AfreecaTV YouTube
• sooper7s
• intothetv
• Migwel
• Kozan
• IndyKCrew
StarCraft: Brood War
• Diggity5
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
League of Legends
• Lourlo1348
• masondota2466
• Stunt392
Upcoming Events
CranKy Ducklings
5h 8m
RSL Revival
5h 8m
ByuN vs Cham
herO vs Reynor
FEL
11h 8m
RSL Revival
1d 5h
Clem vs Classic
SHIN vs Cure
FEL
1d 7h
BSL: ProLeague
1d 13h
Dewalt vs Bonyth
Replay Cast
2 days
Sparkling Tuna Cup
3 days
The PondCast
4 days
Replay Cast
4 days
[ Show More ]
RSL Revival
5 days
Replay Cast
5 days
RSL Revival
6 days
Liquipedia Results

Completed

BSL 2v2 Season 3
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL Season 20
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Championship of Russia 2025
RSL Revival: Season 1
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025

Upcoming

2025 ACS Season 2: Qualifier
CSLPRO Last Chance 2025
2025 ACS Season 2
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
FEL Cracov 2025
Esports World Cup 2025
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.