• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 14:41
CEST 20:41
KST 03:41
  • 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
[ASL22] Ro24 Preview: Siren's Call8[ASL22] Ro24 Preview: Summer's End9Serral wins HomeStory Cup 2915Serral wins Maestros of the Game 244ByuL, and the Limitations of Standard Play3
Community News
New 3v3 BGH Ladder (and more) on ShieldBattery!33Weekly Cups (August 17-23): Zerg dominate the week6Weekly Cups (August 10-16): SHIN doubles2GSTL Returns in 2026!45Weekly Cups (Aug 3-9): Protoss get shut out7
StarCraft 2
General
SC4ALL II: SC2 Player Announcement 6/8 - Maru How would you feel about frequent/monthly balance patches for SC2? Weekly Cups (August 17-23): Zerg dominate the week Daily SC2 Player Grid - feedback wanted Balance hotfix patch 5.0.16b (July 16)
Tourneys
Sparkling Tuna Cup - Weekly Open Tournament 2026 GSTL Announcement IntoTheTV X SOOP SC2 League : Weekly & Monthly PIG STY FESTIVAL 8.0! (13 - 23 August) WORTEX 2026 - Hungarian SC2 Finals Budapest
Strategy
[G] Having the right mentality to improve
Custom Maps
Nexus Wars 2021 GUIDE [M] (2) Industrial Park
External Content
The PondCast: SC2 News & Results Mutation # 540 Dodge This Mutation # 539 Thunder Dome Mutation # 538 Media Blackout
Brood War
General
BW General Discussion ASL22 General Discussion [Personal Project Share] Terran Defense v0.60 BGH Auto Balance -> http://bghmmr.eu/ New 3v3 BGH Ladder (and more) on ShieldBattery!
Tourneys
[Megathread] Daily Proleagues [ASL22] Ro24 Group F BSL LAN Party - Kraków 29-30 August - OPEN SIGNUPS Escore Tournament - Season 3
Strategy
Replay Review Process - What do you do? Game Theory for Starcraft Odyssey Mineral Stack Saturation Fighting Spirit mining rates
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread General RTS Discussion Thread Anyone here play Quakeworld back in the day? EVE Corporation
Dota 2
Browser Invoker Combo Trainer & Speedrun Simulator Official 'what is Dota anymore' discussion
League of Legends
[TL LoL EUW IHs] Teemo shall perish TSM pausing esports and CLG Dead
Heroes of the Storm
Heroes of the Storm 2.0
Hearthstone
Deck construction bug
TL Mafia
TL Mafia Power Rank TL Mafia Community Thread NeO.D_StephenKing vs This Guy From 1 Million Dance
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread European Politico-economics QA Mega-thread The Letting Off Steam Thread
Fan Clubs
MarineLorD Fan Club The Creator Fan Club The ShoWTimE Fan Club
Media & Entertainment
Movie Discussion! Anime Discussion Thread
Sports
Football (Soccer) Thread TeamLiquid Health and Fitness Initiative For 2023 MLB/Baseball 2023 NBA General Discussion
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Northern Ireland Global Starcraft
Blogs
Regacy Esports: The Bh…
regacyesports
Violent Games and Crime Rate…
TrAiDoS
LOCKPICKING NOOB
LUCKY_NOOB
Cathedral Of CS And NY pizza a…
FuDDx
Please support my new stand…
Peanutsc
Customize Sidebar...

Website Feedback

Closed Threads



Active: 6975 users

The Big Programming Thread - Page 295

Forum Index > General Forum
Post a Reply
Prev 1 293 294 295 296 297 1032 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.
cydial
Profile Blog Joined September 2010
United States750 Posts
May 07 2013 02:58 GMT
#5881
I'm doing basic computer science atm and I'm wondering how people actually get a program to be executed through double clicking it.

Atm all I do is type it into a command prompt, first to compile, a second time to run.
Roe
Profile Blog Joined June 2010
Canada6002 Posts
May 07 2013 03:19 GMT
#5882
On May 07 2013 11:58 cydial wrote:
I'm doing basic computer science atm and I'm wondering how people actually get a program to be executed through double clicking it.

Atm all I do is type it into a command prompt, first to compile, a second time to run.

