Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~382 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for TheProgramer

How can i sort the Last Names?? i used the Last Name to be the head so the properties or some info will follow...need help bum bump [CODE]#include <iostream> #include <string.h> #include <fstream> using namespace std; typedef struct Student { char Fname[50]; char Lname[50]; char age[50]; char ID[20]; struct Student …

Member Avatar for Narue
0
217
Member Avatar for TheProgramer

i need the snake not to pass by the walls...can anyone help me? here is the progam.cs [CODE]using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; namespace TikTak { class TestCon { [DllImport("msvcrt")] static extern int _getch(); static void Main() { ConsoleHelper ch = new ConsoleHelper(); char move; short x = …

Member Avatar for pseudorandom21
0
165