• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 00:01
CEST 06:01
KST 13:01
  • 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
RSL Season 1 - Final Week6[ASL19] Finals Recap: Standing Tall12HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0
Community News
Team TLMC #5 - Submission extension1Firefly given lifetime ban by ESIC following match-fixing investigation17$25,000 Streamerzone StarCraft Pro Series announced7Weekly Cups (June 30 - July 6): Classic Doubles7[BSL20] Non-Korean Championship 4x BSL + 4x China11
StarCraft 2
General
TL Team Map Contest #5: Presented by Monster Energy Team TLMC #5 - Submission extension RSL Revival patreon money discussion thread The GOAT ranking of GOAT rankings Weekly Cups (June 30 - July 6): Classic Doubles
Tourneys
$5,100+ SEL Season 2 Championship (SC: Evo) WardiTV Mondays RSL: Revival, a new crowdfunded tournament series Sparkling Tuna Cup - Weekly Open Tournament FEL Cracov 2025 (July 27) - $8000 live event
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
External Content
Mutation # 482 Wheel of Misfortune Mutation # 481 Fear and Lava Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome
Brood War
General
A cwal.gg Extension - Easily keep track of anyone Flash Announces Hiatus From ASL [Guide] MyStarcraft BW General Discussion [ASL19] Finals Recap: Standing Tall
Tourneys
[BSL20] Non-Korean Championship 4x BSL + 4x China [Megathread] Daily Proleagues 2025 ACS Season 2 Qualifier Small VOD Thread 2.0
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile CCLP - Command & Conquer League Project The PlayStation 5 Nintendo Switch Thread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Summer Games Done Quick 2025! Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine The Accidental Video Game Porn Archive
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread [\m/] Heavy Metal Thread
Sports
2024 - 2025 Football Thread Formula 1 Discussion NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Men Take Risks, Women Win Ga…
TrAiDoS
momentary artworks from des…
tankgirl
from making sc maps to makin…
Husyelt
StarCraft improvement
iopq
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 596 users

The Big Programming Thread - Page 864

Forum Index > General Forum
Post a Reply
Prev 1 862 863 864 865 866 1031 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
BluzMan
Profile Blog Joined April 2006
Russian Federation4235 Posts
March 26 2017 19:56 GMT
#17261
On March 27 2017 00:45 travis wrote:
Oh blitz that's an excellent example, thank you.

Just to make sure I am on the right page here, the poblem is that when we dereference p and w in our print statement, they are both going to print from the same address, which currently holds the result of get_val(100) ?


You won't advance at all in C/C++ before you learn the basics, which includes automatic/manual memory and pointers. What you're doing is that you're leaking a pointer to automatic memory (which is always scoped, in this case, within the function body) outside of it's scope. Dereferencing such a pointer is undefined behavior - your program is allowed to do anything, including really gruesome stuff.
You want 20 good men, but you need a bad pussy.
Wrath
Profile Blog Joined July 2014
3174 Posts
March 27 2017 06:22 GMT
#17262
Any ETA on the "Soon" new OP?
DickMcFanny
Profile Blog Joined September 2015
Ireland1076 Posts
March 27 2017 08:41 GMT
#17263
Are there any game devs here?

I'm doing a web dev course but it itches me to start creating a game 2d game in the vein of Super Metroid.

What technologies should I start to learn if my focus is low input latency and 60 FPS / controller support?
Game should run on Linux, OSX and Windows.
| (• ◡•)|╯ ╰(❍ᴥ❍ʋ)
Acrofales
Profile Joined August 2010
Spain17975 Posts
March 27 2017 09:11 GMT
#17264
On March 27 2017 17:41 DickMcFanny wrote:
Are there any game devs here?

I'm doing a web dev course but it itches me to start creating a game 2d game in the vein of Super Metroid.

What technologies should I start to learn if my focus is low input latency and 60 FPS / controller support?
Game should run on Linux, OSX and Windows.

All my game Dev friends talk about nowadays is unity, so I'd start with that and see if it suits your needs.
Cyx.
Profile Joined November 2010
Canada806 Posts
March 27 2017 09:12 GMT
#17265
On March 27 2017 17:41 DickMcFanny wrote:
Are there any game devs here?

