• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 03:50
CEST 09:50
KST 16:50
  • 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
Stellar Fest TWO the Moon (Dec 16-20)8Weekly Cups (August 24-30): Patches' balance mod takes over2New 3v3 BGH Ladder (and more) on ShieldBattery!40Weekly Cups (August 17-23): Zerg dominate the week6Weekly Cups (August 10-16): SHIN doubles3
StarCraft 2
General
Nexon wins bid to develop StarCraft IP content, distribute Overwatch mobile game SC4ALL II: SC2 Player Announcement 6/8 - Maru Weekly Cups (August 10-16): SHIN doubles Weekly Cups (August 24-30): Patches' balance mod takes over How would you feel about frequent/monthly balance patches for SC2?
Tourneys
Stellar Fest TWO the Moon (Dec 16-20) 2026 GSTL Announcement PIG STY FESTIVAL 8.0! (13 - 23 August) Sparkling Tuna Cup - Weekly Open Tournament IntoTheTV X SOOP SC2 League : Weekly & Monthly
Strategy
[G] Having the right mentality to improve
Custom Maps
Nexus Wars 2021 GUIDE [M] (2) Industrial Park
External Content
Mutation # 541 Binary Choice The PondCast: SC2 News & Results Mutation # 540 Dodge This Mutation # 539 Thunder Dome
Brood War
General
New 3v3 BGH Ladder (and more) on ShieldBattery! Which box art did your first copy of StarCraft 1 have? ASL22 General Discussion [Personal Project Share] Terran Defense v0.60 BW General Discussion
Tourneys
BSL LAN Party - Kraków 29-30 August - OPEN SIGNUPS [ASL22] Ro24 Group F [Megathread] Daily Proleagues Small VOD Thread 2.0
Strategy
Replay Review Process - What do you do? Game Theory for Starcraft Odyssey Mineral Stack Saturation Fighting Spirit mining rates
Other Games
General Games
Stratus: Battle for the sky now on steam Early acc General RTS Discussion Thread Nintendo Switch Thread Stormgate/Frost Giant Megathread Anyone here play Quakeworld back in the day?
Dota 2
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
Russo-Ukrainian War Thread US Politics Mega-thread Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread European Politico-economics QA Mega-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: 5095 users

The Big Programming Thread - Page 178

Forum Index > General Forum
Post a Reply
Prev 1 176 177 178 179 180 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.
adwodon
Profile Blog Joined September 2010
United Kingdom592 Posts
Last Edited: 2012-10-17 21:31:58
October 17 2012 21:28 GMT
#3541
On October 18 2012 06:11 Kambing wrote:
Show nested quote +
On October 18 2012 00:36 Snuggles wrote:
For some reason my school decided to switch languages for my intro CS course, so instead of learning C++ we're starting out with Python. Then later on in the second semester of the intro course we get into C++ and Java. Any idea why they would do that? I would think that just jumping into C++ and Java would seem more beneficial. My father's friend is a software Architect of some sort and when I told him that I wanted to get into the technical side of things, I should devote time to learning Java @_@.

I really wish that I settled down and decided to go with CS as my minor right from the get go because writing up a program to solve stats or any homework that has to deal with math would've made life so much easier...


Python is far more friendly to new programmers than Java and C++. Among other things, you can emphasize good programming fundamentals in a simpler language like Python without having to also get bogged down in too many unnecessary details like with Java and C++.


Just to reiterate the same point.

You can learn to apply things easier with python, I'm doing a Berkeley AI course at the moment in Python. The language is beautifully simple and so you can focus on the concepts you are learning as opposed to the quirks of the language as you probably would with C/C++/Java if that's what you started out on.

