by Sarmadas
Please give some comments
|
|
[1 reply] : You don't have return 0; at the end of main, otherwise I don't see any... (by SamuelAdams)
|
by Avni Choksi
(X,Y,Z) coordinate movement
|
|
[3 replies] Last: 3D (as well as 2D) movement is usually represented and calculated usin... (by Ogoyant)
|
by Yevgen
Asking user if he/she wants to continue
|
|
[2 replies] Last: #include <stdio.h> #include <string.h> #include <stdlib.h> int main(i... (by drew887)
|
by Sarawazir006
Snake game logic !!
|
|
[no replies]
|
by MH4
A* Pathfinding
|
|
[1 reply] : The first node to consider is the one you're standing on. When that do... (by hamsterman)
|
4th day in class, no idea what to do... How to stop a loop? |
|
[5 replies] Last: Should anyone else need it, this was my solution: int x = 0; int ... (by claireballoon)
|
by Phule99
invalid null pointer
|
|
[3 replies] Last: Oh I see. Sorry, we are given handouts in class that tell us what we n... (by Phule99)
|
by benbalach
FLTK & Stroustrup library problem
|
|
[5 replies] Last: @cire Thank you so much! It all works now! I added all of the .cpp fi... (by benbalach)
|
by Tazzy
Programming C++ (1,2)
|
|
[33 replies] Last: Oh hell how can I fix this? thinking? cout << "bye">> endl; // as y... (by coder777)
|
comments creating a problem |
|
[2 replies] Last: Thanx.. The program is doing "infix to postfix" conversion. I am reall... (by chauhanshiksha1)
|
by OT2O
Streaming Audio
|
|
[1 reply] : Use IceCast. It is open source and free of charge (of course you need ... (by modoran)
|
by ylxin1993
how to implement the Dijkstra algorithm?
|
|
[no replies]
|
by sanjaykumar
c++ program difficulties
|
|
[1 reply] : Put in code tags please, makes it easier to see and read (by Smac89)
|
by sanjaykumar
C++ Prog Difficulties urgent issue
|
|
[1 reply] : program 9: for(int i=0;i<M;i++) cin>>A ; MN=M+N; cout<<"Enter 2nd ar ... (by Smac89)
|
by matheuskiser
Memory Leak Help
|
|
[3 replies] Last: @matheuskiser you're welcome and I'm glad that the advice worked fo... (by SIK)
|
by appy96
BGI error.Graphics executes well but c++ program hangs
|
|
[no replies]
|
by ginfinity
Need help with structure, accuracy, formatting etc. of this module.
|
|
[no replies]
|
by Smac89
Memorising periodic table
|
|
[6 replies] Last: www.python.org :) Python is very easy to learn (by Zaita)
|
Static variable to time struct |
|
[1 reply] : You want a static variable? Then it's value initialised once during th... (by Zaita)
|
by purlek
Could anyone create this program for me?
|
|
[7 replies] Last: No. http://www.cplusplus.com/articles/jLzyhbRD/ (by Zaita)
|