by jkwok678
Making code maintainable and readable
|
|
[4 replies] Last: any good code formatters? Visual Studio IDE has a MS customizable co... (by deleted account xyzzy)
|
by Avi0110
error: 'x' is not a type . Would anyone just debug it . I don't know what is wrong with it .
|
|
[11 replies] Last: Coool ! Thanks guys i got those mistakes && even found, far better way... (by Avi0110)
|
by turkeyheroc
segmentation fault !!!
|
|
[5 replies] Last: Get rid of all this pointer stuff and stick with char arrays. I guess ... (by Thomas1965)
|
by phazed99
Need help with project (1,2,3)
|
|
[42 replies] Last: TheToaster , thanks for pointing that out! (by dhayden)
|
by Avi0110
How can i pass 2 dimensional arrays to functions ?? The size of the arrays is not predefined ... We would take it as input .
|
|
[6 replies] Last: you are making this way too hard by trying to use 2-d arrays or ** c... (by markyrocks)
|
by Avi0110
How can i pass 2 dimensional vectors to functions ??
|
|
[3 replies] Last: Ohh great i got it .. thanks Ganado! (by Avi0110)
|
by Iveeerrr
Modifying records in a linked list
|
|
[5 replies] Last: @Iveeerrr Did you delete your code after getting an answer? Please D... (by MikeyBoy)
|
Storing and Displaying data with vectors |
|
[5 replies] Last: Please DON'T delete your question after you've got your answer. It ma... (by MikeyBoy)
|
by Shervan360
Pass by reference in C
|
|
[5 replies] Last: https://www.cs.utah.edu/~germain/PPS/Topics/C_Language/c_functions.htm... (by jonnin)
|
by valiciousx
taking input from a file (graph)
|
|
[2 replies] Last: Are you sure that your graph isn't undirected? Your data seems to cor... (by lastchance)
|
by Mif
Load .txt file with resurce
|
|
[2 replies] Last: No no... If you have a project and in the same folder you have an ex... (by Mif)
|
by jkwok678
Polymorphism: trying to access subclass from superclass vector
|
|
[12 replies] Last: It does sound like inheritance isn't the right option here. Sounds lik... (by Repeater)
|
by GOdliike123
Pairs card game
|
|
[2 replies] Last: i also have a player struct and a game struct that controls the whole ... (by markyrocks)
|
by synapse187
Back in the classes again... I'm BAAAAACK! (1,2)
|
|
[20 replies] Last: I say your wrong you take it as a personal attack and act like a petu... (by TheToaster)
|
by jamesfarrow
reverse a sentence with recursion
|
|
[12 replies] Last: Thanks to everyone that has helped me! Starting to get somewhere now..... (by jamesfarrow)
|
Reading from a txt file to linked list |
|
[18 replies] Last: Thanks guys. everything is working fine now. Really appreciate it. (by dipeshgoyal44)
|
by highwayman
Can I declare an extern variable static?
|
|
[5 replies] Last: Sorry, I keeps saying that. I’m just using a function because why no... (by highwayman)
|
by Horror
Text Base Adventure Game in C++
|
|
[2 replies] Last: https://cplussplussatplay.blogspot.com/2012/11/text-adventure-games-c-... (by deleted account xyzzy)
|
by audrius69
Matrix and vector multiplication
|
|
[4 replies] Last: Thanks, got it working like this: void Matrix::allocation(int ln, in... (by audrius69)
|
by FoaaD2506
recursive function to normal function
|
|
[1 reply] : Did you try searching the internet? There is code out there for findi... (by deleted account xyzzy)
|