• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 21:48
CEST 03:48
KST 10:48
  • 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
[ASL21] Ro24 Preview Pt2: News Flash10[ASL21] Ro24 Preview Pt1: New Chaos0Team Liquid Map Contest #22 - Presented by Monster Energy18ByuL: The Forgotten Master of ZvT30Behind the Blue - Team Liquid History Book20
Community News
Weekly Cups (March 23-29): herO takes triple6Aligulac acquired by REPLAYMAN.com/Stego Research8Weekly Cups (March 16-22): herO doubles, Cure surprises3Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool51Weekly Cups (March 9-15): herO, Clem, ByuN win4
StarCraft 2
General
Team Liquid Map Contest #22 - Presented by Monster Energy Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool What mix of new & old maps do you want in the next ladder pool? (SC2) Aligulac acquired by REPLAYMAN.com/Stego Research Weekly Cups (March 23-29): herO takes triple
Tourneys
RSL Season 4 announced for March-April Sparkling Tuna Cup - Weekly Open Tournament StarCraft Evolution League (SC Evo Biweekly) WardiTV Mondays World University TeamLeague (500$+) | Signups Open
Strategy
Custom Maps
[M] (2) Frigid Storage Publishing has been re-enabled! [Feb 24th 2026]
External Content
The PondCast: SC2 News & Results Mutation # 520 Moving Fees Mutation # 519 Inner Power Mutation # 518 Radiation Zone
Brood War
General
BSL 22 Map Contest — Submissions OPEN to March 10 so ive been playing broodwar for a week straight. Klaucher discontinued / in-game color settings BGH Auto Balance -> http://bghmmr.eu/ Pros React To: JaeDong vs Queen
Tourneys
[Megathread] Daily Proleagues [ASL21] Ro24 Group E [ASL21] Ro24 Group F Azhi's Colosseum - Foreign KCM
Strategy
What's the deal with APM & what's its true value Fighting Spirit mining rates Simple Questions, Simple Answers
Other Games
General Games
Stormgate/Frost Giant Megathread Starcraft Tabletop Miniature Game Nintendo Switch Thread General RTS Discussion Thread Darkest Dungeon
Dota 2
The Story of Wings Gaming Official 'what is Dota anymore' discussion
League of Legends
G2 just beat GenG in First stand
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Mafia Game Mode Feedback/Ideas TL Mafia Community Thread Five o'clock TL Mafia
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread The Chess Thread NASA and the Private Sector Things Aren’t Peaceful in Palestine
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Req][Books] Good Fantasy/SciFi books [Manga] One Piece Movie Discussion!
Sports
2024 - 2026 Football Thread Formula 1 Discussion Cricket [SPORT] Tokyo Olympics 2021 Thread General nutrition recommendations
World Cup 2022
Tech Support
[G] How to Block Livestream Ads
TL Community
The Automated Ban List
Blogs
Broowar part 2
qwaykee
China Uses Video Games to Sh…
TrAiDoS
Funny Nicknames
LUCKY_NOOB
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
ASL S21 English Commentary…
namkraft
Electronics
mantequilla
Customize Sidebar...

Website Feedback

Closed Threads



Active: 9911 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
Hyrule19200 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
Hyrule19200 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 States17281 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 States17281 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 8h 12m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft405
RuFF_SC2 145
Ketroc 63
PattyMac 18
ProTech8
StarCraft: Brood War
GuemChi 5519
Artosis 689
ggaemo 83
Bale 37
NaDa 18
Dota 2
monkeys_forever635
canceldota132
NeuroSwarm11
Counter-Strike
tarik_tv4971
Heroes of the Storm
Khaldor154
Other Games
summit1g18385
JimRising 527
ViBE92
Organizations
Other Games
gamesdonequick1106
BasetradeTV131
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• Hupsaiya 133
• davetesta18
• IndyKCrew
• sooper7s
• AfreecaTV YouTube
• Migwel
• intothetv
• LaughNgamezSOOP
• Kozan
StarCraft: Brood War
• Azhi_Dahaki8
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• WagamamaTV284
League of Legends
• Doublelift3586
Other Games
• Scarra659
• Shiphtur118
Upcoming Events
Afreeca Starleague
8h 12m
Wardi Open
8h 12m
Replay Cast
22h 12m
Sparkling Tuna Cup
1d 8h
Kung Fu Cup
2 days
The PondCast
3 days
Replay Cast
3 days
Replay Cast
4 days
CranKy Ducklings
5 days
BSL
5 days
[ Show More ]
Replay Cast
5 days
Sparkling Tuna Cup
6 days
BSL
6 days
Replay Cast
6 days
Liquipedia Results

Completed

CSL Elite League 2026
RSL Revival: Season 4
NationLESS Cup

Ongoing

BSL Season 22
ASL Season 21
CSL Season 20: Qualifier 2
CSL 2026 SPRING (S20)
StarCraft2 Community Team League 2026 Spring
Nations Cup 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026

Upcoming

Escore Tournament S2: W2
IPSL Spring 2026
Escore Tournament S2: W3
Acropolis #4
BSL 22 Non-Korean Championship
CSLAN 4
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
RSL Revival: Season 5
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
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.