User profile: MH4

User info
User name:MH4
Location:Singapore
Bio:A beginner to C++ so please bear with my noob-ness
History
Joined:
Number of posts:46
Latest posts:

i wanna show a descending order of a variable not a array element..
sorry i meant [code]void tokenise (string str, stack<int> &intStack) { stringstream token(str); ...

i wanna show a descending order of a variable not a array element..
well you could do like an array/list/vector/stack that stores every digit. so when you input "523" a...

A* Pathfinding
This is in my header file [code]#pragma once #include <vector> #include <iostream> #include "E...

A* Pathfinding
This is in my header file [code]#pragma once #include <vector> #include <iostream> #include "E...

Pointer Array?
Haha thanks I solved it already but I forgot to post it here. But yeah ne555 thats how i did it thx