One important thing to know is that a good programmer doesn't just know one language. Nor is the first language you learn likely to be the one you stick with. What you're feeling is the drive to 'jump the gun'. You've got plenty of years to learn / master Java. Best start with something easier to deal with first. Besides you can't really decide you want to do something seriously technical when you're just starting out, 2-3 years into your course you may decide that you really dislike working with Java and prefer Python for whatever reason, getting advice from people in industry is great, but you'll soon know that one problem with experienced programmers is they're often very opinionated. I've had people tell me C++ is the greatest thing since sliced bread and Java is utter garbage, that Java just makes life easier, that Python is the greatest thing since sliced bread, that people have never been as productive since C# was introduced etc etc
Take advice with a grain of salt, and form your own opinions, just try to be a bit more balanced than some people, almost all languages, especially the commonly used ones are fantastic and serve their purpose well.

Generally I think a good CS course should teach you lots of languages and the differences between them, rather than focusing on one, it allows you to assess what language suits the problem at hand but also will prepare you better for the future when languages will obviously change.
white_horse
Profile Joined July 2010
1019 Posts
Last Edited: 2012-10-17 21:43:47
October 17 2012 21:33 GMT
#3542
I finally got the program working. to everyone that helped me with my program, thanks^^ I wish I could buy you dinner or something. The program works but its slow (takes a minute to get all primes between 4 and 1 million) so I'm working on that. I have something else thats weird.

+ Show Spoiler +


if (a%2 == 0)
{
cout << "The number input was not prime number" << endl;
}
else if (a%2 != 0)
{
bool prime = true;
for (int i = 2; i <= sqrt(a); i++)
{
if (a%i == 0)
{
prime = false;
cout << "The number input was not prime number" << endl;
}
}

if (prime == true)
{
cout << "The number input was a prime number" << endl;
}
}



"a" is the inputted number and the code checks to see if the number is a prime or not. It works except that when you put in something like 81 for a, it outputs "The number input was not prime number" twice. Can you help me figure out why its doing that?
Translator
fabiano
Profile Blog Joined August 2009
Brazil4644 Posts
October 17 2012 21:43 GMT
#3543
Try adding a break after the "The number input was not prime number" to exit the loop asap.


(...)
cout << "The number input was not prime number" << endl;
break;
(...)


Not sure if it is really the problem though.
"When the geyser died, a probe came out" - SirJolt
white_horse
Profile Joined July 2010
1019 Posts
October 17 2012 21:45 GMT
#3544
On October 18 2012 06:43 fabiano wrote:
Try adding a break after the "The number input was not prime number" to exit the loop asap.


(...)
cout << "The number input was not prime number" << endl;
break;
(...)


Not sure if it is really the problem though.


I thought of that but our class has this dumb policy where breaks and continues are not allowed -_-
Translator
DeltaX
Profile Joined August 2011
United States287 Posts
October 17 2012 21:50 GMT
#3545
On October 18 2012 06:33 white_horse wrote:
I finally got the program working. to everyone that helped me with my program, I wish I could buy you dinner or something, thanks. The program works but its slow (takes a minute to get all primes between 4 and 1 million) so I'm working on that. I have something else thats weird.

+ Show Spoiler +


if (a%2 == 0)
{
cout << "The number input was not prime number" << endl;
}
else if (a%2 != 0)
{
bool prime = true;
for (int i = 2; i <= sqrt(a); i++)
{
if (a%i == 0)
{
prime = false;
cout << "The number input was not prime number" << endl;
}
}

if (prime == true)
{
cout << "The number input was a prime number" << endl;
}
}



"a" is the inputted number and the code checks to see if the number is a prime or not. It works except that when you put in something like 81 for a, it outputs "The number input was not prime number" twice. Can you help me figure out why its doing that?


It will output that multiple times because your loop keeps running after you know that the number is not prime. the condition for the if statement is true for i = 3 and i = 9. Once you know that the number is not prime, then you can stop the loop and keep going. The best way to do this depends on the context of the code and where it is in your program.
Kambing
Profile Joined May 2010
United States1176 Posts
October 17 2012 21:53 GMT
#3546
On October 18 2012 06:45 white_horse wrote:
Show nested quote +
On October 18 2012 06:43 fabiano wrote:
Try adding a break after the "The number input was not prime number" to exit the loop asap.