I'm doing a web dev course but it itches me to start creating a game 2d game in the vein of Super Metroid.

What technologies should I start to learn if my focus is low input latency and 60 FPS / controller support?
Game should run on Linux, OSX and Windows.

Not quite yet but I have a job lined up for when I graduate not experienced with it for 2d games but I hear Unity is totally reasonable in terms of 2d performance, and has the bonus of being able to target all those platforms and more. Definitely supports controllers too. You could probably achieve something similar with other engines (Unreal is another popular one) but I have even less experience with them than with Unity lol
DickMcFanny
Profile Blog Joined September 2015
Ireland1076 Posts
March 27 2017 09:26 GMT
#17266
On March 27 2017 18:11 Acrofales wrote:
Show nested quote +
On March 27 2017 17:41 DickMcFanny wrote:
Are there any game devs here?

I'm doing a web dev course but it itches me to start creating a game 2d game in the vein of Super Metroid.

What technologies should I start to learn if my focus is low input latency and 60 FPS / controller support?
Game should run on Linux, OSX and Windows.

All my game Dev friends talk about nowadays is unity, so I'd start with that and see if it suits your needs.


I'll start with Unity then, there's a billion tutorials and ebooks about that out there anyway.
| (• ◡•)|╯ ╰(❍ᴥ❍ʋ)
tofucake
Profile Blog Joined October 2009
Hyrule19035 Posts
March 27 2017 13:41 GMT
#17267
On March 27 2017 15:22 Wrath wrote:
Any ETA on the "Soon" new OP?

Soon
Liquipediaasante sana squash banana
DickMcFanny
Profile Blog Joined September 2015
Ireland1076 Posts
March 27 2017 13:42 GMT
#17268
soon™
| (• ◡•)|╯ ╰(❍ᴥ❍ʋ)
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
March 27 2017 21:31 GMT
#17269
Ok, need help with a proof, maybe some of you could tell me what you think

Question:

+ Show Spoiler +

Let T be defined by:

T_0 = {0, 1, 2, 3, 4, 5, 6}
(for all n >= 0)[if x,y,z are in T_n, then x^2+y^2+z^2 are in t_(n+1)]

T = The union from i=0 to infinity of T_i