what language is the program written in?
waxypants
Profile Blog Joined September 2009
United States479 Posts
May 07 2013 03:25 GMT
#5883
On May 07 2013 12:19 Roe wrote:
Show nested quote +
On May 07 2013 11:58 cydial wrote:
I'm doing basic computer science atm and I'm wondering how people actually get a program to be executed through double clicking it.

Atm all I do is type it into a command prompt, first to compile, a second time to run.

what language is the program written in?


What is your environment (mainly talking just about OS here).
obesechicken13
Profile Blog Joined July 2008
United States10467 Posts
Last Edited: 2013-05-07 03:52:19
May 07 2013 03:51 GMT
#5884
On May 07 2013 12:25 waxypants wrote:
Show nested quote +
On May 07 2013 12:19 Roe wrote:
On May 07 2013 11:58 cydial wrote:
I'm doing basic computer science atm and I'm wondering how people actually get a program to be executed through double clicking it.

Atm all I do is type it into a command prompt, first to compile, a second time to run.

what language is the program written in?


What is your environment (mainly talking just about OS here).

If it's windows then you can only run .exe's(starcraft) (and other files with default opening methods set up(.docx files)) or .bat(windows batch) files natively.

You can probably set up shell scripts(or any other language) to run with double click I think using cygwin but that's more complex. Also .bat files are looked down upon because they're hard to work with. You could have one .bat file that both compiles and runs the compiled file.
I think in our modern age technology has evolved to become more addictive. The things that don't give us pleasure aren't used as much. Work was never meant to be fun, but doing it makes us happier in the long run.
cydial
Profile Blog Joined September 2010
United States750 Posts
May 07 2013 04:04 GMT
#5885
On May 07 2013 12:19 Roe wrote:
Show nested quote +
On May 07 2013 11:58 cydial wrote:
I'm doing basic computer science atm and I'm wondering how people actually get a program to be executed through double clicking it.

Atm all I do is type it into a command prompt, first to compile, a second time to run.

what language is the program written in?


I'd like to do it in python (linux) or c++ / c (windows).
JeanLuc
Profile Joined September 2010
Canada377 Posts
Last Edited: 2013-05-07 04:41:05
May 07 2013 04:30 GMT
#5886
On May 07 2013 13:04 cydial wrote:
Show nested quote +
On May 07 2013 12:19 Roe wrote:
On May 07 2013 11:58 cydial wrote:
I'm doing basic computer science atm and I'm wondering how people actually get a program to be executed through double clicking it.

Atm all I do is type it into a command prompt, first to compile, a second time to run.

what language is the program written in?


I'd like to do it in python (linux) or c++ / c (windows).


In windows you just double click the exe file and it should run. Create a shortcut for the .exe file or whatever and give it a different picture other than the default. You might need to put in some code that will wait for the user to press a keystroke before exiting (in your console io application)
(when you are compiling C program in windows an .exe file will get created. just look for that)
If you can't find it within yourself to stand up and tell the truth-- you don't deserve to wear that uniform
enigmaticcam
Profile Blog Joined October 2010
United States280 Posts
Last Edited: 2013-05-07 06:14:09
May 07 2013 06:10 GMT
#5887
On May 07 2013 09:20 Craton wrote:
How does one go about writing a select statement (PL/SQL) that will accomplish the following:

Assume a "lookup" table with a pair of fields "match" and "replace" that have values like: À, A; È, E (such that you have pairs of "accented" characters in the match and "normal" characters in the replace).

Assume you have another table with n number of records, any of which have one or more characters matching this pattern. The end translation should go something like ÀNYWHÈRÈ -> ANYWHERE.

For a single value, I can use a CONNECT BY LEVEL to split each character into a separate field, join to the lookup table, and then use a MODEL construct to perform the replacement and concatenation of each character (ordering maintained), taking only the final "built" value. However, I can't make it work when I have multiple values (i.e. from a table), since I can't just connect it by level.

I feel there might also be a way to skip the CONNECT BY step altogether, but I can't make it happen.

Thoughts?