(...)
cout << "The number input was not prime number" << endl;
break;
(...)


Not sure if it is really the problem though.


I thought of that but our class has this dumb policy where breaks and continues are not allowed -_-


With good reason. Breaks and continues can disrupt local code reasoning. In particular, you should think about the exit condition for your loop and how it relates to when you get into the if-statement. How should it change to reflect the fact that you entered into that if-statement?
fabiano
Profile Blog Joined August 2009
Brazil4644 Posts
October 17 2012 21:53 GMT
#3547
Well then, time to be a little dirty:

(...)
cout << "The number input was not prime number" << endl;
i = a;
(...)

Certainly looks the wrong way to code, but should have the same effect :p
"When the geyser died, a probe came out" - SirJolt
DeltaX
Profile Joined August 2011
United States287 Posts
Last Edited: 2012-10-17 21:56:42
October 17 2012 21:55 GMT
#3548
On October 18 2012 06:45 white_horse wrote:
Show nested quote +
On October 18 2012 06:43 fabiano wrote:
Try adding a break after the "The number input was not prime number" to exit the loop asap.


(...)
cout << "The number input was not prime number" << endl;
break;
(...)


Not sure if it is really the problem though.


I thought of that but our class has this dumb policy where breaks and continues are not allowed -_-


You could also try


(...)
cout << "The number input was not prime number" << endl;
i = a;
(...)


This would end the loop right away.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2012-10-18 01:07:05
October 17 2012 21:58 GMT
#3549
Well uh, honestly the first if statement is unnecessary since you do the check again in the for loop.

And you should bring the cout statements outside the loop too, that way you can separate the printing to console from the prime verification.

Should also add in the two suggestions above me for more efficiency.**

There's a lot of warning signs going off in my head from that code though.


@below, his input guarantees a to be between 4 and 1,000,000, so it's okay.
There is no one like you in the universe.
tofucake
Profile Blog Joined October 2009
Hyrule19251 Posts
Last Edited: 2012-10-17 22:00:27
October 17 2012 21:59 GMT
#3550
uhhh...white_horse...

2 is prime

and fails the first check

also, by definition, anything mod 2 is either 0 or 1, so you don't need to elseif, just else
Liquipediaasante sana squash banana
Thadorus
Profile Joined June 2010
Canada136 Posts
October 17 2012 22:44 GMT
#3551
anyone know what would cause vim to freeze? Just started using it and i was editing a program and it suddenly wouldn't let me do anything in insert mode and after a while (5 mins) it crashed and said priWrite failed: Broken pipe;.

I wasn't doing anything important but kinda scares me that it crash like that and now im wondering if its normally that unreliable?
berated-
Profile Blog Joined February 2007
United States1134 Posts
October 18 2012 00:57 GMT
#3552
On October 18 2012 07:44 Thadorus wrote:
anyone know what would cause vim to freeze? Just started using it and i was editing a program and it suddenly wouldn't let me do anything in insert mode and after a while (5 mins) it crashed and said priWrite failed: Broken pipe;.

I wasn't doing anything important but kinda scares me that it crash like that and now im wondering if its normally that unreliable?


Sounds more like you were using vim with a ssh session, and the ssh session failed not the vim edit. You're not using vim locally, are you?
Kambing
Profile Joined May 2010
United States1176 Posts
October 18 2012 01:04 GMT
#3553
On October 18 2012 06:53 fabiano wrote:
Well then, time to be a little dirty:

(...)
cout << "The number input was not prime number" << endl;
i = a;
(...)

Certainly looks the wrong way to code, but should have the same effect :p