(so, it's T_0 U T_1 U T_2 etc etc)

Now, prove that for all w in T, w is not congruent to 7 (mod 8) using structural or weak induction


So, this is what I have so far:

+ Show Spoiler +

For all w in T_0, w fulfill the following cases

w = 0, w^2 is congruent to 0 mod 8
w = 1, w^2 is congruent to 1 mod 8
w = 2, w^2 is congruent to 4 mod 8
w = 3, w^2 is congruent to 1 mod 8
w = 4, w^2 is congruent to 0 mod 8
w = 5, w^2 is congruent to 1 mod 8
w = 6, w^2 is congruent to 4 mod 8

Therefore for all w in T_1, we have the following cases (all values are mod 8)

0+0+0 = 0
0+0+1 = 1
0+1+1 = 2
1+1+1 = 3
4+0+0 = 4
4+0+1 = 5
4+1+1 = 6

so like.. i think I already have shown what it takes to prove it. But I don't know how to form this into an inductive proof. Particularly weak induction where I need an inductive base, and inductive hypothesis, and inductive step. My base would be T_0 proof, but I don't know where I would go from there. So yeah, any help with that would be awesome

Acrofales
Profile Joined August 2010
Spain17975 Posts
March 27 2017 21:56 GMT
#17270
Assume it holds for T_n, and use that to prove it holds for T_n+1
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
March 27 2017 22:05 GMT
#17271
ohhhhhhhhhh right thanks
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2017-03-28 21:28:10
March 28 2017 19:55 GMT
#17272
I have a quiz on dynamic memory allocation tomorrow and I am a bit behind so I am reviewing.

+ Show Spoiler +

Implement the append function that has the prototype below. The function returns a string that represents
the concatenation of all the strings present in an array of strings. For this problem, you can assume the end
of the parameter array is marked by NULL. You need to allocate memory for the resulting string. You may
not modify the array parameter.
char* append(char *data[]);


Is this how you do that? Handwriting, not testing any of these yet.

+ Show Spoiler +


char* append(char *data[]) {
size = 0;
index = 0;
char *appendvalue;

while(data != NULL) {
size = strlen(data[index]) + size;
index++
}

appendvalue = malloc(size + 1)

index = 0;
while(data != NULL) {
strcat(appendvalue, data[index]);
index++
}

return appendvalue;
}




ok now please take it easy on me... very little experience in this realm. I have a feeling I am screwing multiple things up. Such as if I am even using strcat right (I get confused about the actual difference between how C treats a character array vs a char pointer. Also i suspect that the better way to do this may to use realloc in my first while loop and I wouldn't need a second while loop?

Or maybe I am just super super off base with all of this and am so far off that a hero can swoop in and save me?

Anyways thanks all for your time.

edit: more

+ Show Spoiler +

The following C statement creates an array of 14 characters.
char *desc = (char *) malloc(sizeof(char) * 14);
Indicate whether the code can be simplified or not. If the code cannot be simplified indicate NO. If it can be
simplified rewrite the code below.


change it to malloc(14) ?

last one:

+ Show Spoiler +

The following structures are used for these questions.

#define MAX_LEN 80
typedef struct {
char *title;
int duration;
} Song;
typedef struct {
Song* all_songs; /* array of songs */
int number_of_songs;
char album_name[MAX_LEN + 1];
} Album;

a. Given two Song structures s1 and s2, are there any problems with assigning one structure to another? Is
deep copying taking place during the assignment of these two structures?
b. Define a function that initializes a Song using a duration and a string provided. The function will make a
copy of the string parameter.
c. Define a function that will initialize an Album structure based on an array of Songs provided as parameter.
The function will create a dynamically-allocated array of Songs and will initialize each entry with a copy of
the corresponding song in the parameter array. Feel free to add to the function any parameters you
understand are needed.



+ Show Spoiler +

a.) is there a problem in that when everything is copied, the pointers are copied, which could lead to problems, since we can't independently change the songs in one album without changing the songs in the other?

b.)


Song init_song(int d, char *s) {
Song song;
strcopy(song.title, s);
song.duration = d;
return song;
}

//eh... this easy?


c.)

