Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Endorsements
Ranked #621
~1K People Reached
Favorite Tags
Member Avatar for Summers9

I am a BTech student in Computer Science. And interested in computers, software, programming languages etc. I have learnt HTML,C,C++. But there are so many things out there....it's confusing what to learn and where. I wanna learn more and achieve more. Like really get good at it..but I lack motivation …

Member Avatar for Transcendent
0
186
Member Avatar for Rafael_4

**this is what it should look like, a while loop that repeatedly reads goals,assists, stops when a negative is entered. at the end it calcuates sum, average. donot know how to calcuate sum or average if i dont know how many times the user will enter.** Enter a number of …

Member Avatar for DavidB
-1
227
Member Avatar for negru

How to access each element of array of words? For example, if I want to find number of vowels in every word of an array. #include<stdio.h> #include<stdlib.h> int main() { int i,n; char **array; do { printf("n=");scanf("%d",&n); } while(n<1); array=(char **)malloc(n * sizeof(char *)); Thanks for replies.

Member Avatar for yoavip
0
90
Member Avatar for ilovec++

I have some doubts concerning some basic C++ concepts, and would be very thankful, if someone would kindly clear the doubts: a) Every variable of a data type occupies a specific amount of memory, like int occupies 2 bytes and so on. So, if I declare a reference variable as, …

Member Avatar for yoavip
0
559
Member Avatar for yoavip

Hi, I have a C++ code running OpenGL GUI (CEGUI), I need to wrap this window inside a C# Application. I guess I will compile the C++ as a dll, and add entry points for the C# app. What is the preffered way to do this? I thought of these …

0
161