Program to count number of words |
|
[1 reply] : The first thing to do is upgrade your compiler. > #include<iostream.h... (by salem c)
|
by MatiasMunk
condition check is not working out as intended, why?
|
|
[6 replies] Last: Thanks , I had been up all night and did never take into account that ... (by MatiasMunk)
|
by siavash82ir
error: ld returned 1 exit status
|
|
[1 reply] : void report(string name , string letter , int id , int grade , int o... (by lastchance)
|
Errors on OSX |
|
[6 replies] Last: I appreciate the help. I think I have narrowed it down to my specific... (by miketheknight2016)
|
by navilgameboy
how to make a program run in the background on chrome os?
|
|
[no replies]
|
by surfersss
why this test cases wont automatically finish
|
|
[1 reply] : i need to input enter at last iteration why? Actually your code does... (by Enoizat)
|
file |
|
[6 replies] Last: Hello nypran, This may help: char cont{}; do { // lines 20 - 34 ... (by Handy Andy)
|
by usmannazir
File save with iteration number
|
|
[1 reply] : char filename ; snprintf(filename,sizeof(filename),"%d velocity.plt"... (by salem c)
|
by MikeStgt
Is there a way to make this faster?
|
|
[2 replies] Last: Just replacing array by vector results in a runtime reduction from 1.8... (by MikeStgt)
|
by nowy20180820
Convex Hull Jarvis march and Graham scan
|
|
[2 replies] Last: What I want ? Linked List which I have does not have functions for S... (by nowy20180820)
|
by Kreons
Unknown LNK2019 error
|
|
[2 replies] Last: ok problem solved. I forgot to take out the constructor. Thanks, ne555... (by Kreons)
|
by surfersss
stuck in test case
|
|
[2 replies] Last: > scanf("%d %d\n", &awal, &akhir); /*stuck here in last iteration */ Y... (by salem c)
|
Call Int32 Function From Main |
|
[2 replies] Last: You can call the function just as you did in line 3, unless you need t... (by closed account E0p9LyTq)
|
by Angela1998
Question related to software architecture
|
|
[3 replies] Last: Hey guys, thanks for the feedback. Project B does perform window I/O... (by Angela1998)
|
by MikeStgt
Solved: init bool array
|
|
[4 replies] Last: Thank you. (by MikeStgt)
|
When should I break up math equations or pre-calculate values, especially when concerning loops? (1,2) |
|
[26 replies] Last: Yer welcome! But the point was: Using Abstractions Makes Life Easy. (by Duthomhas)
|
by freenba2002
Help explaining the code please
|
|
[1 reply] : Have you learned about recursion? This can be solved pretty easily th... (by dhayden)
|
by yakruski
Does this program work, or is it my compilier?
|
|
[5 replies] Last: For about US$12 you can buy yourself a USB stick with a fairly large c... (by Duthomhas)
|
by dbarclay100
Calculate the average
|
|
[2 replies] Last: So, you have a list of five test weights: { 10, 15, 20, 25, ... (by Duthomhas)
|
by dbarclay100
Creating a running total from input file
|
|
[3 replies] Last: I will respond in your other thread. (by Duthomhas)
|