I've only had experience with Microsoft T-SQL, and my solution there would be to build a cursor, loop through the multiple values, and process them one at a time. Not sure what would be the PL/SQL equivalent. Instead of processing them one by one, you could even group them together by string length and process all the values that are the same length all at once.
Arnstein
Profile Blog Joined May 2010
Norway3381 Posts
May 07 2013 12:06 GMT
#5888
Shouldn't unsigned int a = -10 give 0? Is there a way to make a number that will only go as low as 0, so if you got a = 5-10 -> 0?
rsol in response to the dragoon voice being heard in SCII: dragoon ai reaches new lows: wanders into wrong game
DertoQq
Profile Joined October 2010
France906 Posts
May 07 2013 12:18 GMT
#5889
no, -10 is probably represented by something like that in binary (on 8 bits) : 10001010. The bit on the left represent the negative value. But if you tell the computer it is an unsigned int, the bit on the left will be interpreted as a 'real' number, so : 138

If you want to do that, you can create your own class
"i've made some empty promises in my life, but hands down that was the most generous" - Michael Scott
Arnstein
Profile Blog Joined May 2010
Norway3381 Posts
May 07 2013 12:31 GMT
#5890
Isn't there an easier way to declare a variable that can't get less than zero?
rsol in response to the dragoon voice being heard in SCII: dragoon ai reaches new lows: wanders into wrong game
netherh
Profile Blog Joined November 2011
United Kingdom333 Posts
May 07 2013 12:47 GMT
#5891
On May 07 2013 21:31 Arnstein wrote:
Isn't there an easier way to declare a variable that can't get less than zero?


I suggest using an int, and just checking to make sure it doesn't go below zero where necessary.

int i = ...;

i = std::max(i, 0);
Tobberoth
Profile Joined August 2010
Sweden6375 Posts
Last Edited: 2013-05-07 12:48:31
May 07 2013 12:48 GMT
#5892
On May 07 2013 21:31 Arnstein wrote:
Isn't there an easier way to declare a variable that can't get less than zero?

In object oriented languages, you would probably implement it as a property.

