• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 01:09
CEST 07:09
KST 14:09
  • 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
TL.net Map Contest #22 - Voting & Ladder Map Selection1Code S Season 2 (2026) - RO8 Preview4[ASL21] Finals Preview: Two Legacies21Code S Season 2 (2026) - RO12 Preview2herO wins GSL Code S Season 1 (2026)7
Community News
StarCraft II 5.0.16 PTR Patch Notes may 26th107Weekly Cups (May 18-25): MaxPax wins doubles0Crank Gathers Season 4: BW vs SC2 Team League4Weekly Cups (May 11-17): Classic wins double1Code S Season 1 (2026) - RO8 Results2
StarCraft 2
General
StarCraft II 5.0.16 PTR Patch Notes may 26th The death of cheese, from a professional cheeser. Changing from 12 to 8 is just asking for StarCraft TL Poll: How do you feel about the 5.0.16 PTR balance changes? Weekly Cups (May 11-17): Classic wins double
Tourneys
GSL Code S Season 2 (2026) Maestros of The Game 2 announcement and schedule ! RSL Revival: Season 5 - Qualifiers and Main Event Sparkling Tuna Cup - Weekly Open Tournament Crank Gathers Season 4: BW vs SC2 Team League
Strategy
[G] Having the right mentality to improve
Custom Maps
[D]RTS in all its shapes and glory <3 [A] Nemrods 1/4 players
External Content
The PondCast: SC2 News & Results Mutation # 528 Infection Detected Welcome to the External Content forum Mutation # 527 Hell Train
Brood War
General
FlaShFTW vs A.Alm Grudge Match Event Soma's ASL Finals Review BGH Auto Balance -> http://bghmmr.eu/ VPN experiences OGN to release AI-upscaled StarLeague from Feb 24
Tourneys
[ASL21] Grand Finals [Megathread] Daily Proleagues Escore Tournament StarCraft Season 2 [BSL22] WB Final & LB Semis - Saturday 21:00 CEST
Strategy
Any training maps people recommend? Muta micro map competition [G] Hydra ZvZ: An Introduction Fighting Spirit mining rates
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread ZeroSpace Megathread Path of Exile Dawn of War IV
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
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Vanilla Mini 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 Trading/Investing Thread Things Aren’t Peaceful in Palestine Dating: How's your luck?
Fan Clubs
The herO Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread [Req][Books] Good Fantasy/SciFi books
Sports
McBoner: A hockey love story 2024 - 2026 Football Thread TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread Facing Challenges in Mobile App Development
TL Community
The Automated Ban List
Blogs
Esportsmanship: How to NOT B…
TrAiDoS
Why RTS gamers make better f…
gosubay
ramps on octagon
StaticNine
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2038 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
Hyrule19215 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
Hyrule19215 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 States17284 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 States17284 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 6h 51m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
WinterStarcraft826
RuFF_SC2 157
Nina 143
StarCraft: Brood War
GuemChi 5451
Rain 3599
PianO 94
sorry 27
Noble 23
Icarus 7
League of Legends
JimRising 913
Super Smash Bros
Mew2King90
Other Games
summit1g14733
ViBE40
Organizations
Other Games
gamesdonequick742
BasetradeTV180
Counter-Strike
PGL153
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
[ Show 13 non-featured ]
StarCraft 2
• practicex 47
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Rush1407
• Lourlo1220
Upcoming Events
Wardi Open
6h 51m
Monday Night Weeklies
10h 51m
Replay Cast
18h 51m
Sparkling Tuna Cup
1d 4h
WardiTV Spring Champion…
1d 5h
Maestros of the Game
1d 10h
The PondCast
2 days
Kung Fu Cup
2 days
uThermal 2v2 Circuit
2 days
Maestros of the Game
2 days
[ Show More ]
Replay Cast
2 days
Replay Cast
3 days
WardiTV Spring Champion…
3 days
Maestros of the Game
3 days
Replay Cast
4 days
uThermal 2v2 Circuit
4 days
Maestros of the Game
4 days
Replay Cast
5 days
Solar vs Classic
uThermal 2v2 Circuit
5 days
GSL
6 days
uThermal 2v2 Circuit
6 days
BSL
6 days
Liquipedia Results

Completed

KK 2v2 League Season 1
RSL Revival: Season 5
Heroes Pulsing #1

Ongoing

BSL Season 22
IPSL Spring 2026
KCM Race Survival 2026 Season 2
Acropolis #4
CSCL: Masked Kings S4
YSL S3
SCTL 2026 Spring
WardiTV Spring 2026
Maestros of the Game 2
2026 GSL S2
Murky Cup 2026
Stake Ranked Episode 2
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026

Upcoming

BSL 22 Non-Korean Championship
CSLAN 4
Blizzard Classic Cup 2026
Kung Fu Cup 2026 Grand Finals
CranK Gathers Season 4: BW vs SC2 Team League
HSC XXIX
uThermal 2v2 2026 Main Event
Heroes Pulsing #3
Heroes Pulsing #2
Esports World Cup 2026
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 2026
IEM Cologne Major 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.