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
~10K People Reached
Favorite Forums
Favorite Tags
c++ x 11
Member Avatar for B.Y

Hi, I installed Dev C++ on my PC ...its the first time I am using it. Can somebody tell me how I can link and compile a .cpp and it's corresponding .h file to produce the required .exe ? I want to know how to build on Dev C++ basically. …

Member Avatar for ~s.o.s~
0
140
Member Avatar for B.Y

How to pass a 2D array by reference? Can somebody guide me? if I created an array as follows: char **sarray; 2Darray = new char* [row]; for(i=0; i<row; i++) 2Darray[i] = new char[col]; (NOTE: I get the values of row and colume via some calculations in my code ....basically, I …

Member Avatar for John A
0
102
Member Avatar for B.Y

I have a s1.txt like this : 3,R,G,T 1,E 9,T,U,Y,O Now I want to read each character of a each line ...do some analysis and then read each character of the next line ...do some analysis ...so on till EOF. How do I go abt this? Well ...I jus wrote …

Member Avatar for WaltP
0
9K
Member Avatar for B.Y

Hi Everybody! I'm B.Y ...just joined this forum ... and I'm really enjoying it. Oodles of tech stuff happening in here ...wonderful !:cheesy: I'm 26yr old, female, married. I'm a Software Engineer by profession....worked for 3yrs....but now I'm back to school ...doing my Masters in Computer Science. I located in …

Member Avatar for christina>you
0
44
Member Avatar for B.Y

Well, I happened to download Dev C++ on my laptop today ... I jus wrote a simple "Hello World" program .... but when I compile & run ... compilation is successful but the result window flashes & disappears ... Can anybody plz help me with this?????????? Also, how can I …

Member Avatar for ~s.o.s~
0
92