Album init_album(Song *songs) {
Album album;
album.album_name = "they didn't say anything about this";

//I don't know how to assign the songs.
//I don't even know how to tell when I have hit the last song. I mean I go through them with pointer //incrementation, right? But how do I know when I am past the last song? Does the pointer become //null?


thanks
Nesserev
Profile Blog Joined January 2011
Belgium2760 Posts
Last Edited: 2017-03-28 22:17:20
March 28 2017 21:40 GMT
#17273
--- Nuked ---
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2017-03-28 21:56:48
March 28 2017 21:54 GMT
#17274
Nesserev, first, thank you for the comprehensive review of my code.

Quick question - what is the actual purpose of casting malloc? Isn't it just a chunk of memory?

People seem to be arguing about it here: http://stackoverflow.com/questions/605845/do-i-cast-the-result-of-malloc

But I don't understand why a chunk of memory needs a type anyways! Isn't it getting it's type by being assigned to something?

edit: I guess the malloc function returns a pointer. so me calling it "just a chunk of memory" is clearly incorrect.
Biolunar
Profile Joined February 2012
Germany224 Posts
March 28 2017 21:58 GMT
#17275
Casting the return value of malloc is a bad idea. void* will be implicitly converted into any other pointer type, so don’t cast it.
What is best? To crush the Zerg, see them driven before you, and hear the lamentations of the Protoss.
Nesserev
Profile Blog Joined January 2011
Belgium2760 Posts
Last Edited: 2017-03-28 22:21:37
March 28 2017 22:14 GMT
#17276
--- Nuked ---
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
March 28 2017 22:21 GMT
#17277
While I have got you guys, could you take a look at the 4th spoiler? I feel more confident since I was in the ballpark on the first one, but I am really unsure what to do for this question.
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
March 28 2017 22:28 GMT
#17278
On March 29 2017 06:58 Biolunar wrote:
Casting the return value of malloc is a bad idea. void* will be implicitly converted into any other pointer type, so don’t cast it.


I've always seen casting malloc as part of the coding standard. While pointless it is a sanity check.
I'll always be your shadow and veil your eyes from states of ain soph aur.
Nesserev
Profile Blog Joined January 2011
Belgium2760 Posts
Last Edited: 2017-03-28 23:47:35
March 28 2017 23:38 GMT
#17279
--- Nuked ---
TMG26
Profile Joined July 2012
Portugal2017 Posts
March 29 2017 14:02 GMT
#17280
On March 29 2017 07:28 Blitzkrieg0 wrote:
Show nested quote +
On March 29 2017 06:58 Biolunar wrote:
Casting the return value of malloc is a bad idea. void* will be implicitly converted into any other pointer type, so don’t cast it.


I've always seen casting malloc as part of the coding standard. While pointless it is a sanity check.


It's also recommended in older C standards.
Supporter of the situational Blink Dagger on Storm.
Prev 1 862 863 864 865 866 1031 Next
Please log in or register to reply.
Live Events Refresh
Next event in 6h 59m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 230
NeuroSwarm 154
StarCraft: Brood War
Sea 7068
Leta 172
EffOrt 142
NaDa 62
Mind 60
Noble 19
Bale 7
Icarus 4
Dota 2
monkeys_forever709
League of Legends
JimRising 762
febbydoto33
Counter-Strike
Stewie2K1082
Super Smash Bros
hungrybox841
Heroes of the Storm
Khaldor141
Other Games
summit1g18601
shahzam799
WinterStarcraft457
ViBE189
Maynarde186
RuFF_SC2130
ROOTCatZ35
Organizations
Other Games
gamesdonequick5162
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• Berry_CruncH328
• davetesta33
• gosughost_ 23
• practicex 12
• Migwel
• AfreecaTV YouTube
• sooper7s
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
StarCraft: Brood War
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
League of Legends
• Doublelift6278
• Rush1762
Other Games
• Scarra1788
Upcoming Events
Wardi Open
6h 59m
Replay Cast
1d 5h
WardiTV European League
1d 11h
ShoWTimE vs sebesdes
Percival vs NightPhoenix
Shameless vs Nicoract
Krystianer vs Scarlett
ByuN vs uThermal
Harstem vs HeRoMaRinE
PiGosaur Monday
1d 19h
uThermal 2v2 Circuit
2 days
Replay Cast
2 days
The PondCast
3 days
Replay Cast
3 days
Epic.LAN
4 days
CranKy Ducklings
5 days
[ Show More ]
Epic.LAN
5 days
BSL20 Non-Korean Champi…
5 days
Bonyth vs Sziky
Dewalt vs Hawk
Hawk vs QiaoGege
Sziky vs Dewalt
Mihu vs Bonyth
Zhanhun vs QiaoGege
QiaoGege vs Fengzi
Sparkling Tuna Cup
6 days
Online Event
6 days
BSL20 Non-Korean Champi…
6 days
Bonyth vs Zhanhun
Dewalt vs Mihu
Hawk vs Sziky
Sziky vs QiaoGege
Mihu vs Hawk
Zhanhun vs Dewalt
Fengzi vs Bonyth
Liquipedia Results

Completed

2025 ACS Season 2: Qualifier
RSL Revival: Season 1
Murky Cup #2

Ongoing

JPL Season 2
BSL 2v2 Season 3
Copa Latinoamericana 4
Jiahua Invitational
BSL20 Non-Korean Championship
Championship of Russia 2025
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters

Upcoming

CSL Xiamen Invitational
CSL Xiamen Invitational: ShowMatche
2025 ACS Season 2
CSLPRO Last Chance 2025
CSLPRO Chat StarLAN 3
BSL Season 21
K-Championship
RSL Revival: Season 2
SEL Season 2 Championship
uThermal 2v2 Main Event
FEL Cracov 2025
Esports World Cup 2025
Underdog Cup #2
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
TLPD

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

Advertising | Privacy Policy | Terms Of Use | Contact Us

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