by tommy251
Hi i need some help for my program which is banking system, i could not run it , i am a beginner
|
|
[14 replies] Last: oh thank you so much (by tommy251)
|
by moosyman
can't use getline for a file save function?
|
|
[1 reply] : The problem with getline() is probably because somewhere prior to this... (by jlb)
|
by moosyman
Errors C3867 and C2446? Followed a tutorial, i got the link
|
|
[4 replies] Last: It's fine, I mean I really should know better at this point and its pr... (by moosyman)
|
by sr2cute702
Segmentation issue with Double linked list Split
|
|
[2 replies] Last: You need to post all of the code, including main, so we can run it. (by tpb)
|
hint for this question(minimize the sum) |
|
[11 replies] Last: @zyan1zyan and @ipg2016069 sorry couldn't reply, was away from my lapt... (by sc7)
|
by akarbarz
Struct Initialization
|
|
[4 replies] Last: If you don't specify it will use the order that the members are define... (by Peter87)
|
by tyler21210
functions, loops and decisions. please help?
|
|
[2 replies] Last: You may want to start by following the instructions: my teacher want... (by jlb)
|
by justStarting
use of static variables and functions
|
|
[3 replies] Last: Thanks for the responses, I think I have it now. (by justStarting)
|
by soccer53
Reading and writing file
|
|
[14 replies] Last: soccer53, I feel like you're just copying things without having any cl... (by Ganado)
|
what is optimistic(less time complexity) way to solve this problem? |
|
[13 replies] Last: yes, in the map one, you would have to iterate the map using the strin... (by jonnin)
|
by sc7
Problem in finding the right root of the quadratic equation
|
|
[4 replies] Last: @tpb thanks, its resolved now. (by sc7)
|
by gambette
control may reach end of non-void function
|
|
[3 replies] Last: You could do that. Or you could just have a return at the end on its o... (by Repeater)
|
by resuzhjz
Function parametar
|
|
[1 reply] : It's two different variables that happen to have the same name. You c... (by Peter87)
|
SIGABRT ERROR |
|
[11 replies] Last: @Wasp , use vector of strings, I tried it, It will only pass the first... (by sc7)
|
by wsme
Reading a Line from stdin in C
|
|
[1 reply] : scanf("%s", tab->fileName); // core dump here tab->fileName is NULL ... (by Thomas1965)
|
by thenewnubkid
Cannot count words properly - File Handling Error
|
|
[6 replies] Last: You could be just a little bit less offensive in the light that i am j... (by thenewnubkid)
|
by justStarting
adding the totals of functions in main
|
|
[1 reply] : Never mind... I did some debugging and realized my data was not passin... (by justStarting)
|
by xdigit
Confuse regarding operator precedence
|
|
[11 replies] Last: That is interesting. I ran it with x=5 and I got y=11. But as soon as ... (by xdigit)
|