While that works, that's not optimal because the condition for breaking the loop is not explicit by inspection in the loop guard. You have a variable prime that is false only when you have proven that the number is not a prime. You should be using that instead.
Cambium
Profile Blog Joined June 2004
United States16368 Posts
October 18 2012 01:09 GMT
#3554
On October 18 2012 06:33 white_horse wrote:
I finally got the program working. to everyone that helped me with my program, thanks^^ I wish I could buy you dinner or something. The program works but its slow (takes a minute to get all primes between 4 and 1 million) so I'm working on that. I have something else thats weird.

+ Show Spoiler +


if (a%2 == 0)
{
cout << "The number input was not prime number" << endl;
}
else if (a%2 != 0)
{
bool prime = true;
for (int i = 2; i <= sqrt(a); i++)
{
if (a%i == 0)
{
prime = false;
cout << "The number input was not prime number" << endl;
}
}

if (prime == true)
{
cout << "The number input was a prime number" << endl;
}
}



"a" is the inputted number and the code checks to see if the number is a prime or not. It works except that when you put in something like 81 for a, it outputs "The number input was not prime number" twice. Can you help me figure out why its doing that?


here's one reason why it's slow:

let's loop through this starting at 3 (2 is a prime...), and let's say a is 1 million

i = 3
temp = sqrt(1M)
3 < temp?

i = 4
temp = sqrt(1M)
4 < temp?

i = 5
temp = sqrt(1M)
5 < temp?

i = 6
temp = sqrt(1M)
6 < temp?

i = 7
temp = sqrt(1M)
7 < temp?
...


Do you notice that there is a step that is completely unnecessary?
When you want something, all the universe conspires in helping you to achieve it.
tofucake
Profile Blog Joined October 2009
Hyrule19251 Posts
October 18 2012 01:52 GMT
#3555
On October 18 2012 06:45 white_horse wrote:
Show nested quote +
On October 18 2012 06:43 fabiano wrote:
Try adding a break after the "The number input was not prime number" to exit the loop asap.


(...)
cout << "The number input was not prime number" << endl;
break;
(...)


Not sure if it is really the problem though.


I thought of that but our class has this dumb policy where breaks and continues are not allowed -_-

set i = a then
Liquipediaasante sana squash banana
GreEny K
Profile Joined February 2008
Germany7312 Posts
October 18 2012 02:12 GMT
#3556
Ok guys, I'm a new CS major and even though I've been on TL for a while I never really looked in this thread. I was just pondering something my professor said the other day and it doesn't click in my head.

He said that using a while loop, you can pick a number and then add up all of the numbers up to that number on the run, so to speak. I don't understand how you can do that.

Can someone write out the code to explain this?
Why would you ever choose failure, when success is an option.
Craton
Profile Blog Joined December 2009
United States17303 Posts
Last Edited: 2012-10-18 02:48:55
October 18 2012 02:29 GMT
#3557
I don't know what you're asking, exactly? It sounds more like the logic you'd do in a for next than something you'd want in a while loop. Naturally you could accomplish the same thing with any loop type, but you generally use what makes the most sense for the problem (i.e. for next over while). I'm assuming you mean something else, though.

int count;
someVal = 10;

for (int i = 1; i <= someVal; i++)
{
count += i;
}

Console.WriteLine(count.ToString());

int count;
int someVal = 10;
int curVal = 1;

while (curVal <= someVal)
{
count += curVal;
curVal ++;
}

Console.WriteLine(count.ToString());
twitch.tv/cratonz
GreEny K
Profile Joined February 2008
Germany7312 Posts
October 18 2012 02:46 GMT
#3558
On October 18 2012 11:29 Craton wrote:
I don't know what you're asking, exactly? It sounds more like the logic you'd do in a for next than something you'd want in a while loop. Naturally you could accomplish the same thing with any loop type, but you generally use what makes the most sense for the problem (i.e. for next over while). I'm assuming you mean something else, though.

int count;
someVal = 10;

