• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 12:04
CET 18:04
KST 02:04
  • 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
ByuL: The Forgotten Master of ZvT28Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
Weekly Cups (Feb 16-22): MaxPax doubles0Weekly Cups (Feb 9-15): herO doubles up2ACS replaced by "ASL Season Open" - Starts 21/0247LiuLi Cup: 2025 Grand Finals (Feb 10-16)46Weekly Cups (Feb 2-8): Classic, Solar, MaxPax win2
StarCraft 2
General
Terran AddOns placement How do you think the 5.0.15 balance patch (Oct 2025) for StarCraft II has affected the game? Nexon's StarCraft game could be FPS, led by UMS maker ByuL: The Forgotten Master of ZvT Oliveira Would Have Returned If EWC Continued
Tourneys
PIG STY FESTIVAL 7.0! (19 Feb - 1 Mar) SEL Doubles (SC Evo Bimonthly) WardiTV Team League Season 10 RSL Season 4 announced for March-April The Dave Testa Open #11
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
Mutation # 514 Ulnar New Year The PondCast: SC2 News & Results Mutation # 513 Attrition Warfare Mutation # 512 Overclocked
Brood War
General
Soma Explains: JD's Unrelenting Aggro vs FlaSh BW General Discussion TvZ is the most complete match up CasterMuse Youtube ACS replaced by "ASL Season Open" - Starts 21/02
Tourneys
[Megathread] Daily Proleagues Small VOD Thread 2.0 Escore Tournament StarCraft Season 1 [LIVE] [S:21] ASL Season Open Day 1
Strategy
Fighting Spirit mining rates Simple Questions, Simple Answers Zealot bombing is no longer popular?
Other Games
General Games
Nintendo Switch Thread Battle Aces/David Kim RTS Megathread Path of Exile Beyond All Reason New broswer game : STG-World
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
Community
General
UK Politics Mega-thread US Politics Mega-thread YouTube Thread Mexico's Drug War Canadian Politics Mega-thread
Fan Clubs
The IdrA Fan Club The herO Fan Club!
Media & Entertainment
[Req][Books] Good Fantasy/SciFi books [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
YOUTUBE VIDEO
XenOsky
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Inside the Communication of …
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 892 users

The Big Programming Thread - Page 864

Forum Index > General Forum
Post a Reply
Prev 1 862 863 864 865 866 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.
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
Spain18221 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
Hyrule19193 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
Spain18221 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 1032 Next
Please log in or register to reply.
Live Events Refresh
Big Brain Bouts
17:00
#108
Shino vs DnS
SpeCial vs Mixu
TriGGeR vs Cure
TKL 35
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 395
Grubby 173
ProTech142
MindelVK 32
TKL 21
UpATreeSC 5
StarCraft: Brood War
Britney 32326
Sea 3958
Rain 2070
Jaedong 1452
hero 255
EffOrt 135
Rush 111
Hm[arnc] 99
Light 99
ggaemo 82
[ Show more ]
Movie 47
Mind 43
JulyZerg 40
IntoTheRainbow 21
Terrorterran 8
Dota 2
Gorgc5264
qojqva1876
Counter-Strike
fl0m716
Other Games
B2W.Neo972
mouzStarbuck214
DeMusliM174
Hui .153
Liquid`VortiX134
KnowMe101
ArmadaUGS88
Sick87
QueenE60
Trikslyr56
Mew2King47
Beastyqt8
Organizations
Counter-Strike
PGL370
Other Games
BasetradeTV71
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• poizon28 227
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• lizZardDota230
League of Legends
• Jankos1785
• TFBlade1078
Other Games
• Shiphtur84
Upcoming Events
Korean StarCraft League
9h 56m
PiG Sty Festival
15h 56m
Reynor vs Clem
ShowTime vs SHIN
CranKy Ducklings
16h 56m
OSC
17h 56m
SC Evo Complete
20h 26m
DaveTesta Events
1d 1h
AI Arena Tournament
1d 2h
Replay Cast
1d 6h
PiG Sty Festival
1d 15h
Maru vs TBD
Sparkling Tuna Cup
1d 16h
[ Show More ]
uThermal 2v2 Circuit
1d 21h
Replay Cast
2 days
Wardi Open
2 days
Monday Night Weeklies
2 days
Replay Cast
3 days
Replay Cast
4 days
Replay Cast
5 days
The PondCast
5 days
KCM Race Survival
5 days
Replay Cast
6 days
Liquipedia Results

Completed

Proleague 2026-02-26
LiuLi Cup: 2025 Grand Finals
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Acropolis #4 - TS5
Jeongseon Sooper Cup
Spring Cup 2026
WardiTV Winter 2026
PiG Sty Festival 7.0
Nations Cup 2026
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual
eXTREMESLAND 2025

Upcoming

[S:21] ASL SEASON OPEN 2nd Round
[S:21] ASL SEASON OPEN 2nd Round Qualifier
ASL Season 21: Qualifier #1
ASL Season 21: Qualifier #2
ASL Season 21
Acropolis #4 - TS6
Acropolis #4
HSC XXIX
uThermal 2v2 2026 Main Event
Bellum Gens Elite Stara Zagora 2026
RSL Revival: Season 4
NationLESS Cup
IEM Atlanta 2026
Asian Champions League 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
FISSURE Playground #3
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
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.