by mCplus
Physics program in C
|
|
[2 replies] Last: #include <iostream> int main() { // get p from user // get q... (by closed account 48T7M4Gy)
|
by JJ2828
Simple Question
|
|
[14 replies] Last: It's simpler than you might think: int addtwoNumbers(int a, int b) {... (by closed account 48T7M4Gy)
|
Help with quaternions to have model look at point. |
|
[1 reply] : Try using matrices. Write your own matrix class or download? Directin... (by closed account 48T7M4Gy)
|
by WAKS
Pathfinding problems
|
|
[1 reply] : ? (by WAKS)
|
by Kmac83
Branching
|
|
[9 replies] Last: @LB okay thanks for telling me. Currently I am being taught on Turbo... (by Vibgyor)
|
Midterm help. |
|
[3 replies] Last: @ForTheReallys Corrrrrrrrrrrrrect! :D (by Vibgyor)
|
by mike9407
array sorting
|
|
[3 replies] Last: If you want to get info on bubble sort, try searching. There are tons ... (by MiiNiPaa)
|
by pacman169
grep program
|
|
[no replies]
|
by ThePopivanov
Program crash.
|
|
[6 replies] Last: @MiiNiPaa @ThePopivanov I'm pretty sure you can't find the lowest comm... (by integralfx)
|
HELP WITH FINAL TOUCH OF PROGRAM!! |
|
[1 reply] : check if it is negative, if it is invert it and print a - at the end ... (by Gamer2015)
|
by cvazquez08
Please help!! ***
|
|
[5 replies] Last: Store averages for all students in container for later retrieval: std:... (by MiiNiPaa)
|
by dracula1012
queue cypher
|
|
[16 replies] Last: Who wrote this version? Here's what getline does: http://www.cplus... (by closed account 48T7M4Gy)
|
Project to decrypt a txt file |
|
[1 reply] : What do you have so far? (by Zhuge)
|
by ChiaraItaly
common numbers
|
|
[1 reply] : #include <algorithm> #include <iterator> //... //If you are not all... (by MiiNiPaa)
|
by Frankie1210
Test and Average Program Using Strings
|
|
[3 replies] Last: I recommend keeping everything as either double or float, one or the o... (by closed account zNASE3v7)
|
by mike9407
class problem
|
|
[3 replies] Last: #include <iostream> #include<string> using namespace std; class pe... (by imii)
|
by mike9407
rotate down string
|
|
[4 replies] Last: Hi mike9407 If I am not wrong then n = number of spaces, right? #inc... (by Vibgyor)
|
by smackthat1
please fix this code, Thank you friends ..!!
|
|
[18 replies] Last: @doug4 void print(int x) { cout<<x; } void print(int x, int ... (by Vibgyor)
|
by pminniti
Link List project
|
|
[1 reply] : You're doing ok, but I can see where it has become confused. You need... (by kbw)
|
by JNW
storing array elements in variable// now i get error segmentation fault
|
|
[5 replies] Last: YOu have still did not change comparison with undefined vale I was tlk... (by MiiNiPaa)
|