for (int i = 1; i <= someVal; i++)
{
count += i;
}

int count;
int someVal = 10;
int curVal = 1;

while (curVal <= someVal)
{
count += curVal;
curVal ++;
}


Sorry, I'll try to explain it better. User inputs a number (a positive number), let's say 5. Then the program adds all of the numbers up to what the user input (1+2+3+4+5) and then the total is displayed. He said we would be doing something like this in lab next week, and I don't want to show up unprepared but I don't really understand how you can make them add together. We haven't covered for loops yet, so he said we would be using do while loops for validation (in case a user inputs a negative number) and while loops for the actual process.
Why would you ever choose failure, when success is an option.
Craton
Profile Blog Joined December 2009
United States17303 Posts
Last Edited: 2012-10-18 02:56:03
October 18 2012 02:48 GMT
#3559
Well I already showed you how to add them in both examples.

The only thing about validation in a while loop that makes sense is if you have some kind of exit condition that involves entering a negative number (and if not it shows you the sum then loops back around asking for a new number). I'll exclude validating that you enter an integer, since you are still at the very basics.

This is C#. Other languages will vary slightly.


int inputNum;

Console.Write("Enter a number: ");
inputNum = Convert.ToInt32(Console.ReadLine());

while (inputNum > 0)
{
//put summation logic here

Console.Write("Enter a number: ");
inputNum = Convert.ToInt32(Console.ReadLine());
}

There are many other, and probably better, ways of doing this kind of validation (and with less redundancy).

twitch.tv/cratonz
GreEny K
Profile Joined February 2008
Germany7312 Posts
October 18 2012 02:53 GMT
#3560
On October 18 2012 11:48 Craton wrote:
Well I already showed you how to add them in both examples.

The only thing about validation in a while loop that makes sense is if you have some kind of exit condition that involves entering a negative number (and if not it shows you the sum then loops back around asking for a new number).


Ok, I figured you covered it pretty well but just wanted to make sure. Thanks man! I'll be visiting this thread more often to try and get good lol.

Thanks again
Why would you ever choose failure, when success is an option.
Prev 1 176 177 178 179 180 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 3h 11m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
ProTech132
EnDerr 10
StarCraft: Brood War
Hyuk 682
Shinee 129
910 93
NaDa 21
NotJumperer 17
League of Legends
JimRising 638
Other Games
summit1g5160
ceh9618
XaKoH 384
Happy258
Livibee136
Pyrionflax97
[ Show 14 non-featured ]
StarCraft 2
• Berry_CruncH380
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• Migwel
StarCraft: Brood War
• Light_VIP 8
• iopq 4
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Rush1128
• Lourlo1055
• Jankos147
Upcoming Events
Kung Fu Cup
3h 11m
RotterdaM Event
8h 26m
Replay Cast
16h 11m
The PondCast
1d 2h
IntoTheTV X SOOP
2 days
CranKy Ducklings
3 days
Sparkling Tuna Cup
4 days
OSC
4 days
Shopify Rebellion Sundays
4 days
Mixu vs TBD
Spirit vs TBD
Clem vs TBD
Afreeca Starleague
5 days
Soma vs Shuttle
BeSt vs Rush
[ Show More ]
WardiTV Weekly
5 days
Afreeca Starleague
6 days
Leta vs ggaemo
Jaedong vs Queen
GSL
6 days
PiGosaur Cup
6 days
Liquipedia Results

Completed

KCM Special KOR vs CHN
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 2026 AUTUMN (S22)
RSL Revival: Season 6
Calamity Invitational
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

Acropolis #5
Acropolis #5 - TRS
Escore Tournament S3: King of Kings
Blizzard Classic Cup 2026
Acropolis #5 - GSA
Acropolis #5 - GSB
Acropolis #5 - GSC
HSC XXX
SC4ALL II: StarCraft II
Kung Fu Cup 2026 Grand Finals
RSL Offline Finals
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.