Something like: (C#)

private int _notbelowzero;

public int NotBelowZero
{
get { return _notbelowzero; }
set {
if (value < 0)
_notbelowzero = 0;
else
_notbelowzero = value;
}
}
Kambing
Profile Joined May 2010
United States1176 Posts
May 07 2013 13:21 GMT
#5893
On May 07 2013 21:48 Tobberoth wrote:
Show nested quote +
On May 07 2013 21:31 Arnstein wrote:
Isn't there an easier way to declare a variable that can't get less than zero?

In object oriented languages, you would probably implement it as a property.

Something like: (C#)

private int _notbelowzero;

public int NotBelowZero
{
get { return _notbelowzero; }
set {
if (value < 0)
_notbelowzero = 0;
else
_notbelowzero = value;
}
}


In a standard OO language (Java, C++) this is the only way to do it. Unsigned in the context of C and C++ is insufficient because it only tells the compiler how to interpret the underlying memory rather than enforce any kind of property about that value. Refinement types allow you to do exactly that (in general, specify an arbitrary predicate over a type) but are not in any mainstream languages. For example, in an extension of F#, the property you want would be ascribed to a variable as follows:


x : int { x > 0 }
cydial
Profile Blog Joined September 2010
United States750 Posts
May 07 2013 16:24 GMT
#5894
On May 07 2013 13:30 JeanLuc wrote:
Show nested quote +
On May 07 2013 13:04 cydial wrote:
On May 07 2013 12:19 Roe wrote:
On May 07 2013 11:58 cydial wrote:
I'm doing basic computer science atm and I'm wondering how people actually get a program to be executed through double clicking it.

Atm all I do is type it into a command prompt, first to compile, a second time to run.

what language is the program written in?


I'd like to do it in python (linux) or c++ / c (windows).


In windows you just double click the exe file and it should run. Create a shortcut for the .exe file or whatever and give it a different picture other than the default. You might need to put in some code that will wait for the user to press a keystroke before exiting (in your console io application)
(when you are compiling C program in windows an .exe file will get created. just look for that)


How would I do it in python?
Rannasha
Profile Blog Joined August 2010
Netherlands2398 Posts
Last Edited: 2013-05-07 16:32:12
May 07 2013 16:31 GMT
#5895
On May 08 2013 01:24 cydial wrote:
Show nested quote +
On May 07 2013 13:30 JeanLuc wrote:
On May 07 2013 13:04 cydial wrote:
On May 07 2013 12:19 Roe wrote:
On May 07 2013 11:58 cydial wrote:
I'm doing basic computer science atm and I'm wondering how people actually get a program to be executed through double clicking it.

Atm all I do is type it into a command prompt, first to compile, a second time to run.

what language is the program written in?


I'd like to do it in python (linux) or c++ / c (windows).


In windows you just double click the exe file and it should run. Create a shortcut for the .exe file or whatever and give it a different picture other than the default. You might need to put in some code that will wait for the user to press a keystroke before exiting (in your console io application)
(when you are compiling C program in windows an .exe file will get created. just look for that)


How would I do it in python?


Create a new shortcut (typically with the menu opened by rightclicking on the desktop) and in the shortcut options, enter "python /path/to/file/nameofyourfile.py".

Basically call the 'python' program with the path to your python-file as argument and make a shortcut out of it.
Such flammable little insects!
Perscienter
Profile Joined June 2010
957 Posts
May 07 2013 18:03 GMT
#5896
That would still require Python to be installed on the end-user-system. You are probably looking for this:

http://cx-freeze.sourceforge.net/
cydial
Profile Blog Joined September 2010
United States750 Posts
May 07 2013 18:36 GMT
#5897
On May 08 2013 01:31 Rannasha wrote:
Show nested quote +
On May 08 2013 01:24 cydial wrote:
On May 07 2013 13:30 JeanLuc wrote:
On May 07 2013 13:04 cydial wrote:
On May 07 2013 12:19 Roe wrote:
On May 07 2013 11:58 cydial wrote:
I'm doing basic computer science atm and I'm wondering how people actually get a program to be executed through double clicking it.

Atm all I do is type it into a command prompt, first to compile, a second time to run.

what language is the program written in?


I'd like to do it in python (linux) or c++ / c (windows).


In windows you just double click the exe file and it should run. Create a shortcut for the .exe file or whatever and give it a different picture other than the default. You might need to put in some code that will wait for the user to press a keystroke before exiting (in your console io application)
(when you are compiling C program in windows an .exe file will get created. just look for that)


How would I do it in python?


Create a new shortcut (typically with the menu opened by rightclicking on the desktop) and in the shortcut options, enter "python /path/to/file/nameofyourfile.py".

Basically call the 'python' program with the path to your python-file as argument and make a shortcut out of it.


Ahh kk hadn't thought of that.
tec27
Profile Blog Joined June 2004
United States3706 Posts
May 07 2013 20:24 GMT
#5898
On May 07 2013 21:18 DertoQq wrote:
no, -10 is probably represented by something like that in binary (on 8 bits) : 10001010. The bit on the left represent the negative value. But if you tell the computer it is an unsigned int, the bit on the left will be interpreted as a 'real' number, so : 138

If you want to do that, you can create your own class

You have the right idea, but that's not actually how negative numbers are represented, generally.

See: http://en.wikipedia.org/wiki/Two's_complement

What the actual value will be therefore depends on the size of the int. For 8 bits, the representation of -10 would be: 11110110 (or 246 unsigned).
Can you jam with the console cowboys in cyberspace?
DertoQq
Profile Joined October 2010
France906 Posts
May 07 2013 20:40 GMT
#5899
On May 08 2013 05:24 tec27 wrote:
Show nested quote +
On May 07 2013 21:18 DertoQq wrote:
no, -10 is probably represented by something like that in binary (on 8 bits) : 10001010. The bit on the left represent the negative value. But if you tell the computer it is an unsigned int, the bit on the left will be interpreted as a 'real' number, so : 138

If you want to do that, you can create your own class

You have the right idea, but that's not actually how negative numbers are represented, generally.

See: http://en.wikipedia.org/wiki/Two's_complement

What the actual value will be therefore depends on the size of the int. For 8 bits, the representation of -10 would be: 11110110 (or 246 unsigned).


I know, I just though the "sign" method would be easier to explain (and understand) than the two's complement one.
"i've made some empty promises in my life, but hands down that was the most generous" - Michael Scott
Abductedonut
Profile Blog Joined December 2010
United States324 Posts
Last Edited: 2013-05-07 22:31:30
May 07 2013 22:30 GMT
#5900
Hey guys - this isn't really a "programming/technical" question but it's about hiring and it has bothered me for some time now.

I've been looking for software engineering internships/jobs as I'm almost out of school and I'm royally confused about some of the job requirements these employers have.

Most if not all job requirements that I look at for non-huge tech companies often want expertise in a certain language, including internships. Are these requirements bullshit/just there for show?

Companies like Microsoft, Amazon, Google, etc etc generally don't list specific language requirements. They'll say experience with C/C++/Java or other object oriented languages which to me, says they want someone who knows both theoretical software engineering as well some practical application of it. I ran into an undergraduate internship positions who wanted Erlang as a language requirement. This is how I figure: if you know how to program in general then you basically know every language (excluding different paradigms, bear with me here). To truly claim to know and understand a language then you must know the dark corners of it, and that takes YEARS of programming experience. Do these companies honestly expect me to have spent years learning Erland - a language I and most people haven't heard of? If they don't, then why the hell even bothering listing it as a requirement? If I know one language I can find my way around it.

The same issues pops up with the J2SE and J2EE. I know Java - isn't that enough? I understand J2EE is more for enterprise software but having theoretical experience in distributed systems would be more important than knowing the J2EE dialect of the language, right? Why bother listing it as a requirement?

And another thing - why bother listing language requirements at all? They're pointless. Software Engineering is not about programming, it's about the engineering behind the design of software. That's the job I'm applying for, C# just happens to be the tool I use to implement my design. I'm just so lost.
Prev 1 293 294 295 296 297 1032 Next
Please log in or register to reply.
Live Events Refresh
PSISTORM Gaming Misc
16:05
FSL s11 code S FINALs
Freeedom36
Liquipedia
BSL 2025: Kraków LAN Pa…
15:30
LAN Day 2
ZZZero.O249
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
BRAT_OK 113
MindelVK 25
StarCraft: Brood War
Britney 29557
Calm 4892
Shuttle 2461
Mini 336
ZZZero.O 239
Dewaltoss 105
HiyA 55
Last 53
Hyun 52
Mong 47
[ Show more ]
hero 27
Shine 24
Hm[arnc] 15
Dota 2
qojqva4092
420jenkins514
Counter-Strike
fl0m4656
minikerr68
Super Smash Bros
Mew2King110
Heroes of the Storm
Liquid`Hasu523
Khaldor245
Other Games
gofns20528
Grubby2523
Liquid`RaSZi2261
FrodaN962
Beastyqt842
Mlord387
Organizations
Other Games
EGCTV900
BasetradeTV48
StarCraft: Brood War
Kim Chul Min (afreeca) 13
[ Show 12 non-featured ]
StarCraft 2
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• Migwel
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• WagamamaTV734
League of Legends
• Nemesis2951
Other Games
• imaqtpie1362
• Shiphtur298
Upcoming Events
Sparkling Tuna Cup
15h 19m
Afreeca Starleague
15h 19m
Monday Night Weeklies
21h 19m
GSL
1d 16h
PiGosaur Cup
2 days
Kung Fu Cup
2 days
Replay Cast
3 days
The PondCast
3 days
IntoTheTV X SOOP
4 days
CranKy Ducklings
5 days
[ Show More ]
Sparkling Tuna Cup
6 days
OSC
6 days
Liquipedia Results

Completed

Proleague 2026-08-27
PiG Sty Festival 8.0
Light Tournament 2026

Ongoing

KCM Race Survival 2026 Season 3
K-JUNGMAN
ASL Season 22
Super Anchor Qualifying S3
CSL Season 22: Qualifier 2
BSL 2026 LAN: Kraków
RSL Revival: Season 6
Big Dog Cup 2026 Div 1
BLAST Open Fall 2026
Esports World Cup 2026
Esports World Cup 2026: LCQ
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 2026
IEM Cologne Major 2026

Upcoming

CSL 2026 AUTUMN (S22)
Escore Tournament S3: King of Kings
Acropolis #5
Acropolis #5 - TRS
Blizzard Classic Cup 2026
Acropolis #5 - GSA
Acropolis #5 - GSB
HSC XXX
SC4ALL II: StarCraft II
Kung Fu Cup 2026 Grand Finals
RSL Offline Finals
Calamity Invitational
BLAST Rivals Fall 2026
IEM Beijing 2026
Stake Ranked Episode 5
PGL Masters Bucharest 2026
1win Private Club #2
Thunderpick World Champ. '26
ESL Pro League Season 24
Stake Ranked Episode 4
1win Private Club #1
Logitech G Play Connect 2026
SL StarSeries Fall 2026
FISSURE Playground #3
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 © 2026 TLnet. All Rights Reserved.